/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | socket.c | 49 sk_add_node(sk, &l->head); in mISDN_sock_link() 493 sk_for_each(csk, &data_sockets.head) { in data_sock_bind()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | transport.c | 145 static void sctp_transport_destroy_rcu(struct rcu_head *head) in sctp_transport_destroy_rcu() argument 149 transport = container_of(head, struct sctp_transport, rcu); in sctp_transport_destroy_rcu()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intel-bts.c | 172 if (list_empty(&queue->head)) in intel_bts_setup_queue() 254 if (b->list.prev == &queue->head) in intel_bts_do_fix_overlap()
|
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | plimits_proc.c | 330 void *head = (entryOpt->offset == UNITPTR_NULL) ? in ProcLimiterDirEntryInit() local 332 struct ProcDirEntry *entry = ProcCreateLimiterFiles(currDir, entryOpt, mode, head); in ProcLimiterDirEntryInit()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | soft-interface.c | 55 * batadv_skb_head_push() - Increase header size and move (push) head pointer 1079 * @head: list pointer 1082 struct list_head *head) in batadv_softif_destroy_netlink() 1100 unregister_netdevice_queue(soft_iface, head); in batadv_softif_destroy_netlink() 1081 batadv_softif_destroy_netlink(struct net_device *soft_iface, struct list_head *head) batadv_softif_destroy_netlink() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_flowlabel.c | 104 static void fl_free_rcu(struct rcu_head *head) in fl_free_rcu() argument 106 struct ip6_flowlabel *fl = container_of(head, struct ip6_flowlabel, rcu); in fl_free_rcu()
|
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 121 head -n 8 "$pktfile1" 124 head -n 8 "$framefile1"
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.h | 775 inline void SetOptimizedCodeListHead(Object head); 777 inline void SetDeoptimizedCodeListHead(Object head);
|
/third_party/skia/src/core/ |
H A D | SkStream.cpp | 739 explicit SkBlockMemoryRefCnt(SkDynamicMemoryWStream::Block* head) : fHead(head) { } in SkBlockMemoryRefCnt() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | ramdaToolsNoInfinite2.js | 234 export type Prepend<L extends List, A extends any> = ((head: A, ...args: L) => any) extends ((...args: infer U) => any) ? U : L; 245 export type Tail<L extends List> = ((...t: L) => any) extends ((head: any, ...tail: infer LTail) => any) ? LTail : never;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 54 u16 head, tail; in ice_get_tx_pending() local 56 head = ring->next_to_clean; in ice_get_tx_pending() 59 if (head != tail) in ice_get_tx_pending() 60 return (head < tail) ? in ice_get_tx_pending() 61 tail - head : (tail + ring->count - head); in ice_get_tx_pending() 1328 ntu = (u16)(rd32(hw, cq->rq.head) & cq->rq.head_mask); in ice_ctrlq_pending() 1350 * EVENT_PENDING bit. So before exiting, check queue head again (using in ice_clean_adminq_subtask() 6636 u32 head, val = 0; in ice_tx_timeout() local 6638 head in ice_tx_timeout() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 151 static inline struct list_head *ncr_list_pop(struct list_head *head) in ncr_list_pop() argument 153 if (!list_empty(head)) { in ncr_list_pop() 154 struct list_head *elem = head->next; in ncr_list_pop() 1354 struct head { struct 1480 struct head header; 1593 struct head header; 2110 SCR_COPY (sizeof (struct head)), 2412 SCR_COPY (sizeof (struct head)), 2631 SCR_COPY (sizeof (struct head)), 2856 SCR_COPY (sizeof (struct head)), [all...] |
/kernel/linux/linux-5.10/net/packet/ |
H A D | af_packet.c | 503 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame() 1087 po->rx_ring.head, status); in packet_current_rx_frame() 1159 unsigned int previous = rb->head ? rb->head - 1 : rb->frame_max; in packet_previous_frame() 1165 buff->head = buff->head != buff->frame_max ? buff->head+1 : 0; in packet_increment_head() 1219 idx = READ_ONCE(po->rx_ring.head); in __tpacket_has_room() 2111 * structure, so that corresponding packet head is in packet_rcv() 2117 /* Special case: outgoing packets have ll header at head */ in packet_rcv() [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 1298 static void lkb_add_ordered(struct list_head *new, struct list_head *head, in lkb_add_ordered() argument 1303 list_for_each_entry(lkb, head, lkb_statequeue) in lkb_add_ordered() 2193 static inline int first_in_list(struct dlm_lkb *lkb, struct list_head *head) in first_in_list() argument 2195 struct dlm_lkb *first = list_entry(head->next, struct dlm_lkb, in first_in_list() 2205 static int queue_conflict(struct list_head *head, struct dlm_lkb *lkb) in queue_conflict() argument 2209 list_for_each_entry(this, head, lkb_statequeue) { in queue_conflict() 2664 static void send_bast_queue(struct dlm_rsb *r, struct list_head *head, in send_bast_queue() argument 2669 list_for_each_entry(gr, head, lkb_statequeue) { in send_bast_queue() 5560 static struct dlm_lkb *search_remid_list(struct list_head *head, int nodeid, in search_remid_list() argument 5565 list_for_each_entry(lkb, head, lkb_statequeu in search_remid_list() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 252 __execlists_update_reg_state(ce[1], engine, ce[1]->ring->head); in live_unlite_restore() 510 * ring->head is updated upon retire which is out of sync with pinning in live_pin_rewind() 511 * the context. Thus we cannot use ring->head to set CTX_RING_HEAD, in live_pin_rewind() 553 GEM_BUG_ON(ring->head); in live_pin_rewind() 566 GEM_BUG_ON(!rq->head); in live_pin_rewind() 939 struct i915_request *head; in slice_semaphore_queue() local 943 head = semaphore_queue(outer, vma, n++); in slice_semaphore_queue() 944 if (IS_ERR(head)) in slice_semaphore_queue() 945 return PTR_ERR(head); in slice_semaphore_queue() 965 if (i915_request_wait(head, in slice_semaphore_queue() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 156 static inline struct list_head *ncr_list_pop(struct list_head *head) in ncr_list_pop() argument 158 if (!list_empty(head)) { in ncr_list_pop() 159 struct list_head *elem = head->next; in ncr_list_pop() 1356 struct head { struct 1477 struct head header; 1590 struct head header; 2087 SCR_COPY (sizeof (struct head)), 2384 SCR_COPY (sizeof (struct head)), 2603 SCR_COPY (sizeof (struct head)), 2828 SCR_COPY (sizeof (struct head)), [all...] |
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm.c | 257 (qc)->head = 0; \ 3398 static void free_list(struct list_head *head) in free_list() argument 3402 list_for_each_entry_safe(res, tmp, head, list) { in free_list() 3408 static int hisi_qm_sort_devices(int node, struct list_head *head, in hisi_qm_sort_devices() argument 3430 n = head; in hisi_qm_sort_devices() 3431 list_for_each_entry(tmp, head, list) { in hisi_qm_sort_devices() 3460 LIST_HEAD(head); in hisi_qm_alloc_qps_node() 3467 if (hisi_qm_sort_devices(node, &head, qm_list)) { in hisi_qm_alloc_qps_node() 3472 list_for_each_entry(tmp, &head, list) { in hisi_qm_alloc_qps_node() 3493 free_list(&head); in hisi_qm_alloc_qps_node() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 2534 mgmt = (oal_ieee80211_mgmt *)beacon_info->head; in wal_parse_wpa_wpa2_ie() 2684 puc_supported_rates_ie = mac_find_ie(MAC_EID_RATES, beacon_info->head + 24 + us_offset, in wal_parse_protocol_mode() 3564 ret = (hi_u32)memcpy_s(puc_beacon_info_tmp, beacon_head_len, beacon_info->head, beacon_head_len); in wal_cfg80211_configuration_beacon() 3568 ret = (hi_u32)memcpy_s(puc_beacon_info_tmp, beacon_head_len, beacon_info->head, beacon_head_len); in wal_cfg80211_configuration_beacon() 3577 beacon_info_tmp.head = puc_beacon_info_tmp; in wal_cfg80211_configuration_beacon() 3642 if (beacon_info->tail == HI_NULL || beacon_info->head == HI_NULL) { in wal_cfg80211_fill_beacon_param() 3644 "{wal_cfg80211_fill_beacon_param::beacon frame error tail = %p, head = %p!}", (uintptr_t)beacon_info->tail, in wal_cfg80211_fill_beacon_param() 3645 (uintptr_t)beacon_info->head); in wal_cfg80211_fill_beacon_param()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq.c | 846 * request head insertion from the workqueue. in blk_mq_add_to_requeue_list() 1866 * @at_head: true if the request should be inserted at the head of the list. 3669 static bool blk_mq_elv_switch_none(struct list_head *head, in blk_mq_elv_switch_none() argument 3684 list_add(&qe->node, head); in blk_mq_elv_switch_none() 3701 static void blk_mq_elv_switch_back(struct list_head *head, in blk_mq_elv_switch_back() argument 3707 list_for_each_entry(qe, head, node) in blk_mq_elv_switch_back() 3728 LIST_HEAD(head); in __blk_mq_update_nr_hw_queues() 3748 if (!blk_mq_elv_switch_none(&head, q)) in __blk_mq_update_nr_hw_queues() 3789 blk_mq_elv_switch_back(&head, q); in __blk_mq_update_nr_hw_queues()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 116 INIT_HLIST_HEAD(&list->head); in nix_mce_list_init() 595 u64 reg, head; in nix_aq_enqueue_wait() local 599 /* Get current head pointer where to append this instruction */ in nix_aq_enqueue_wait() 601 head = (reg >> 4) & AQ_PTR_MASK; in nix_aq_enqueue_wait() 603 memcpy((void *)(aq->inst->base + (head * aq->inst->entry_sz)), in nix_aq_enqueue_wait() 2006 hlist_for_each_entry(mce, &mce_list->head, node) { in nix_update_mce_list() 2031 hlist_add_head(&mce->node, &mce_list->head); in nix_update_mce_list() 2090 hlist_for_each_entry(mce, &mce_list->head, node) { in nix_update_bcast_mce_list()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 60 struct list_head *head, bool internal); 1982 struct list_head *head, bool internal) in ath_tx_txqaddbuf() 1995 if (list_empty(head)) in ath_tx_txqaddbuf() 1999 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf() 2000 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf() 2006 list_splice_tail_init(head, &txq->txq_fifo[txq->txq_headidx]); in ath_tx_txqaddbuf() 2010 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf() 1981 ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, struct list_head *head, bool internal) ath_tx_txqaddbuf() argument
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4proc.c | 2261 struct kvec *head = buf->head; in svcxdr_init_encode() local 2264 xdr->iov = head; in svcxdr_init_encode() 2265 xdr->p = head->iov_base + head->iov_len; in svcxdr_init_encode() 2266 xdr->end = head->iov_base + PAGE_SIZE - rqstp->rq_auth_slack; in svcxdr_init_encode() 2268 buf->len = buf->head[0].iov_len; in svcxdr_init_encode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 2831 void *head; in qlcnic_alloc_lb_filters_mem() local 2855 head = kcalloc(adapter->fhash.fbucket_size, in qlcnic_alloc_lb_filters_mem() 2858 if (!head) in qlcnic_alloc_lb_filters_mem() 2862 adapter->fhash.fhead = head; in qlcnic_alloc_lb_filters_mem() 2872 head = kcalloc(adapter->rx_fhash.fbucket_size, in qlcnic_alloc_lb_filters_mem() 2875 if (!head) in qlcnic_alloc_lb_filters_mem() 2879 adapter->rx_fhash.fhead = head; in qlcnic_alloc_lb_filters_mem()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_core.c | 570 circ->buf[circ->head] = c; in uart_put_char() 571 circ->head = (circ->head + 1) & (UART_XMIT_SIZE - 1); in uart_put_char() 606 c = CIRC_SPACE_TO_END(circ->head, circ->tail, UART_XMIT_SIZE); in uart_write() 611 memcpy(circ->buf + circ->head, buf, c); in uart_write() 612 circ->head = (circ->head + c) & (UART_XMIT_SIZE - 1); in uart_write()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 66 struct list_head *head, bool internal); 2041 struct list_head *head, bool internal) in ath_tx_txqaddbuf() 2054 if (list_empty(head)) in ath_tx_txqaddbuf() 2058 bf = list_first_entry(head, struct ath_buf, list); in ath_tx_txqaddbuf() 2059 bf_last = list_entry(head->prev, struct ath_buf, list); in ath_tx_txqaddbuf() 2065 list_splice_tail_init(head, &txq->txq_fifo[txq->txq_headidx]); in ath_tx_txqaddbuf() 2069 list_splice_tail_init(head, &txq->axq_q); in ath_tx_txqaddbuf() 2040 ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, struct list_head *head, bool internal) ath_tx_txqaddbuf() argument
|