Searched defs:pending_entry (Results 1 – 4 of 4) sorted by relevance
36 struct pending_entry { struct37 atomic_t users;38 struct task_struct *task;40 struct cpumask ca_mask;41 struct cpumask ta_mask;43 pid_t pid;44 wait_queue_head_t wq;45 atomic_t run;46 struct list_head list;
556 void foreach_pending_entry(void (*func)(struct pending_entry *)) in foreach_pending_entry()
67 struct pending_entry { struct77 struct pending_entry *head; /* head of the queue */ argument