Home
last modified time | relevance | path

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

/kernel/sched/
Dcore_sched.c23 static void sched_core_put_cookie(unsigned long cookie) in sched_core_put_cookie()
33 static unsigned long sched_core_get_cookie(unsigned long cookie) in sched_core_get_cookie()
54 unsigned long cookie) in sched_core_update_cookie()
101 unsigned long cookie, flags; in sched_core_clone_cookie() local
121 static void __sched_core_set(struct task_struct *p, unsigned long cookie) in __sched_core_set()
132 unsigned long cookie = 0, id = 0; in sched_core_share_pid() local
Dcore.c302 unsigned long cookie = (unsigned long)key; in rb_sched_core_cmp() local
356 static struct task_struct *sched_core_next(struct task_struct *p, unsigned long cookie) in sched_core_next()
379 static struct task_struct *sched_core_find(struct rq *rq, unsigned long cookie) in sched_core_find()
6661 static inline bool cookie_equals(struct task_struct *a, unsigned long cookie) in cookie_equals()
6685 unsigned long cookie; in pick_next_task() local
6912 unsigned long cookie; in try_steal_cookie() local
Dsched.h1789 struct pin_cookie cookie; member
/kernel/printk/
Dnbcon.c1161 int cookie; in nbcon_kthread_should_wakeup() local
1196 int cookie; in nbcon_kthread_func() local
1274 int cookie; in nbcon_kthreads_wake() local
1438 int cookie, bool use_atomic) in nbcon_legacy_emit_next_record()
1597 int cookie; in __nbcon_atomic_flush_pending() local
1802 int cookie; in nbcon_device_release() local
Dprintk.c302 void console_srcu_read_unlock(int cookie) in console_srcu_read_unlock()
1952 int console_lock_spinning_disable_and_check(int cookie) in console_lock_spinning_disable_and_check()
3095 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record()
3168 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record()
3207 int cookie; in console_flush_all() local
3365 int cookie; in console_unblank() local
3444 int cookie; in __console_rewind_all() local
3515 int cookie; in console_device() local
3600 int cookie; in legacy_kthread_should_wakeup() local
4403 int cookie; in __pr_flush() local
Dinternal.h199 int cookie, bool use_atomic) { return false; } in nbcon_legacy_emit_next_record()
/kernel/
Dasync.c73 async_cookie_t cookie; member
310 void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) in async_synchronize_cookie_domain()
331 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.c470 const struct qstr *dname, u32 cookie) in audit_watch_handle_event()
Daudit_tree.c1037 const struct qstr *file_name, u32 cookie) in audit_tree_handle_event()
/kernel/rcu/
Dsrcutiny.c173 unsigned long cookie; in srcu_gp_start_if_needed() local
275 bool poll_state_synchronize_srcu(struct srcu_struct *ssp, unsigned long cookie) in poll_state_synchronize_srcu()
Drcutorture.c1330 unsigned long cookie; in do_rtws_sync() local
1367 unsigned long cookie; in rcu_torture_writer() local
1989 unsigned long cookie; in rcu_torture_one_read() local
Dsrcutree.c1546 bool poll_state_synchronize_srcu(struct srcu_struct *ssp, unsigned long cookie) in poll_state_synchronize_srcu()
/kernel/debug/kdb/
Dkdb_io.c565 int cookie; in kdb_msg_write() local
/kernel/locking/
Dlockdep.c5579 struct pin_cookie cookie = NIL_COOKIE; in __lock_pin_lock() local
5605 static void __lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in __lock_repin_lock()
5625 static void __lock_unpin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in __lock_unpin_lock()
5908 struct pin_cookie cookie = NIL_COOKIE; in lock_pin_lock() local
5926 void lock_repin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in lock_repin_lock()
5943 void lock_unpin_lock(struct lockdep_map *lock, struct pin_cookie cookie) in lock_unpin_lock()
/kernel/module/
Dmain.c3548 const void *cookie; member
3558 static bool idempotent(struct idempotent *u, const void *cookie) in idempotent()
3591 const void *cookie = u->cookie; in idempotent_complete() local
/kernel/bpf/
Dcore.c3085 void __weak arch_bpf_stack_walk(bool (*consume_fn)(void *cookie, u64 ip, u64 sp, u64 bp), void *coo… in arch_bpf_stack_walk()
Dhelpers.c2782 static bool bpf_stack_walker(void *cookie, u64 ip, u64 sp, u64 bp) in bpf_stack_walker()
2806 __bpf_kfunc void bpf_throw(u64 cookie) in bpf_throw()
Dsyscall.c3810 const char __user *user_tp_name, u64 cookie) in bpf_raw_tp_link_attach()
3884 __u64 cookie; in bpf_raw_tracepoint_open() local
/kernel/trace/
Dbpf_trace.c2718 u64 *cookie, entry_ip; in bpf_kprobe_multi_cookie() local
3088 u64 cookie; member