Searched defs:cookie (Results 1 – 12 of 12) sorted by relevance
/kernel/sched/ |
D | core_sched.c | 26 void sched_core_put_cookie(unsigned long cookie) in sched_core_put_cookie() 36 unsigned long sched_core_get_cookie(unsigned long cookie) in sched_core_get_cookie() 56 unsigned long sched_core_update_cookie(struct task_struct *p, unsigned long cookie) in sched_core_update_cookie() 98 unsigned long cookie, flags; in sched_core_clone_cookie() local 118 static void __sched_core_set(struct task_struct *p, unsigned long cookie) in __sched_core_set() 129 unsigned long cookie = 0, id = 0; in sched_core_share_pid() local
|
D | core.c | 175 unsigned long cookie = (unsigned long)key; in rb_sched_core_cmp() local 210 static struct task_struct *sched_core_find(struct rq *rq, unsigned long cookie) in sched_core_find() 224 static struct task_struct *sched_core_next(struct task_struct *p, unsigned long cookie) in sched_core_next() 5830 static inline bool cookie_equals(struct task_struct *a, unsigned long cookie) in cookie_equals() 5855 unsigned long cookie = rq->core->core_cookie; in pick_task() local 6132 unsigned long cookie; in try_steal_cookie() local
|
D | sched.h | 1554 struct pin_cookie cookie; member
|
/kernel/ |
D | async.c | 71 async_cookie_t cookie; member 308 void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) in async_synchronize_cookie_domain() 329 void async_synchronize_cookie(async_cookie_t cookie) in async_synchronize_cookie()
|
D | stacktrace.c | 82 static bool stack_trace_consume_entry(void *cookie, unsigned long addr) in stack_trace_consume_entry() 97 static bool stack_trace_consume_entry_nosched(void *cookie, unsigned long addr) in stack_trace_consume_entry_nosched()
|
D | audit_fsnotify.c | 158 const struct qstr *dname, u32 cookie) in audit_mark_handle_event()
|
D | audit_watch.c | 469 const struct qstr *dname, u32 cookie) in audit_watch_handle_event()
|
D | audit_tree.c | 1036 const struct qstr *file_name, u32 cookie) in audit_tree_handle_event()
|
/kernel/rcu/ |
D | srcutiny.c | 160 unsigned short cookie; in srcu_gp_start_if_needed() local 241 bool poll_state_synchronize_srcu(struct srcu_struct *ssp, unsigned long cookie) in poll_state_synchronize_srcu()
|
D | srcutree.c | 1075 bool poll_state_synchronize_srcu(struct srcu_struct *ssp, unsigned long cookie) in poll_state_synchronize_srcu()
|
D | rcutorture.c | 1151 unsigned long cookie; in rcu_torture_writer() local 1573 unsigned long cookie; in rcu_torture_one_read() local
|
/kernel/locking/ |
D | lockdep.c | 5379 struct pin_cookie cookie = NIL_COOKIE; in __lock_pin_lock() local 5405 static void __lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in __lock_repin_lock() 5425 static void __lock_unpin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in __lock_unpin_lock() 5677 struct pin_cookie cookie = NIL_COOKIE; in lock_pin_lock() local 5695 void lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in lock_repin_lock() 5712 void lock_unpin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in lock_unpin_lock()
|