Lines Matching refs:local_t
308 local_t commit; /* write committed index */
322 local_t write; /* index for next write */
324 local_t entries; /* entries on this page */
468 local_t cnt;
469 local_t top;
470 local_t bottom;
504 local_t entries_bytes;
505 local_t entries;
506 local_t overrun;
507 local_t commit_overrun;
508 local_t dropped_events;
509 local_t committing;
510 local_t commits;
511 local_t pages_touched;
512 local_t pages_read;
658 static inline void rb_time_val_set(local_t *t, unsigned long val, unsigned long cnt) in rb_time_val_set()
679 rb_time_read_cmpxchg(local_t *l, unsigned long expect, unsigned long set) in rb_time_read_cmpxchg()