Home
last modified time | relevance | path

Searched refs:next (Results 3176 - 3200 of 12535) sorted by relevance

1...<<121122123124125126127128129130>>...502

/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A Drunqslower.bpf.c62 * struct task_struct *next) in handle__sched_switch()
65 struct task_struct *next = (struct task_struct *)ctx[2]; in handle__sched_switch() local
75 pid = next->pid; in handle__sched_switch()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
34 tracing_record_taskinfo_sched_switch(prev, next, flags); in probe_sched_switch()
24 probe_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next) probe_sched_switch() argument
/kernel/linux/linux-5.10/fs/proc/
H A Dconsoles.c78 return con->next; in c_next()
88 .next = c_next,
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dpacket_history.h32 * @next: next oldest entry (LIFO order)
37 struct tfrc_tx_hist_entry *next; member
46 head = head->next; in tfrc_tx_hist_find_entry()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_globals.c82 struct i915_global *global, *next; in __i915_globals_cleanup() local
84 list_for_each_entry_safe_reverse(global, next, &globals, link) in __i915_globals_cleanup()
131 /* Queue cleanup after the next RCU grace period has freed slabs */ in i915_globals_park()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_encoder.h28 struct vidtv_access_unit *next; member
125 * @next: Next in the chain
162 struct vidtv_encoder *next; member
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_encoder.h28 struct vidtv_access_unit *next; member
125 * @next: Next in the chain
162 struct vidtv_encoder *next; member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Devsci.c56 sci_handler = sci_handler->next; in acpi_ev_sci_dispatch()
206 acpi_gbl_sci_handler_list = sci_handler->next; in acpi_ev_remove_all_sci_handlers()
H A Dutstate.c34 state->common.next = *list_head; in acpi_ut_push_generic_state()
65 *list_head = state->common.next; in acpi_ut_pop_generic_state()
/kernel/linux/linux-6.6/fs/proc/
H A Dconsoles.c93 return hlist_entry_safe(con->node.next, struct console, node); in c_next()
103 .next = c_next,
/kernel/linux/linux-6.6/include/linux/soc/mediatek/
H A Dmtk-mmsys.h81 enum mtk_ddp_comp_id next);
85 enum mtk_ddp_comp_id next);
/kernel/linux/linux-6.6/scripts/dtc/
H A Dsrcpos.h63 struct srcpos *next; member
83 (Current).next = NULL; \
/kernel/linux/linux-6.6/security/apparmor/
H A Dprocattr.c124 char *next = hat + strlen(hat) + 1; in aa_setprocattr_changehat() local
128 hat = next; in aa_setprocattr_changehat()
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_maps.c51 curr = curr->next; in VfsFsMapGet()
90 newfs->next = g_fsMap; in OsFsRegister()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_maps.c32 curr = curr->next; in OsVfsGetFsMap()
89 newfs->next = g_fsMap; in OsFsRegister()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_defs.h69 return ((list->next == list) && (list->prev == list)); in csio_list_deleted()
72 #define csio_list_next(elem) (((struct list_head *)(elem))->next)
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_sched_switch.c25 struct task_struct *prev, struct task_struct *next, in probe_sched_switch()
35 tracing_record_taskinfo_sched_switch(prev, next, flags); in probe_sched_switch()
24 probe_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) probe_sched_switch() argument
/kernel/linux/linux-6.6/net/dccp/ccids/lib/
H A Dpacket_history.h32 * @next: next oldest entry (LIFO order)
37 struct tfrc_tx_hist_entry *next; member
46 head = head->next; in tfrc_tx_hist_find_entry()
/third_party/backends/backend/
H A Dapple.h46 Warning: if you uncomment the next line you 'll get
208 struct Apple_Device *next; member
223 struct Apple_Scanner *next; member
H A Dma1509.h129 struct Ma1509_Device *next; member
147 struct Ma1509_Scanner *next; member
H A Dkodakaio.h122 struct Kodak_Device *next; member
143 struct KodakAio_Scanner *next; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DReplaceableUCharacterIterator.java106 // advance the index to get the next code point in currentCodePoint()
107 next(); in currentCodePoint()
108 // due to post increment semantics current() after next() in currentCodePoint()
109 // actually returns the next char which is what we want in currentCodePoint()
141 * Returns next UTF16 character and increments the iterator's currentIndex by 1.
145 * @return next UTF16 character in text or DONE if the new currentIndex is off the
149 public int next(){ in next() method in ReplaceableUCharacterIterator
162 * @return next UTF16 character in text or DONE if the new currentIndex is off the
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DModuleTest.java75 TestData t = tIter.next(); in getTestData()
77 DataMap settings = (DataMap) siter.next(); in getTestData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DReplaceableUCharacterIterator.java108 // advance the index to get the next code point in currentCodePoint()
109 next(); in currentCodePoint()
110 // due to post increment semantics current() after next() in currentCodePoint()
111 // actually returns the next char which is what we want in currentCodePoint()
143 * Returns next UTF16 character and increments the iterator's currentIndex by 1.
147 * @return next UTF16 character in text or DONE if the new currentIndex is off the
151 public int next(){ in next() method in ReplaceableUCharacterIterator
164 * @return next UTF16 character in text or DONE if the new currentIndex is off the
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DModuleTest.java72 TestData t = tIter.next(); in getTestData()
74 DataMap settings = (DataMap) siter.next(); in getTestData()

Completed in 12 milliseconds

1...<<121122123124125126127128129130>>...502