/linux/tools/testing/selftests/cgroup/ |
H A D | test_memcontrol.c | 97 long anon, current; in alloc_anon_50M_check() local 133 long current, file; in alloc_pagecache_50M_check() local 169 long current, peak, peak_reset; in test_memcg_current_peak() local 407 long current; in test_memcg_protection() local 580 long current, high, max; in alloc_pagecache_max_30M() local 741 long current, max; in test_memcg_max() local 802 long current, to_reclaim; in reclaim_until() local 835 long current, expected_usage; in test_memcg_reclaim() local 1261 long current, sock; in tcp_client() local
|
H A D | test_kmem.c | 54 long slab0, slab1, current; test_kmem_basic() local 167 long current, anon, file, kernel, sock, sum; test_kmem_memcg_deletion() local 354 long current, percpu; test_percpu_basic() local [all...] |
/linux/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 274 struct cpufreq_available_governors *current = NULL; in cpufreq_get_available_governors() local 348 struct cpufreq_available_frequencies *current = NULL; in cpufreq_get_available_frequencies() local 404 struct cpufreq_available_frequencies *current = NULL; in cpufreq_get_boost_frequencies() local 480 struct cpufreq_affected_cpus *current = NULL; in sysfs_get_cpu_list() local 711 struct cpufreq_stats *current = NULL; in cpufreq_get_stats() local
|
/linux/rust/kernel/ |
H A D | task.rs | 28 macro_rules! current { global() macro 106 pub unsafe fn current() -> impl Deref<Target = Task> { current() method [all...] |
H A D | list.rs | 540 current: *mut ListLinksFields, global() field 553 let current = self.current; next() localVariable 585 current: *mut ListLinksFields, global() field 591 pub fn current(&self) -> ArcBorrow<'_, T> { current() method [all...] |
H A D | rbtree.rs | 244 NonNull::new(current).map(|current| { in cursor_front() localVariable 259 NonNull::new(current).map(|current| { in cursor_back() localVariable 726 current: NonNull<bindings::rb_node>, global() field 740 pub fn current(&self) -> (&K, &V) { current() method 773 let current = match (prev, next) { remove_current() localVariable [all...] |
/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_kptr.c | 493 struct task_struct *current; in test_ls_map_kptr_ref1() local 511 struct task_struct *current; in test_ls_map_kptr_ref2() local 526 struct task_struct *current; in test_ls_map_kptr_ref_del() local
|
H A D | rcu_tasks_trace_gp.c | 18 struct task_struct *current; in do_call_rcu_tasks_trace() local
|
H A D | test_task_pt_regs.c | 20 struct task_struct *current; in handle_uprobe() local
|
H A D | task_kfunc_success.c | 268 struct task_struct *current, *acquired; in BPF_PROG() local 373 struct task_struct *current, *v_task; in test_task_from_vpid_current() local
|
H A D | lru_bug.c | 34 struct task_struct *current; in nanosleep() local
|
/linux/arch/arc/include/asm/ |
H A D | current.h | 17 #define current (curr_arc) macro
|
/linux/arch/s390/include/asm/ |
H A D | current.h | 17 #define current ((struct task_struct *const)get_lowcore()->current_task) macro
|
/linux/include/asm-generic/ |
H A D | current.h | 9 #define current get_current() macro
|
/linux/tools/testing/selftests/arm64/signal/ |
H A D | test_signals.c | 15 struct tdescr *current = &tde; global() variable
|
/linux/arch/riscv/include/asm/ |
H A D | current.h | 34 #define current get_current() macro
|
/linux/arch/sparc/include/asm/ |
H A D | current.h | 32 #define current __get_current() macro
|
/linux/arch/m68k/include/asm/ |
H A D | current.h | 25 #define current get_current() macro
|
/linux/arch/um/include/asm/ |
H A D | current.h | 19 #define current get_current() macro
|
/linux/arch/parisc/include/asm/ |
H A D | current.h | 17 #define current get_current() macro
|
/linux/arch/arm64/include/asm/ |
H A D | current.h | 24 #define current get_current() macro
|
/linux/arch/powerpc/include/asm/ |
H A D | current.h | 26 #define current get_current() macro
|
/linux/arch/arm/include/asm/ |
H A D | current.h | 61 #define current get_current() macro
|
/linux/arch/xtensa/include/asm/ |
H A D | current.h | 27 #define current get_current() macro
|
/linux/tools/testing/selftests/rtc/ |
H A D | setdate.c | 24 struct rtc_time new, current; in main() local
|