Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 60) sorted by relevance

123

/linux-6.12.1/tools/testing/selftests/cgroup/
Dtest_memcontrol.c97 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
Dtest_kmem.c56 long slab0, slab1, current; in test_kmem_basic() local
169 long current, anon, file, kernel, sock, sum; in test_kmem_memcg_deletion() local
356 long current, percpu; in test_percpu_basic() local
/linux-6.12.1/tools/power/cpupower/lib/
Dcpufreq.c274 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-6.12.1/rust/kernel/
Dtask.rs28 macro_rules! current { macro
106 pub unsafe fn current() -> impl Deref<Target = Task> { in current() method
Dlist.rs540 current: *mut ListLinksFields, field
553 let current = self.current; in next() localVariable
585 current: *mut ListLinksFields, field
591 pub fn current(&self) -> ArcBorrow<'_, T> { in current() method
Drbtree.rs244 let current = unsafe { bindings::rb_first(root) }; in cursor_front() localVariable
259 let current = unsafe { bindings::rb_last(root) }; in cursor_back() localVariable
726 current: NonNull<bindings::rb_node>, field
740 pub fn current(&self) -> (&K, &V) { in current() method
773 let current = match (prev, next) { in remove_current() localVariable
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dmap_kptr.c493 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
Drcu_tasks_trace_gp.c18 struct task_struct *current; in do_call_rcu_tasks_trace() local
Dtest_task_pt_regs.c20 struct task_struct *current; in handle_uprobe() local
Dlru_bug.c34 struct task_struct *current; in nanosleep() local
/linux-6.12.1/arch/arc/include/asm/
Dcurrent.h17 #define current (curr_arc) macro
/linux-6.12.1/arch/s390/include/asm/
Dcurrent.h17 #define current ((struct task_struct *const)get_lowcore()->current_task) macro
/linux-6.12.1/include/asm-generic/
Dcurrent.h9 #define current get_current() macro
/linux-6.12.1/arch/sparc/include/asm/
Dcurrent.h32 #define current __get_current() macro
/linux-6.12.1/arch/riscv/include/asm/
Dcurrent.h34 #define current get_current() macro
/linux-6.12.1/arch/m68k/include/asm/
Dcurrent.h25 #define current get_current() macro
/linux-6.12.1/tools/testing/selftests/arm64/signal/
Dtest_signals.c15 struct tdescr *current = &tde; variable
/linux-6.12.1/arch/arm64/include/asm/
Dcurrent.h24 #define current get_current() macro
/linux-6.12.1/arch/parisc/include/asm/
Dcurrent.h17 #define current get_current() macro
/linux-6.12.1/arch/arm/include/asm/
Dcurrent.h61 #define current get_current() macro
/linux-6.12.1/arch/powerpc/include/asm/
Dcurrent.h26 #define current get_current() macro
/linux-6.12.1/arch/xtensa/include/asm/
Dcurrent.h27 #define current get_current() macro
/linux-6.12.1/tools/testing/selftests/rtc/
Dsetdate.c24 struct rtc_time new, current; in main() local
/linux-6.12.1/scripts/gcc-plugins/
Darm_ssp_per_task_plugin.c16 rtx current; in arm_pertask_ssp_rtl_execute() local
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c72 uint64_t current, overhead; in determine_overhead() local

123