/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kwork.c | 1245 static unsigned long long nr_list_entry(struct list_head *head) in nr_list_entry() argument 1250 list_for_each(pos, head) in nr_list_entry()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 880 static void tcf_ct_params_free_rcu(struct rcu_head *head) in tcf_ct_params_free_rcu() argument 884 params = container_of(head, struct tcf_ct_params, rcu); in tcf_ct_params_free_rcu()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | label.c | 361 static void label_free_rcu(struct rcu_head *head) in label_free_rcu() argument 363 struct aa_label *label = container_of(head, struct aa_label, rcu); in label_free_rcu()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1357 "skb_info: len:%d data_len:%d head:%p data:%p tail:%p end:%p sum:%d dev:%s\n", in fcoe_rcv() 1358 skb->len, skb->data_len, skb->head, skb->data, in fcoe_rcv() 1665 "skb_info: len:%d data_len:%d head:%p data:%p tail:%p end:%p sum:%d dev:%s\n", in fcoe_recv_frame() 1667 skb->head, skb->data, skb_tail_pointer(skb), in fcoe_recv_frame()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | resource.c | 1761 void resource_list_free(struct list_head *head) in resource_list_free() argument 1765 list_for_each_entry_safe(entry, tmp, head, node) in resource_list_free()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | driver-ops.h | 1259 struct sk_buff *head, in drv_can_aggregate_in_amsdu() 1265 return local->ops->can_aggregate_in_amsdu(&local->hw, head, skb); in drv_can_aggregate_in_amsdu() 1258 drv_can_aggregate_in_amsdu(struct ieee80211_local *local, struct sk_buff *head, struct sk_buff *skb) drv_can_aggregate_in_amsdu() argument
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 79 static void fdb_rcu_free(struct rcu_head *head) in fdb_rcu_free() argument 82 = container_of(head, struct net_bridge_fdb_entry, rcu); in fdb_rcu_free()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_sockglue.c | 337 static void ip_ra_destroy_rcu(struct rcu_head *head) in ip_ra_destroy_rcu() argument 339 struct ip_ra_chain *ra = container_of(head, struct ip_ra_chain, rcu); in ip_ra_destroy_rcu()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 2161 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) { in usbd_fs_isoc_schedule_alloc_slot() 2200 TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head, in usbd_fs_isoc_schedule_alloc_slot()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 528 screen->fence_reference(screen, &This->swap_fences[This->head++], in swap_fences_push_back() 530 This->head &= DRI_SWAP_FENCES_MASK; in swap_fences_push_back()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 774 BasicBlock* PushFront(BasicBlock* head, BasicBlock* block) { in PushFront() argument 775 block->set_rpo_next(head); in PushFront()
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 467 // Fail head of pipeline. 786 onUpgrade (head) { 807 socket.unshift(head) 1148 // Fail head of pipeline.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 512 declare function head<T extends Array<any>>(list: T): T[0]; 1332 declare function head<T extends Array<any>>(list: T): T[0];
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 1897 self.head = Request("http://www.python.org/~jeremy/", method='HEAD') 1905 self.assertEqual("HEAD", self.head.get_method())
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_copy_ast.c | 2029 if (orig->flavor == CIL_BLOCK && DATUM(data)->nodes->head != NULL) { in __cil_copy_node_helper() 2039 if (DATUM(data)->nodes->head && FLAVOR(data) != orig->flavor) { in __cil_copy_node_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 1178 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE 1180 u8 *head; member 1183 * head_len - Length of the head buffer in octets 2041 * @head: Head portion of Beacon frame (before TIM IE) 2049 * @head_len: Length of @head 2057 u8 *head, *tail; member 2725 * frame by concatenating the head part with TIM IE generated by the
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 1306 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE 1308 u8 *head; member 1311 * head_len - Length of the head buffer in octets 2443 * @head: Head portion of Beacon frame (before TIM IE) 2451 * @head_len: Length of @head 2459 u8 *head, *tail; member 3129 * frame by concatenating the head part with TIM IE generated by the
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5496 int head;\ 10977 int loca,head,glyf,hhea,hmtx,kern; /* table locations as offset from start of .ttf */ member 11003 struct nk_tt__hheap_chunk *head; member 11125 info->head = (int)nk_tt__find_table(data, (nk_uint)fontstart, "head"); /* required */ in nk_tt_InitFont() 11130 if (!cmap || !info->loca || !info->head || !info->glyf || !info->hhea || !info->hmtx) in nk_tt_InitFont() 11166 info->indexToLocFormat = nk_ttUSHORT(data+info->head + 50); in nk_tt_InitFont() 11573 int unitsPerEm = nk_ttUSHORT(info->data + info->head + 18); in nk_tt_ScaleForMappingEmToPixels() 11624 c->next = hh->head; in nk_tt__hheap_alloc() 11625 hh->head in nk_tt__hheap_alloc() [all...] |
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | r8152.c | 781 void *head; member 1810 tp->tx_info[i].head = NULL; in free_all_mem() 1870 tp->tx_info[i].head = tx_agg_align(buf); in alloc_all_mem() 2072 tx_data = agg->head; in r8152_tx_agg_fill() 2124 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head); in r8152_tx_agg_fill() 2149 agg->head, (int)(tx_data - (u8 *)agg->head), in r8152_tx_agg_fill()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2537 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): 2543 self.head = head 2556 self.local_head = self.head.value 2632 self.head.value = self.local_head 2664 self.head = Value(c_longlong) 2674 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_done, self.process_target, self.wait_event, self.fetched_event, prep))
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 131 struct list_head head; member 143 list_add_tail(&rt->rt6i_uncached, &ul->head); in rt6_uncached_list_add() 173 list_for_each_entry(rt, &ul->head, rt6i_uncached) { in rt6_uncached_list_flush_dev() 4328 struct hlist_head *head; in rt6_purge_dflt_routers() local 4334 head = &net->ipv6.fib_table_hash[h]; in rt6_purge_dflt_routers() 4335 hlist_for_each_entry_rcu(table, head, tb6_hlist) { in rt6_purge_dflt_routers() 6591 INIT_LIST_HEAD(&ul->head); in ip6_route_init()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | ctrl.c | 14 * @head: Listhead of qp's 17 struct irdma_sc_qp *irdma_get_qp_from_list(struct list_head *head, in irdma_get_qp_from_list() argument 23 if (list_empty(head)) in irdma_get_qp_from_list() 27 entry = head->next; in irdma_get_qp_from_list() 31 if (entry == head) in irdma_get_qp_from_list() 2081 "STATS: CQP SQ head 0x%x tail 0x%x size 0x%x\n", in irdma_sc_gather_stats() 2082 cqp->sq_ring.head, cqp->sq_ring.tail, cqp->sq_ring.size); in irdma_sc_gather_stats() 2726 * irdma_get_cqp_reg_info - get head and tail for cqp using registers 3249 "WQE: CQP SQ head 0x%x tail 0x%x size 0x%x\n", in irdma_sc_cqp_post_sq() 3250 cqp->sq_ring.head, cq in irdma_sc_cqp_post_sq() [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2538 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): 2544 self.head = head 2557 self.local_head = self.head.value 2633 self.head.value = self.local_head 2665 self.head = Value(c_longlong) 2675 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, self.head, self.tail, self.fetch_count, self.fetching_done, self.process_target, self.wait_event, self.fetched_event, prep))
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 1001 if ((rq->head[rq->current_entry] & 1) == rq->wraparound) { in next_command() 1002 a = rq->head[rq->current_entry]; in next_command() 8168 if (!h->reply_queue[i].head) in hpsa_free_reply_queues() 8172 h->reply_queue[i].head, in hpsa_free_reply_queues() 8174 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues() 8676 dev_err(&pdev->dev, "Failed to allocate controller head\n"); in hpsa_init_one() 9209 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode() 9274 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode() 9489 h->reply_queue[i].head = dma_alloc_coherent(&h->pdev->dev, in hpsa_put_ctlr_into_performant_mode() 9493 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 1004 if ((rq->head[rq->current_entry] & 1) == rq->wraparound) { in next_command() 1005 a = rq->head[rq->current_entry]; in next_command() 8193 if (!h->reply_queue[i].head) in hpsa_free_reply_queues() 8197 h->reply_queue[i].head, in hpsa_free_reply_queues() 8199 h->reply_queue[i].head = NULL; in hpsa_free_reply_queues() 8701 dev_err(&pdev->dev, "Failed to allocate controller head\n"); in hpsa_init_one() 9231 memset(h->reply_queue[i].head, 0, h->reply_queue_size); in hpsa_enter_performant_mode() 9296 memset(h->reply_queue[i].head, in hpsa_enter_performant_mode() 9504 h->reply_queue[i].head = dma_alloc_coherent(&h->pdev->dev, in hpsa_put_ctlr_into_performant_mode() 9508 if (!h->reply_queue[i].head) { in hpsa_put_ctlr_into_performant_mode() [all...] |