Home
last modified time | relevance | path

Searched refs:next (Results 3401 - 3425 of 12876) sorted by relevance

1...<<131132133134135136137138139140>>...516

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhdlc.c222 proto = proto->next; in hdlc_ioctl()
330 proto->next = first_proto; in register_hdlc_protocol()
344 p = &((*p)->next); in unregister_hdlc_protocol()
346 *p = proto->next; in unregister_hdlc_protocol()
/kernel/linux/linux-5.10/net/rxrpc/
H A Dproc.c124 .next = rxrpc_call_seq_next,
207 .next = rxrpc_connection_seq_next,
333 .next = rxrpc_peer_seq_next,
402 .next = rxrpc_local_seq_next,
/kernel/linux/linux-5.10/sound/soc/au1x/
H A Dac97c.c100 goto next; in au1xac97c_ac97_read()
116 next: in au1xac97c_ac97_read()
139 goto next; in au1xac97c_ac97_write()
148 next: in au1xac97c_ac97_write()
/kernel/linux/linux-5.10/security/safesetid/
H A Dsecurityfs.c78 hash_for_each_safe(pol->rules, bucket, tmp, rule, next) in __release_ruleset()
91 hash_add(pol->rules, &rule->next, __kuid_val(rule->src_id.uid)); in insert_rule()
93 hash_add(pol->rules, &rule->next, __kgid_val(rule->src_id.gid)); in insert_rule()
104 hash_for_each(pol->rules, bucket, rule, next) { in verify_ruleset()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstream.c115 struct rb_node *next = rb_first_cached(&hists->entries); in init_hot_callchain() local
117 while (next) { in init_hot_callchain()
120 he = rb_entry(next, struct hist_entry, rb_node); in init_hot_callchain()
122 next = rb_next(&he->rb_node); in init_hot_callchain()
/kernel/linux/linux-5.10/mm/
H A Dfrontswap.c33 for ((ops) = frontswap_ops; (ops); (ops) = (ops)->next)
140 ops->next = frontswap_ops; in frontswap_register_ops()
141 } while (cmpxchg(&frontswap_ops, ops->next, ops) != ops->next); in frontswap_register_ops()
/kernel/linux/linux-5.10/kernel/
H A Dpid_namespace.c288 int ret, next; in pid_ns_ctl_handler() local
299 next = idr_get_cursor(&pid_ns->idr) - 1; in pid_ns_ctl_handler()
301 tmp.data = &next; in pid_ns_ctl_handler()
304 idr_set_cursor(&pid_ns->idr, next + 1); in pid_ns_ctl_handler()
/kernel/linux/linux-5.10/kernel/sched/
H A Dwait.c70 wait_queue_entry_t *curr, *next; in __wake_up_common() local
86 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) { in __wake_up_common()
100 (&next->entry != &wq_head->head)) { in __wake_up_common()
102 list_add_tail(&bookmark->entry, &next->entry); in __wake_up_common()
382 * the next and prev pointers, so that there cannot in finish_wait()
/kernel/linux/linux-5.10/kernel/time/
H A Dtimer_list.c77 unsigned long next = 0, i; in print_active_timers() local
93 while (curr && i < next) { in print_active_timers()
105 next++; in print_active_timers()
364 .next = timer_list_next,
/kernel/linux/linux-5.10/fs/proc/
H A Dstat.c97 unsigned int i, next = 0; in show_all_irqs() local
100 show_irq_gap(p, i - next); in show_all_irqs()
102 next = i + 1; in show_all_irqs()
104 show_irq_gap(p, nr_irqs - next); in show_all_irqs()
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
H A Dpacket_history.c57 entry->next = *headp; in tfrc_tx_hist_add()
67 struct tfrc_tx_hist_entry *next = head->next; in tfrc_tx_hist_purge() local
70 head = next; in tfrc_tx_hist_purge()
432 h->rtt_sample_prev = 0; /* use current entry as next reference */ in tfrc_rx_hist_sample_rtt()
/kernel/linux/linux-5.10/net/ax25/
H A Dax25_out.c245 unsigned short start, end, next; in ax25_kick() local
287 next = (ax25->vs + 1) % ax25->modulus; in ax25_kick()
288 last = (next == end); in ax25_kick()
308 ax25->vs = next; in ax25_kick()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c81 struct llist_node *pos, *next; in sort_engines() local
83 llist_for_each_safe(pos, next, get_engines(i915)) { in sort_engines()
191 struct list_head *it, *next; in intel_engines_driver_register() local
199 list_for_each_safe(it, next, &engines) { in intel_engines_driver_register()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dsdio_cis.c326 this->next = NULL; in sdio_read_cis()
330 prev = &this->next; in sdio_read_cis()
391 tuple = tuple->next; in sdio_free_common_cis()
426 tuple = tuple->next; in sdio_free_func_cis()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Dslram.c62 struct slram_mtd_list *next; member
135 curmtd = &(*curmtd)->next; in register_device()
144 (*curmtd)->next = NULL; in register_device()
204 nextitem = slram_mtdlist->next; in unregister_devices()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h301 struct ice_rx_ring *next; /* pointer to next ring in q_vector */ member
351 struct ice_tx_ring *next; /* pointer to next ring in q_vector */ member
449 for (pos = (head).rx_ring; pos; pos = pos->next)
452 for (pos = (head).tx_ring; pos; pos = pos->next)
/kernel/linux/linux-6.6/fs/
H A Dmbcache.c163 node = entry->e_hash_list.next; in __entry_find()
173 node = node->next; in __entry_find()
200 * mb_cache_entry_find_next - find next reusable entry with the same key
204 * Finds next reusable entry in the hash chain which has the same key as @entry.
407 struct mb_cache_entry *entry, *next; in mb_cache_destroy() local
415 list_for_each_entry_safe(entry, next, &cache->c_list, e_list) { in mb_cache_destroy()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gpuva_mgr.h432 * @prev is used to remap the preceding part, @next the subsequent part.
436 * end address of the old mapping, either @prev or @next is NULL.
451 * @next: the subsequent part of a split mapping
453 struct drm_gpuva_op_map *next; member
540 * @next: &next &drm_gpuva_op to store the next step
546 #define drm_gpuva_for_each_op_safe(op, next, ops) \
547 list_for_each_entry_safe(op, next, &(ops)->list, entry)
581 * drm_gpuva_next_op() - next
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-stm32.c130 unsigned long now, next; in stm32_clock_event_set_next_event() local
132 next = readl_relaxed(timer_of_base(to) + TIM_CNT) + evt; in stm32_clock_event_set_next_event()
133 writel_relaxed(next, timer_of_base(to) + TIM_CCR1); in stm32_clock_event_set_next_event()
136 if ((next - now) > evt) in stm32_clock_event_set_next_event()
/kernel/linux/linux-6.6/kernel/
H A Dpid_namespace.c284 int ret, next; in pid_ns_ctl_handler() local
295 next = idr_get_cursor(&pid_ns->idr) - 1; in pid_ns_ctl_handler()
297 tmp.data = &next; in pid_ns_ctl_handler()
300 idr_set_cursor(&pid_ns->idr, next + 1); in pid_ns_ctl_handler()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc.c216 proto = proto->next; in hdlc_ioctl()
326 proto->next = first_proto; in register_hdlc_protocol()
340 p = &((*p)->next); in unregister_hdlc_protocol()
342 *p = proto->next; in unregister_hdlc_protocol()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-queue.c66 buf = list_entry(q->list.next, struct ivtv_buffer, list); in ivtv_dequeue()
67 list_del_init(q->list.next); in ivtv_dequeue()
79 struct ivtv_buffer *buf = list_entry(from->list.next, struct ivtv_buffer, list); in ivtv_queue_move_buf()
81 list_move_tail(from->list.next, &to->list); in ivtv_queue_move_buf()
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy.c70 * calculate the next random value. */
230 static inline __u64 jent_delta(__u64 prev, __u64 next) in jent_delta() argument
233 return (prev < next) ? (next - prev) : in jent_delta()
234 (JENT_UINT64_MAX - prev + 1 + next); in jent_delta()
305 * Update of the loop count used for the next round of
471 /* Now call the next noise sources which also injects the data */ in jent_measure_jitter()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_engine_user.c85 struct llist_node *pos, *next; in sort_engines() local
87 llist_for_each_safe(pos, next, get_engines(i915)) { in sort_engines()
210 struct list_head *it, *next; in intel_engines_driver_register() local
218 list_for_each_safe(it, next, &engines) { in intel_engines_driver_register()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c14 * next paragraph) shall be included in all copies or substantial portions
425 struct vmw_view *entry, *next; in vmw_view_cotable_list_destroy() local
429 list_for_each_entry_safe(entry, next, list, cotable_head) in vmw_view_cotable_list_destroy()
445 struct vmw_view *entry, *next; in vmw_view_surface_list_destroy() local
449 list_for_each_entry_safe(entry, next, list, srf_head) in vmw_view_surface_list_destroy()

Completed in 19 milliseconds

1...<<131132133134135136137138139140>>...516