Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 12 of 12) sorted by relevance

/kernel/sched/
Dcore_sched.c26 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
Dcore.c175 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
Dsched.h1554 struct pin_cookie cookie; member
/kernel/
Dasync.c71 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()
Dstacktrace.c82 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()
Daudit_fsnotify.c158 const struct qstr *dname, u32 cookie) in audit_mark_handle_event()
Daudit_watch.c469 const struct qstr *dname, u32 cookie) in audit_watch_handle_event()
Daudit_tree.c1036 const struct qstr *file_name, u32 cookie) in audit_tree_handle_event()
/kernel/rcu/
Dsrcutiny.c160 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()
Dsrcutree.c1075 bool poll_state_synchronize_srcu(struct srcu_struct *ssp, unsigned long cookie) in poll_state_synchronize_srcu()
Drcutorture.c1151 unsigned long cookie; in rcu_torture_writer() local
1573 unsigned long cookie; in rcu_torture_one_read() local
/kernel/locking/
Dlockdep.c5379 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()