Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 19 of 19) sorted by relevance

/kernel/
Dsmpboot.c215 struct smp_hotplug_thread *cur; in smpboot_create_threads() local
238 struct smp_hotplug_thread *cur; in smpboot_unpark_threads() local
257 struct smp_hotplug_thread *cur; in smpboot_park_threads() local
Dcrash_core.c41 char *cur = cmdline, *tmp; in parse_crashkernel_mem() local
126 char *cur = cmdline; in parse_crashkernel_simple() local
164 char *cur = cmdline; in parse_crashkernel_suffix() local
Dseccomp.c1014 struct seccomp_knotif *knotif = NULL, *cur; in seccomp_notify_recv() local
1091 struct seccomp_knotif *knotif = NULL, *cur; in seccomp_notify_send() local
1183 struct seccomp_knotif *cur; in seccomp_notify_poll() local
1213 struct seccomp_filter *cur; in init_listener() local
1616 const struct seccomp_log_name *cur; in seccomp_names_from_actions_logged() local
1649 const struct seccomp_log_name *cur; in seccomp_action_logged_from_name() local
Dpadata.c322 struct padata_priv *cur; in padata_do_serial() local
Dcpu.c2114 ssize_t cur, res = 0; in show_cpuhp_states() local
Dkprobes.c1129 struct kprobe *cur = __this_cpu_read(kprobe_instance); in aggr_fault_handler() local
/kernel/bpf/
Dverifier.c428 struct bpf_verifier_state *cur = env->cur_state; in func() local
779 struct bpf_verifier_state *cur = env->cur_state; in pop_stack() local
807 struct bpf_verifier_state *cur = env->cur_state; in push_stack() local
1417 struct bpf_verifier_state *cur) in push_jmp_history()
1900 struct bpf_func_state *cur; /* state of the current function */ in check_stack_write() local
3146 struct bpf_verifier_state *cur = env->cur_state; in process_spin_lock() local
6240 struct bpf_verifier_state *cur = env->cur_state; in explored_state() local
6704 struct bpf_reg_state *cur) in range_within()
6716 u32 cur; member
6823 struct bpf_verifier_state *cur) in clean_live_states()
[all …]
Dbpf_lru_list.c170 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive() local
Dbtf.c2970 void *cur, *end; in btf_check_all_metas() local
/kernel/locking/
Dmutex.c446 struct mutex_waiter *cur; in __ww_mutex_check_waiters() local
810 struct mutex_waiter *cur; in __ww_mutex_check_kill() local
856 struct mutex_waiter *cur; in __ww_mutex_add_waiter() local
/kernel/power/
Dpower.h132 unsigned int cur; /* number of the block of PAGE_SIZE bytes the member
Dsnapshot.c382 struct bm_position cur; /* most recently used bit position */ member
595 struct mem_extent *ext, *cur, *aux; in create_mem_extents() local
Dswap.c96 struct swap_map_page *cur; member
/kernel/time/
Dtick-broadcast.c96 struct clock_event_device *cur = tick_broadcast_device.evtdev; in tick_install_broadcast_device() local
/kernel/sched/
Dtopology.c2131 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, in dattrs_equal()
Ddeadline.c2749 int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, in dl_cpuset_cpumask_can_shrink()
Dcore.c1839 int migrate_swap(struct task_struct *cur, struct task_struct *p, in migrate_swap()
6083 int cpuset_cpumask_can_shrink(const struct cpumask *cur, in cpuset_cpumask_can_shrink()
Dfair.c1595 struct task_struct *cur; in task_numa_compare() local
/kernel/cgroup/
Dcpuset.c563 static int validate_change(struct cpuset *cur, struct cpuset *trial) in validate_change()