/kernel/linux/linux-5.10/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 1878 substream = substream->next; in snd_ymfpci_mixer()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 953 tsk->wake_q.next = NULL; in dup_task_struct()
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-image-convert.c | 182 /* next tile to process */ 1104 * Either round to closest for the next tile's first pixel to minimize seams 1542 * to done q and continue to the next run in the in run_next() 1560 run = list_entry(chan->done_q.next, in empty_done_q() 1676 * not done, place the next tile buffers. in do_tile_complete() 1722 ctx->eof_mask = 0; /* clear EOF irq mask for next tile */ in do_tile_complete()
|
/kernel/linux/linux-5.10/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 555 buf = list_entry(vc->buf_list.next, in s2255_got_frame() 1468 * On next s2255_open the firmware will be reloaded. in s2255_open() 1501 /* reset the DSP so firmware can be reloaded next time */ in s2255_destroy()
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_pc.c | 3326 priv = list_entry(ports_list.next, in parport_pc_exit()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-tegra.c | 2573 .next = tegra_pcie_ports_seq_next,
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 348 for (node = llist_del_all(&queue->req_list); node; node = node->next) { in nvme_tcp_process_req_list()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 2240 for (stage = pipeline->stages; stage; stage = stage->next) { in findf_dmem_params()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 1493 * The next field is for VFS *only*. No filesystems have any business 2312 struct file_system_type * next; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 293 * @need_clock_update: Update the clock rate before the next request. 294 * @need_reset: Reset controller before next request. 1624 slot = list_entry(host->queue.next, 1627 dev_vdbg(&host->pdev->dev, "list not empty: %s is next\n", 1792 * ready. Then we have three next states possible: in atmci_tasklet_func() 1842 * to move to the next state depends of data transfer in atmci_tasklet_func() 1844 * to the next step which is WAITING_NOTBUSY in write in atmci_tasklet_func()
|
/kernel/linux/linux-6.6/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 555 buf = list_entry(vc->buf_list.next, in s2255_got_frame() 1466 * On next s2255_open the firmware will be reloaded. in s2255_open() 1499 /* reset the DSP so firmware can be reloaded next time */ in s2255_destroy()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 2048 return vsc9959_psfp_sfi_list_add(ocelot, sfi2, last->next); in vsc9959_psfp_sfi_table_add2()
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | journal.c | 1045 * If the journal is now empty, return which will be the next transaction ID 1099 * soon as we update j_tail, next transaction can start reusing journal in __jbd2_update_log_tail() 1201 .next = jbd2_seq_info_next, 1750 * update until the next commit by setting JBD2_FLUSHED. This avoids in journal_reset() 1980 * next loop in __jbd2_journal_erase() 1988 * no need to process now because next block may also in __jbd2_journal_erase()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 961 * and so were/are genuinely "ahead". Start next readahead when 1257 * The next field is for VFS *only*. No filesystems have any business 2376 struct file_system_type * next; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mvumi.c | 321 cmd = list_entry((&mhba->cmd_pool)->next, in mvumi_get_cmd()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 2237 for (stage = pipeline->stages; stage; stage = stage->next) { in findf_dmem_params()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_transport.c | 2317 cmd = list_entry(dev->delayed_cmd_list.next, in target_do_delayed_work()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 334 req = list_entry(ep->queue.next, struct dummy_request, queue); in nuke()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 1180 tsk->wake_q.next = NULL; in dup_task_struct()
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | core.c | 851 /* try the next one */ in perf_sched_restore_state() 927 * Go through all unassigned events and find the next one to schedule. 938 /* next event */ in perf_sched_next_event() 941 /* next weight */ in perf_sched_next_event() 1362 * Set the next IRQ period, based on the hwc->period_left value. 2095 for (quirk = x86_pmu.quirks; quirk; quirk = quirk->next) in init_hw_perf_events()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 203 return !!(entry->tuple_nat_node.next); in mlx5_tc_ct_entry_has_nat()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/ |
H A D | ps3_gelic_wireless.c | 1593 target = list_entry(wl->network_free_list.next, in gelic_wl_scan_complete_event()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 296 /* move offset up to the next cache line */ in wx_build_skb() 375 /* update next to alloc since we have filled the ring */ in wx_alloc_rx_buffers() 402 * This function updates next to clean. If the buffer is an EOP buffer 404 * sk_buff in the next buffer to be chained and return true indicating 413 /* fetch, update, and store next to clean */ in wx_is_non_eop() 773 /* move us one more past the eop_desc for start of next pkt */ in wx_clean_tx_irq() 783 /* issue prefetch for next Tx descriptor */ in wx_clean_tx_irq() 880 /* For the next check */ in wx_maybe_stop_tx() 1462 * otherwise try next time in wx_xmit_frame_ring() 1684 ring->next in wx_add_ring() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 154 struct cx23885_buffer *buf = list_entry(dmaq->active.next, in cx23885_start_streaming()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | tcp.c | 366 for (node = llist_del_all(&queue->req_list); node; node = node->next) { in nvme_tcp_process_req_list()
|