Lines Matching refs:local_t
316 local_t commit; /* write committed index */
330 local_t write; /* index for next write */
332 local_t entries; /* entries on this page */
476 local_t cnt;
477 local_t top;
478 local_t bottom;
479 local_t msb;
513 local_t entries_bytes;
514 local_t entries;
515 local_t overrun;
516 local_t commit_overrun;
517 local_t dropped_events;
518 local_t committing;
519 local_t commits;
520 local_t pages_touched;
521 local_t pages_lost;
522 local_t pages_read;
676 static inline void rb_time_val_set(local_t *t, unsigned long val, unsigned long cnt) in rb_time_val_set()
698 rb_time_read_cmpxchg(local_t *l, unsigned long expect, unsigned long set) in rb_time_read_cmpxchg()