/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdmavt_mr.h | 59 u32 next; /* next unused index (speeds search) */ member 77 struct rvt_sge *sg_list; /* next SGE to be used if any */
|
/kernel/linux/linux-5.10/drivers/zorro/ |
H A D | proc.c | 93 .next = zorro_seq_next,
|
/kernel/linux/linux-5.10/fs/affs/ |
H A D | amigaffs.h | 120 __be32 next; member
|
/kernel/linux/linux-5.10/lib/ |
H A D | irq_poll.c | 105 iop = list_entry(list->next, struct irq_poll, list); in irq_poll_softirq()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_ring.h | 40 /* This marks a buffer as continuing via the next field. */ 96 /* Virtio ring descriptors: 16 bytes. These can chain together via "next". */ 105 __virtio16 next; member 178 * // Padding to the next align boundary.
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | prog_iter.c | 76 .next = bpf_prog_seq_next,
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stats.c | 118 .next = schedstat_next,
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | nommu.c | 106 .next = nommu_region_list_next,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.h | 33 int next; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | nv40.c | 74 .next = nv40_perfctr_next,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | mmu.h | 75 u64 next; member
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_legacy.h | 23 * The above copyright notice and this permission notice (including the next 63 struct drm_buf *next; /**< Kernel-only: used for free list */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hdlc.h | 30 struct hdlc_proto *next; /* next protocol in the list */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.h | 53 * chain, where the nodes of the chain are linked together through their next 66 struct l2t_entry *next; /* next l2t_entry on chain */ member 75 struct l2t_entry *rover; /* starting point for next allocation */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/ |
H A D | fman_mac.h | 190 hash_entry = ETH_HASH_ENTRY_OBJ(addr_lst->next); in dequeue_addr_from_hash_entry()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge_debugfs.c | 15 .next = mlx5_esw_bridge_debugfs_next,
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | evmisc.c | 185 handler_obj->notify.next[info->notify.handler_list_id]; in acpi_ev_notify_dispatch()
|
H A D | acstruct.h | 38 struct acpi_walk_state *next; /* Next walk_state in list */ member 89 union acpi_parse_object *next_op; /* next op to be processed */
|
H A D | dswscope.c | 40 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear()
|
H A D | psscope.c | 154 * arg_list - Where the popped "next argument" is 172 /* Only pop the scope if there is in fact a next scope */ in acpi_ps_pop_scope() 174 if (scope->common.next) { in acpi_ps_pop_scope() 188 /* Empty parse stack, prepare to fetch next opcode */ in acpi_ps_pop_scope()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | proc.c | 53 dev->physical_node_list.next) in acpi_system_wakeup_device_seq_show()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.h | 57 unsigned long descr; /* next descriptor (RX) */ 64 struct atm_vcc *next; /* next pending RX */ member 127 unsigned long pos; /* position of next descriptor */
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | makemapdata.c | 122 this = this->next; in main()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_xtree.h | 73 __le64 next; /* 8: */ member 78 __le16 nextindex; /* 2: next index = number of entries */
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | requestqueue.c | 82 e = list_entry(ls->ls_requestqueue.next, struct rq_entry, list); in dlm_process_requestqueue()
|