/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | domain.c | 117 container_of(new_entry, struct tomoyo_path_acl, head) in tomoyo_update_domain() 224 head); in tomoyo_same_transition_control() 227 head); in tomoyo_same_transition_control() 276 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_transition_control() 304 list_for_each_entry_rcu(ptr, list, head.list, in tomoyo_scan_transition() 306 if (ptr->head.is_deleted || ptr->type != type) in tomoyo_scan_transition() 386 head); in tomoyo_same_aggregator() 388 head); in tomoyo_same_aggregator() 419 error = tomoyo_update_policy(&e.head, sizeof(e), param, in tomoyo_write_aggregator() 740 list_for_each_entry_rcu(ptr, list, head in tomoyo_find_next_domain() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | sigmadsp.c | 30 struct list_head head; member 42 struct list_head head; member 250 list_add_tail(&ctrl->head, &sigmadsp->ctrl_list); in sigma_fw_load_control() 281 list_add_tail(&data->head, &sigmadsp->data_list); in sigma_fw_load_data() 423 list_add_tail(&data->head, &sigmadsp->data_list); in process_sigma_action() 470 list_for_each_entry_safe(ctrl, _ctrl, &sigmadsp->ctrl_list, head) { in sigmadsp_firmware_release() 475 list_for_each_entry_safe(data, _data, &sigmadsp->data_list, head) in sigmadsp_firmware_release() 710 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) { in sigmadsp_attach() 745 list_for_each_entry(data, &sigmadsp->data_list, head) { in sigmadsp_setup() 755 list_for_each_entry(ctrl, &sigmadsp->ctrl_list, head) in sigmadsp_setup() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_fragment.c | 137 struct sk_buff *head = NULL; in ip_expire() local 165 * pull the head out of the tree in order to be able to in ip_expire() 166 * deal with head->dev. in ip_expire() 168 head = inet_frag_pull_head(&qp->q); in ip_expire() 169 if (!head) in ip_expire() 171 head->dev = dev_get_by_index_rcu(net, qp->iif); in ip_expire() 172 if (!head->dev) in ip_expire() 177 iph = ip_hdr(head); in ip_expire() 178 err = ip_route_input_noref(head, iph->daddr, iph->saddr, in ip_expire() 179 iph->tos, head in ip_expire() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | crystalhd.c | 105 OpaqueList *head; member 200 if (!priv->head) { in opaque_list_push() 202 priv->head = newNode; in opaque_list_push() 222 OpaqueList *node = priv->head; in opaque_list_pop() 224 if (!priv->head) { in opaque_list_pop() 232 * the head pointer rather than the previous element in the list. in opaque_list_pop() 234 if (priv->head->fake_timestamp == fake_timestamp) { in opaque_list_pop() 235 priv->head = node->next; in opaque_list_pop() 237 if (!priv->head->next) in opaque_list_pop() 238 priv->tail = priv->head; in opaque_list_pop() [all...] |
/third_party/nghttp2/src/ |
H A D | template.h | 87 DList() : head(nullptr), tail(nullptr), len(0) {} in DList() 93 : head{std::exchange(other.head, nullptr)}, 101 head = std::exchange(other.head, nullptr); 116 head = tail = t; in append() 126 if (head == t) { in remove() 127 head = n; in remove() 138 bool empty() const { return head == nullptr; } in empty() 142 T *head, *tai variable [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 616 u16 slots, head; in xgene_enet_free_pagepool() local 626 head = buf_pool->head; in xgene_enet_free_pagepool() 636 page = buf_pool->frag_page[head]; in xgene_enet_free_pagepool() 639 buf_pool->frag_page[head] = NULL; in xgene_enet_free_pagepool() 640 head = (head + 1) & slots; in xgene_enet_free_pagepool() 642 buf_pool->head = head; in xgene_enet_free_pagepool() 680 u16 slots, head; in xgene_enet_rx_frame() local 789 u16 head = ring->head; xgene_enet_process_ring() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 616 u16 slots, head; in xgene_enet_free_pagepool() local 626 head = buf_pool->head; in xgene_enet_free_pagepool() 636 page = buf_pool->frag_page[head]; in xgene_enet_free_pagepool() 639 buf_pool->frag_page[head] = NULL; in xgene_enet_free_pagepool() 640 head = (head + 1) & slots; in xgene_enet_free_pagepool() 642 buf_pool->head = head; in xgene_enet_free_pagepool() 680 u16 slots, head; in xgene_enet_rx_frame() local 789 u16 head = ring->head; xgene_enet_process_ring() local [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 116 * queue head. 120 /* The wait queue head that linked the "wait" wait queue item */ 276 static inline void free_ephead(struct epitems_head *head) in free_ephead() argument 278 if (head) in free_ephead() 279 kmem_cache_free(ephead_cache, head); in free_ephead() 284 struct epitems_head *head; in list_file() local 286 head = container_of(file->f_ep, struct epitems_head, epitems); in list_file() 287 if (!head->next) { in list_file() 288 head->next = tfile_check_list; in list_file() 289 tfile_check_list = head; in list_file() 293 unlist_file(struct epitems_head *head) unlist_file() argument 682 epi_rcu_free(struct rcu_head *head) epi_rcu_free() argument 725 struct hlist_head *head; __ep_remove() local 1090 list_add_tail_lockless(struct list_head *new, struct list_head *head) list_add_tail_lockless() argument 1444 struct hlist_head *head = NULL; attach_epitem() local 2020 struct epitems_head *head = tfile_check_list; clear_tfile_check_list() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | format_agent_plugin_src_test.cpp | 67 uint32_t head[10]; in HWTEST_F() local 68 head[0] = 0; in HWTEST_F() 69 head[1] = 'f'; in HWTEST_F() 71 bool res = heifFormatAgent.CheckFormat(head, dataSize); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | machine_kexec.c | 40 pr_debug(" head: %lx\n", kimage->head); in kexec_image_info() 222 (unsigned long) phys_to_virt(image->head & PAGE_MASK); in machine_kexec() 224 kexec_indirection_page = (unsigned long)&image->head; in machine_kexec() 236 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sdma.c | 110 fs_info.head = ih_info->head = *adev->sdma.ras_if; in amdgpu_sdma_ras_late_init() 145 .head = *ras_if, in amdgpu_sdma_ras_fini() 180 ih_data.head = *ras_if; in amdgpu_sdma_process_ecc_irq()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | machine_kexec.c | 40 pr_debug(" head: %lx\n", kimage->head); in kexec_image_info() 222 (unsigned long) phys_to_virt(image->head & PAGE_MASK); in machine_kexec() 224 kexec_indirection_page = (unsigned long)&image->head; in machine_kexec() 236 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 34 struct list_head head; member 134 list_add(&entry->head, &muram_block_list); in cpm_muram_alloc_common() 179 list_for_each_entry(tmp, &muram_block_list, head) { in cpm_muram_free() 182 list_del(&tmp->head); in cpm_muram_free()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | diag.c | 73 struct list_head *head = &vsock_bind_table[bucket]; in vsock_diag_dump() local 76 list_for_each_entry(vsk, head, bound_table) { in vsock_diag_dump() 103 struct list_head *head = &vsock_connected_table[bucket]; in vsock_diag_dump() local 106 list_for_each_entry(vsk, head, connected_table) { in vsock_diag_dump()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.h | 72 int head; member 115 int head, bool dl); 116 void nv04_dfp_disable(struct drm_device *dev, int head); 176 init.head = crtc; in nouveau_bios_run_init_table()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | list_bl.h | 9 * Special version of lists, where head of the list has a lock in the lowest 165 * @head: the head for your list. 169 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ 170 for (pos = hlist_bl_first(head); \ 180 * @head: the head for your list. 183 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ 184 for (pos = hlist_bl_first(head); \
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-tx.c | 148 /* Memory barrier before checking tx_free (head and tail) */ in mcp251xfd_tx_busy() 154 tx_ring->head, tx_ring->tail, in mcp251xfd_tx_busy() 155 tx_ring->head - tx_ring->tail); in mcp251xfd_tx_busy() 182 mcp251xfd_tx_obj_from_skb(priv, tx_obj, skb, tx_ring->head); in mcp251xfd_start_xmit() 186 tx_ring->head++; in mcp251xfd_start_xmit()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | list_bl.h | 9 * Special version of lists, where head of the list has a lock in the lowest 165 * @head: the head for your list. 169 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ 170 for (pos = hlist_bl_first(head); \ 180 * @head: the head for your list. 183 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ 184 for (pos = hlist_bl_first(head); \
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | qe_common.c | 33 struct list_head head; member 132 list_add(&entry->head, &muram_block_list); in cpm_muram_alloc_common() 177 list_for_each_entry(tmp, &muram_block_list, head) { in cpm_muram_free() 180 list_del(&tmp->head); in cpm_muram_free()
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | submit.c | 99 struct llist_node *head; in llist_abort_desc() local 108 head = llist_del_all(&ie->pending_llist); in llist_abort_desc() 109 if (head) { in llist_abort_desc() 110 llist_for_each_entry_safe(d, t, head, llnode) { in llist_abort_desc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.h | 74 int head; member 118 int head, bool dl); 119 void nv04_dfp_disable(struct drm_device *dev, int head); 181 init.head = crtc; in nouveau_bios_run_init_table()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | diag.c | 73 struct list_head *head = &vsock_bind_table[bucket]; in vsock_diag_dump() local 76 list_for_each_entry(vsk, head, bound_table) { in vsock_diag_dump() 103 struct list_head *head = &vsock_connected_table[bucket]; in vsock_diag_dump() local 106 list_for_each_entry(vsk, head, connected_table) { in vsock_diag_dump()
|
/third_party/curl/src/ |
H A D | tool_main.c | 242 struct curl_slist *item, *head = GetLoadedModulePaths(); in wmain() local 243 for(item = head; item; item = item->next) in wmain() 245 curl_slist_free_all(head); in wmain() 246 return head ? 0 : 1; in wmain()
|
/third_party/curl/lib/ |
H A D | if2ip.c | 107 struct ifaddrs *iface, *head; in Curl_if2ip() local 115 if(getifaddrs(&head) >= 0) { in Curl_if2ip() 116 for(iface = head; iface != NULL; iface = iface->ifa_next) { in Curl_if2ip() 176 freeifaddrs(head); in Curl_if2ip()
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | emu.h | 70 unsigned head, tail, count; member 81 q->head++; in emu_queue_push() 82 q->head %= ARRAY_SIZE(q->fifo); in emu_queue_push() 84 q->fifo[q->head] = val; in emu_queue_push()
|