Motr  M0
m0_timer_locality Struct Reference

#include <timer.h>

Collaboration diagram for m0_timer_locality:
Collaboration graph

Data Fields

struct m0_mutex tlo_lock
 
struct m0_tl tlo_tids
 
struct m0_timer_tidtlo_rrtid
 

Detailed Description

Timer locality.

The signal for M0_TIMER_HARD timers will be delivered to a thread from the locality.

Definition at line 88 of file timer.h.

Field Documentation

◆ tlo_lock

struct m0_mutex tlo_lock

Lock for tlo_tids

Definition at line 90 of file timer.h.

◆ tlo_rrtid

struct m0_timer_tid* tlo_rrtid

ThreadID of next thread for round-robin timer thread selection

Definition at line 94 of file timer.h.

◆ tlo_tids

struct m0_tl tlo_tids

List of thread ID's, associated with this locality

Definition at line 92 of file timer.h.


The documentation for this struct was generated from the following file: