Home
last modified time | relevance | path

Searched refs:next (Results 6076 - 6100 of 12623) sorted by relevance

1...<<241242243244245246247248249250>>...505

/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-prd.c375 .next = NULL,
381 .next = NULL,
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Ddebug.h45 struct debug_info *next; member
264 * and switches to next debug area
286 * and switches to next debug area
309 * and switches to next debug area
332 * and switches to next debug area
364 * and switches to next debug area.
431 .next = NULL, \
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dio-unit.c114 next: j = (i & 15); in iounit_get_area()
128 goto next; in iounit_get_area()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtime_32.c205 unsigned int next = (unsigned int)delta; in percpu_ce_set_next_event() local
207 sparc_config.load_profile_irq(cpu, next); in percpu_ce_set_next_event()
/kernel/linux/linux-5.10/drivers/hv/
H A Dring_buffer.c70 /* Get the next write location for the specified ring buffer. */
74 u32 next = ring_info->ring_buffer->write_index; in hv_get_next_write_location() local
76 return next; in hv_get_next_write_location()
79 /* Set the next write location for the specified ring buffer. */
87 /* Set the next read location for the specified ring buffer. */
287 * Otherwise, the next time around, we think the ring buffer in hv_ringbuffer_write()
375 /* Advance ring index to next packet descriptor */ in hv_ringbuffer_read()
434 * Get next vmbus packet from ring buffer.
448 /* bump offset to next potential packet */ in __hv_pkt_iter_next()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-service-time.c64 struct path_info *pi, *next; in free_paths() local
66 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dtimerdev.c68 struct mISDNtimer *timer, *next; in mISDN_close() local
85 list_for_each_entry_safe(timer, next, &dev->expired, list) { in mISDN_close()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c221 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_start_streaming()
237 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_stop_streaming()
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H A Dtw5864-core.c197 * Traversing inputs in round-robin fashion, starting from next to the in tw5864_timer_isr()
207 goto next; in tw5864_timer_isr()
234 next: in tw5864_timer_isr()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci.h371 bool next);
454 bool next);
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H A Dgruprocfs.c230 .next = seq_next,
237 .next = seq_next,
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dms02-nv.c220 mp->next = root_ms02nv_mtd; in ms02nv_init_one()
251 root_ms02nv_mtd = mp->next; in ms02nv_remove_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h327 struct iavf_ring *next; /* pointer to next ring in q_vector */ member
386 * packet the next time
416 unsigned long next_update; /* jiffies value of next update */
426 for (pos = (head).ring; pos != NULL; pos = pos->next)
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h123 unsigned int next; /* next possible free index */ member
145 unsigned int next; member
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/
H A Dhermes_dld.c79 char next[]; /* next PDR starts here */ member
169 pdr = (struct pdr *) pdr->next; in hermes_find_pdr()
244 /* Increment to the next PDI */ in hermes_apply_pda()
/kernel/linux/linux-5.10/drivers/scsi/dpt/
H A Ddpti_i2o.h68 struct i2o_device *next; /* Chain */ member
93 struct i2o_controller *next; /* Controller chain */ member
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_cs.h116 #define bfa_q_first(_q) ((void *)(((struct list_head *) (_q))->next))
117 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next)
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Drpadlpar_core.c112 struct slot *slot, *next; in find_php_slot() local
114 list_for_each_entry_safe(slot, next, &rpaphp_slot_head, in find_php_slot()
/kernel/linux/linux-5.10/net/netlink/
H A Dpolicy.c442 goto next; in netlink_policy_dump_write()
447 /* finish and move state to next attribute */ in netlink_policy_dump_write()
450 next: in netlink_policy_dump_write()
/kernel/linux/linux-5.10/include/linux/
H A Dmm_types.h111 struct page *next; member
169 * mapped so the next 3 words hold the mapping, index,
399 struct core_thread *next; member
576 * numa_next_scan is the next time that the PTEs will be marked
/kernel/linux/linux-5.10/sound/i2c/
H A Di2c.c42 device = snd_i2c_device(bus->devices.next); in snd_i2c_bus_free()
49 slave = snd_i2c_slave_bus(bus->buses.next); in snd_i2c_bus_free()
/kernel/linux/linux-5.10/security/keys/
H A Dproc.c23 .next = proc_keys_next,
35 .next = proc_key_users_next,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-prologue.c295 ref = ref->next; in gen_prologue_slowpath()
433 ref = ref->next; in bpf__gen_prologue()
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvcsubs.c256 struct hlist_node *next; in nlm_traverse_files() local
262 hlist_for_each_entry_safe(file, next, &nlm_files[i], f_list) { in nlm_traverse_files()
/kernel/linux/linux-5.10/fs/fscache/
H A Dcache.c160 cache = list_entry(fscache_cache_list.next, in fscache_select_cache_for_object()
334 object = list_entry(cache->object_list.next, in fscache_withdraw_all_objects()

Completed in 31 milliseconds

1...<<241242243244245246247248249250>>...505