Home
last modified time | relevance | path

Searched defs:prev (Results 1 - 25 of 2585) sorted by relevance

12345678910>>...104

/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dswitch_to.h10 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() argument
17 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmembarrier.h4 static inline void membarrier_arch_switch_mm(struct mm_struct *prev, in membarrier_arch_switch_mm() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.h13 static inline void switch_to_extra(struct task_struct *prev, in switch_to_extra() argument
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dswitch_to.h9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() argument
16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dmembarrier.h4 static inline void membarrier_arch_switch_mm(struct mm_struct *prev, in membarrier_arch_switch_mm() argument
/kernel/linux/linux-6.6/include/asm-generic/
H A Dnommu_context.h11 static inline void switch_mm(struct mm_struct *prev, in switch_mm() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.h13 static inline void switch_to_extra(struct task_struct *prev, in switch_to_extra() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dinner_template_self.hpp5 LinkedList* prev; member in LinkedList
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_double_list.h26 struct DoubleList *prev; member
/base/security/huks/utils/list/
H A Dhks_double_list.h20 struct DoubleList *prev; member
/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.cpp39 NativeReference* prev = reinterpret_cast<ArkNativeReference*>(reference)->prev_; in ReleaseHandler() local
/foundation/resourceschedule/ffrt/src/util/
H A Dlinked_list.h29 LinkedList(LinkedList* prev, LinkedList* next) : prev(prev), next(next) in LinkedList() argument
149 LinkedList* prev = cur->prev; global() variable
150 Delete(prev); global() variable
161 LinkedList* prev = cur->prev; global() variable
162 Delete(prev); global() variable
288 LinkedList* prev; global() member in ffrt::LinkedList
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Drdrand.c33 unsigned long tmp, prev; in x86_init_rdrand() local
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dctx_sw.c24 unsigned int prev = (unsigned int)prev_task; in __switch_to() local
/kernel/linux/linux-5.10/lib/
H A Dlist_debug.c20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid() argument
44 struct list_head *prev, *next; __list_del_entry_valid() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Drdrand.c26 unsigned long sample, prev; in x86_init_rdrand() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcpumask_failure.c111 struct bpf_cpumask *local, *prev; in BPF_PROG() local
145 struct bpf_cpumask *local, *prev; in BPF_PROG() local
173 struct bpf_cpumask *prev, *curr; in BPF_PROG() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dlist_debug.c22 bool __list_add_valid_or_report(struct list_head *new, struct list_head *prev, in __list_add_valid_or_report() argument
47 struct list_head *prev, *next; __list_del_entry_valid_or_report() local
[all...]
/third_party/curl/lib/
H A Deasygetopt.c67 curl_easy_option_next(const struct curl_easyoption *prev) in curl_easy_option_next() argument
93 curl_easy_option_next(const struct curl_easyoption *prev) in curl_easy_option_next() argument
/third_party/musl/src/search/
H A Dinsque.c5 struct node *prev; member
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_arraylist_iterator_test.cpp60 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
82 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_api_hashmap_iterator_test.cpp63 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
76 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_api_plain_array_iterator_test.cpp63 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_api_lightweightmap_iterator_test.cpp70 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
83 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_api_lightweightset_iterator_test.cpp63 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local
76 [[maybe_unused]] auto prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo); in HWTEST_F_L0() local

Completed in 5 milliseconds

12345678910>>...104