/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/rust/kernel/ |
H A D | task.rs | 32 macro_rules! current { macro 135 pub unsafe fn current() -> impl Deref<Target = Task> { in current() method 149 let current = Task::current_raw(); in current() localVariable
|
H A D | rbtree.rs | 243 let current = unsafe { bindings::rb_first(root) }; in cursor_front() localVariable 258 let current = unsafe { bindings::rb_last(root) }; in cursor_back() localVariable 725 current: NonNull<bindings::rb_node>, field 739 pub fn current(&self) -> (&K, &V) { in current() method 772 let current = match (prev, next) { in remove_current() localVariable
|
/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/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
|
/linux/scripts/gcc-plugins/ |
H A D | arm_ssp_per_task_plugin.c | 16 rtx current; in arm_pertask_ssp_rtl_execute() local
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | instruction_count_test.c | 72 uint64_t current, overhead; in determine_overhead() local
|
/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | count_instructions.c | 76 u64 current, overhead; in determine_overhead() local
|