Home
last modified time | relevance | path

Searched defs:next (Results 1 - 25 of 3873) sorted by relevance

12345678910>>...155

/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dentry.S86 next: label
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_strategy.cpp23 std::shared_ptr<SyncStrategy> SyncStrategy::SetNext(std::shared_ptr<SyncStrategy> next) in SetNext() argument
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dswitch_to.h10 __switch_to_fpu(struct task_struct *prev, struct task_struct *next) __switch_to_fpu() argument
17 __switch_to_fpu(struct task_struct *prev, struct task_struct *next) __switch_to_fpu() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmembarrier.h4 membarrier_arch_switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) membarrier_arch_switch_mm() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.h13 switch_to_extra(struct task_struct *prev, struct task_struct *next) switch_to_extra() argument
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dswitch_to.h9 __switch_to_fpu(struct task_struct *prev, struct task_struct *next) __switch_to_fpu() argument
16 __switch_to_fpu(struct task_struct *prev, struct task_struct *next) __switch_to_fpu() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dmembarrier.h4 membarrier_arch_switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) membarrier_arch_switch_mm() argument
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dentry.S86 next: label
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dsa1111_generic.h8 struct sa1111_pcmcia_socket *next; member
/kernel/linux/linux-6.6/include/asm-generic/
H A Dnommu_context.h11 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm() argument
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dsa1111_generic.h8 struct sa1111_pcmcia_socket *next; member
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.h13 switch_to_extra(struct task_struct *prev, struct task_struct *next) switch_to_extra() argument
/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.cpp40 NativeReference* next = reinterpret_cast<ArkNativeReference*>(reference)->next_; 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
105 LinkedList* next = cur->next; global() variable
116 LinkedList* next = cur->next; global() variable
126 LinkedList* next = cur->next; global() variable
127 Delete(next); global() variable
138 LinkedList* next = cur->next; global() variable
139 Delete(next); global() variable
289 LinkedList* next; global() member in ffrt::LinkedList
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c118 FILLP_INT next; in SpungeDelEpInstFromFtSocket() local
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dctx_sw.c25 unsigned int next = (unsigned int)next_task; in __switch_to() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dpswalk.c32 union acpi_parse_object *next = NULL; in acpi_ps_delete_parse_tree() local
/kernel/linux/linux-5.10/include/linux/
H A Dmsg.h13 struct msg_msgseg *next; member
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctimap.h24 unsigned short next; /* the next input mapper ram id */ member
/kernel/linux/linux-5.10/lib/
H A Dlist_debug.c20 __list_add_valid(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add_valid() argument
44 struct list_head *prev, *next; __list_del_entry_valid() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dpswalk.c32 union acpi_parse_object *next = NULL; in acpi_ps_delete_parse_tree() local
/kernel/linux/linux-6.6/include/linux/
H A Dmsg.h13 struct msg_msgseg *next; member
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctimap.h24 unsigned short next; /* the next input mapper ram id */ member
/kernel/linux/linux-6.6/lib/
H A Dlist_debug.c22 __list_add_valid_or_report(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add_valid_or_report() argument
47 struct list_head *prev, *next; __list_del_entry_valid_or_report() local
[all...]
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdio_mblen_001.cpp43 int next = mblen(str, end - str); in Testcase() local

Completed in 6 milliseconds

12345678910>>...155