| /linux/rust/macros/ |
| H A D | fmt.rs | 53 let current = std::mem::take(current); in fmt() localVariable 56 let mut current = current.into_iter(); in fmt() localVariable 74 let mut current = TokenStream::new(); in fmt() localVariable
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 175 long anon, current; in alloc_anon_50M_check() local 211 long current, file; in alloc_pagecache_50M_check() local 247 long current, peak, peak_reset; in test_memcg_current_peak() local 486 long current; in test_memcg_protection() local 668 long current, high, max; in alloc_pagecache_max_30M() local 829 long current, max; in test_memcg_max() local 890 long current, to_reclaim; in reclaim_until() local 923 long current, expected_usage; in test_memcg_reclaim() local 1349 long current, sock; in tcp_client() local
|
| H A D | test_kmem.c | 56 long slab0, slab1, current; in test_kmem_basic() local 169 long current, anon, file, kernel, sock, sum; in test_kmem_memcg_deletion() local 359 long current, percpu; in test_percpu_basic() local
|
| /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/rust/kernel/ |
| H A D | rbtree.rs | 249 let current = unsafe { bindings::rb_first(root) }; in cursor_front_mut() localVariable 264 let current = unsafe { bindings::rb_first(root) }; in cursor_front() localVariable 279 let current = unsafe { bindings::rb_last(root) }; in cursor_back_mut() localVariable 294 let current = unsafe { bindings::rb_last(root) }; in cursor_back() localVariable 782 current: NonNull<bindings::rb_node>, field 813 current: NonNull<bindings::rb_node>, field 826 pub fn current(&self) -> (&K, &V) { in current() method 895 pub fn current(&self) -> (&K, &V) { in current() method
|
| /linux/arch/arc/include/asm/ |
| H A D | current.h | 17 #define current (curr_arc) macro
|
| /linux/include/asm-generic/ |
| H A D | current.h | 9 #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/riscv/include/asm/ |
| H A D | current.h | 34 #define current get_current() macro
|
| /linux/arch/um/include/asm/ |
| H A D | current.h | 20 #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/parisc/include/asm/ |
| H A D | current.h | 17 #define current get_current() macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | current.h | 27 #define current get_current() macro
|
| /linux/scripts/gcc-plugins/ |
| H A D | arm_ssp_per_task_plugin.c | |
| /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
|
| /linux/arch/um/drivers/ |
| H A D | mconsole_kern.h | 27 #define CONFIG_CHUNK(str, size, current, chunk, end) \ argument
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 75 #define current r7 /* r7_bank1 */ macro
|
| /linux/tools/iio/ |
| H A D | iio_utils.c | 31 char *current; in iioutils_break_up_name() local 321 struct iio_channel_info *current; in build_channel_array() local
|