Lines Matching defs:entry
53 struct entry { struct
57 struct entry *next; argument
62 void *timer;
63 void *start_func;
64 void *expire_func;
65 pid_t pid;
70 unsigned long count;
71 unsigned int timer_flag;
77 char comm[TASK_COMM_LEN + 1];
128 #define __tstat_hashfn(entry) \ argument
134 #define tstat_hashentry(entry) (tstat_hash_table + __tstat_hashfn(entry)) argument
167 static struct entry *tstat_lookup(struct entry *entry, char *comm) in tstat_lookup()
242 struct entry *entry, input; in timer_stats_update_stats() local
283 struct entry *entry; in tstats_show() local