/kernel/linux/linux-5.10/tools/bpf/runqslower/ |
H A D | runqslower.bpf.c | 62 * 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 D | trace_sched_switch.c | 25 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 D | consoles.c | 78 return con->next; in c_next() 88 .next = c_next,
|
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.h | 32 * @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 D | i915_globals.c | 82 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 D | vidtv_encoder.h | 28 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 D | vidtv_encoder.h | 28 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 D | evsci.c | 56 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 D | utstate.c | 34 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 D | consoles.c | 93 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 D | mtk-mmsys.h | 81 enum mtk_ddp_comp_id next); 85 enum mtk_ddp_comp_id next);
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | srcpos.h | 63 struct srcpos *next; member 83 (Current).next = NULL; \
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | procattr.c | 124 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 D | vfs_maps.c | 51 curr = curr->next; in VfsFsMapGet() 90 newfs->next = g_fsMap; in OsFsRegister()
|
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_maps.c | 32 curr = curr->next; in OsVfsGetFsMap() 89 newfs->next = g_fsMap; in OsFsRegister()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_defs.h | 69 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 D | trace_sched_switch.c | 25 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 D | packet_history.h | 32 * @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 D | apple.h | 46 Warning: if you uncomment the next line you 'll get 208 struct Apple_Device *next; member 223 struct Apple_Scanner *next; member
|
H A D | ma1509.h | 129 struct Ma1509_Device *next; member 147 struct Ma1509_Scanner *next; member
|
H A D | kodakaio.h | 122 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 D | ReplaceableUCharacterIterator.java | 106 // 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 D | ModuleTest.java | 75 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 D | ReplaceableUCharacterIterator.java | 108 // 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 D | ModuleTest.java | 72 TestData t = tIter.next(); in getTestData() 74 DataMap settings = (DataMap) siter.next(); in getTestData()
|