/kernel/linux/linux-5.10/tools/io_uring/ |
H A D | queue.c | 144 unsigned next = sq->sqe_tail + 1; in io_uring_get_sqe() local 150 if (next - sq->sqe_head > *sq->kring_entries) in io_uring_get_sqe() 154 sq->sqe_tail = next; in io_uring_get_sqe()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | dm-ioctl.h | 159 * Location of the next dm_target_spec. 162 * to the start of the "next" dm_target_spec. 165 * (that follows the dm_ioctl struct) to the start of the "next" 168 __u32 next; member 193 __u32 next; /* offset to the next record from member 202 __u32 next; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fsync.c | 47 struct dentry *dentry, *next; in ext4_sync_parent() local 58 next = dget_parent(dentry); in ext4_sync_parent() 60 dentry = next; in ext4_sync_parent()
|
/kernel/linux/linux-5.10/lib/ |
H A D | oid_registry.c | 80 goto next; in look_up_OID() 84 goto next; in look_up_OID() 88 next: in look_up_OID()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utcache.c | 76 void *next; in acpi_os_purge_cache() local 96 next = ACPI_GET_DESCRIPTOR_PTR(cache->list_head); in acpi_os_purge_cache() 99 cache->list_head = next; in acpi_os_purge_cache()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fsync.c | 48 struct dentry *dentry, *next; in ext4_sync_parent() local 59 next = dget_parent(dentry); in ext4_sync_parent() 61 dentry = next; in ext4_sync_parent()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | types.h | 191 struct list_head *next, *prev; member 199 struct hlist_node *next, **pprev; member 215 * @next: next update requests in a list 222 * The alignment is required to guarantee that bit 0 of @next will be 233 struct callback_head *next; member
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | vnic_wq.h | 37 struct vnic_wq_buf *next; member 99 buf = buf->next; in svnic_wq_post() 129 wq->to_clean = buf->next; in svnic_wq_service()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | dm-ioctl.h | 159 * Location of the next dm_target_spec. 162 * to the start of the "next" dm_target_spec. 165 * (that follows the dm_ioctl struct) to the start of the "next" 168 __u32 next; member 193 __u32 next; /* offset to the next record from member 200 * and aligning this pointer to next 8-byte boundary. 216 __u32 next; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.h | 141 list_entry(hem->chunk_list.next, in hns_roce_hem_first() 154 if (iter->chunk->list.next == &iter->hem->chunk_list) { in hns_roce_hem_next() 159 iter->chunk = list_entry(iter->chunk->list.next, in hns_roce_hem_next()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | icm.h | 101 NULL : list_entry(icm->chunk_list.next, in mlx4_icm_first() 114 if (iter->chunk->list.next == &iter->icm->chunk_list) { in mlx4_icm_next() 119 iter->chunk = list_entry(iter->chunk->list.next, in mlx4_icm_next()
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_helpers.h | 33 void vpu_helper_get_kmp_next(const u8 *pattern, int *next, int size); 34 int vpu_helper_kmp_search(u8 *s, int s_len, const u8 *p, int p_len, int *next); 37 const u8 *p, int p_len, int *next);
|
/kernel/linux/linux-6.6/crypto/ |
H A D | xor.c | 60 tmpl->next = template_list; in do_xor_register() 89 tmpl->next = template_list; in do_xor_speed() 151 for (f = fastest; f; f = f->next) in calibrate_xor_blocks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring.h | 61 u32 next, u32 prev) in intel_ring_direction() 63 typecheck(typeof(ring->size), next); in intel_ring_direction() 65 return (next - prev) << ring->wrap; in intel_ring_direction() 60 intel_ring_direction(const struct intel_ring *ring, u32 next, u32 prev) intel_ring_direction() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-lg3ff.c | 53 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_play() 91 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in hid_lg3ff_set_autocenter() 130 hidinput = list_entry(hid->inputs.next, struct hid_input, list); in lg3ff_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | oid_registry.c | 80 goto next; in look_up_OID() 84 goto next; in look_up_OID() 88 next: in look_up_OID()
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | tags.c | 112 next: in save_stack_info() 119 goto next; /* Busy slot. */ in save_stack_info() 121 goto next; /* Busy slot. */ in save_stack_info()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | dm-ioctl.h | 14 *** Any manual change here will be lost the next time this script will 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | dm-ioctl.h | 14 *** Any manual change here will be lost the next time this script will 45 __u32 next; member 55 __u32 next; member 59 __u32 next; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | dm-ioctl.h | 35 __u32 next; member 46 __u32 next; member 50 __u32 next; member
|
/test/xts/hats/kernel/freelist/encode_pointer/ |
H A D | Malloc_encode_pointer.cpp | 59 struct meta_in *prev, *next; member 110 if ((uintptr_t)g0->meta->prev->next == (uintptr_t)g0->meta->mem) { in child() 113 if ((uintptr_t)g1->meta->prev->next == (uintptr_t)g1->meta->mem) { in child()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 23 * initializes the segment to zero, and sets the private next pointer to NULL. 63 seg->next = NULL; in xhci_segment_alloc() 83 seg = first->next; in xhci_free_segments_for_ring() 85 struct xhci_segment *next = seg->next; in xhci_free_segments_for_ring() local 87 seg = next; in xhci_free_segments_for_ring() 93 * Make the prev segment point to the next segment. 96 * DMA address of the next segment. The caller needs to set any Link TRB 100 struct xhci_segment *next, in xhci_link_segments() 105 if (!prev || !next) in xhci_link_segments() 99 xhci_link_segments(struct xhci_segment *prev, struct xhci_segment *next, enum xhci_ring_type type, bool chain_links) xhci_link_segments() argument 130 struct xhci_segment *next; xhci_link_rings() local 341 struct xhci_segment *next; xhci_alloc_segments_for_ring() local 449 struct xhci_segment *next; xhci_ring_expansion() local 821 struct xhci_tt_bw_info *tt_info, *next; xhci_free_tt_info() local 958 struct xhci_tt_bw_info *tt_info, *next; xhci_free_virt_devices_depth_first() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 24 * initializes the segment to zero, and sets the private next pointer to NULL. 64 seg->next = NULL; in xhci_segment_alloc() 84 seg = first->next; in xhci_free_segments_for_ring() 86 struct xhci_segment *next = seg->next; in xhci_free_segments_for_ring() local 88 seg = next; in xhci_free_segments_for_ring() 94 * Make the prev segment point to the next segment. 97 * DMA address of the next segment. The caller needs to set any Link TRB 101 struct xhci_segment *next, in xhci_link_segments() 106 if (!prev || !next) in xhci_link_segments() 100 xhci_link_segments(struct xhci_segment *prev, struct xhci_segment *next, enum xhci_ring_type type, bool chain_links) xhci_link_segments() argument 131 struct xhci_segment *next; xhci_link_rings() local 341 struct xhci_segment *next; xhci_alloc_segments_for_ring() local 440 struct xhci_segment *next; xhci_ring_expansion() local 777 struct xhci_tt_bw_info *tt_info, *next; xhci_free_tt_info() local 914 struct xhci_tt_bw_info *tt_info, *next; xhci_free_virt_devices_depth_first() local [all...] |
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 133 char *orig = *stringp, *next; in get_line() local 140 next = strchr(orig, '\n'); in get_line() 141 if (next) in get_line() 142 *next++ = '\0'; in get_line() 144 *stringp = next; in get_line() 156 for (mod = modules; mod; mod = mod->next) in find_module() 173 mod->next = modules; in new_module() 188 struct symbol *next; member 219 struct symbol *next) in alloc_symbol() 226 s->next in alloc_symbol() 218 alloc_symbol(const char *name, unsigned int weak, struct symbol *next) alloc_symbol() argument 2566 struct dump_list *next; global() member [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 173 LaneResource *next = NULL; in GetValidLaneResource() local 174 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in GetValidLaneResource() 294 LaneResource *next = NULL; in DetectDisableWifiDirectApply() local 295 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in DetectDisableWifiDirectApply() 336 LaneResource *next = NULL; in DetectEnableWifiDirectApply() local 337 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in DetectEnableWifiDirectApply() 537 LaneResource *next = NULL; in ProcessVapInfo() local 539 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneResource.list, LaneResource, node) { in ProcessVapInfo() 573 LaneResource *next = NULL; in DelLaneResourceByLaneId() local 575 LIST_FOR_EACH_ENTRY_SAFE(item, next, in DelLaneResourceByLaneId() 593 LaneResource *next = NULL; ClearLaneResourceByLaneId() local 644 LaneResource *next = NULL; FindLaneResourceByLinkType() local 699 LaneResource *next = NULL; FindLaneResourceByLaneId() local 727 LaneResource *next = NULL; UpdateLaneResourceLaneId() local 758 LaneResource *next = NULL; CheckLaneResourceNumByLinkType() local 885 LaneResource *next = NULL; FetchLaneResourceByDevId() local 914 LaneResource *next = NULL; FetchLaneResourceByDevIdHash() local 1669 LaneResource *next = NULL; DeinitLaneLink() local [all...] |