/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.c | 61 list_for_each_entry(mode, &connector->probed_modes, head) { in nouveau_conn_native_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | drm.c | 838 list_for_each_entry(fb, &drm->mode_config.fb_list, head) { in tegra_debugfs_framebuffers()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 1146 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in sti_hdmi_find_encoder()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | arm-spe.c | 723 if (list_empty(&queue->head) || speq) in arm_spe__setup_queue()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | icmp.c | 465 if ((u8 *)hdr < skb->head || in icmp6_send()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 116 call-back to obtain the address of the head of the dynamic unwind-info
|
/third_party/libwebsockets/lib/roles/http/client/ |
H A D | client-http.c | 868 wsi->dll2_cli_txn_queue_owner.head) { in lws_client_interpret_server_handshake()
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 763 for (auto session = addr->http2_extra_freelist.head; session;) { in get_http2_session()
|
H A D | shrpx_http_downstream_connection.cc | 706 for (auto chunk = buf->head; chunk; chunk = chunk->next) { in push_request_headers()
|
H A D | shrpx_https_upstream.cc | 1451 for (auto chunk = buf->head; chunk; chunk = chunk->next) { in log_response_headers()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 250 # types through head -n 1, so we only detect the type of CPU 0. 251 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
|
/third_party/skia/tests/ |
H A D | TriangulatingPathRendererTests.cpp | 879 for (const auto* node = breadcrumbs.head(); node; node = node->fNext) { in verify_simple_inner_polygons()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffparse.c | 138 node = parser->t2_strings.head; in cff_parser_within_limits()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfobjs.c | 826 /* `bhed' instead of `head' to store the font header (using */ in FT_LOCAL_DEF() 868 /* load the font header (`head' table) if this isn't an Apple */ in FT_LOCAL_DEF() 872 LOAD_( head ); in FT_LOCAL_DEF()
|
/third_party/selinux/libsepol/src/ |
H A D | policydb_validate.c | 1175 for (octx = genfs->head; octx; octx = octx->next) { in validate_genfs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 4151 struct hlist_head *head; in bnxt_free_ntp_fltrs() local 4155 head = &bp->ntp_fltr_hash_tbl[i]; in bnxt_free_ntp_fltrs() 4156 hlist_for_each_entry_safe(fltr, tmp, head, hash) { in bnxt_free_ntp_fltrs() 11975 struct hlist_head *head; in bnxt_rx_flow_steer() local 12027 head = &bp->ntp_fltr_hash_tbl[idx]; in bnxt_rx_flow_steer() 12029 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_rx_flow_steer() 12051 hlist_add_head_rcu(&new_fltr->hash, head); in bnxt_rx_flow_steer() 12070 struct hlist_head *head; in bnxt_cfg_ntp_filters() local 12075 head = &bp->ntp_fltr_hash_tbl[i]; in bnxt_cfg_ntp_filters() 12076 hlist_for_each_entry_safe(fltr, tmp, head, has in bnxt_cfg_ntp_filters() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 4452 struct hlist_head *head; in bnxt_free_ntp_fltrs() local 4456 head = &bp->ntp_fltr_hash_tbl[i]; in bnxt_free_ntp_fltrs() 4457 hlist_for_each_entry_safe(fltr, tmp, head, hash) { in bnxt_free_ntp_fltrs() 12934 struct hlist_head *head; in bnxt_rx_flow_steer() local 12986 head = &bp->ntp_fltr_hash_tbl[idx]; in bnxt_rx_flow_steer() 12988 hlist_for_each_entry_rcu(fltr, head, hash) { in bnxt_rx_flow_steer() 13010 hlist_add_head_rcu(&new_fltr->hash, head); in bnxt_rx_flow_steer() 13028 struct hlist_head *head; in bnxt_cfg_ntp_filters() local 13033 head = &bp->ntp_fltr_hash_tbl[i]; in bnxt_cfg_ntp_filters() 13034 hlist_for_each_entry_safe(fltr, tmp, head, has in bnxt_cfg_ntp_filters() [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | r8152.c | 862 void *head; member 2102 tp->tx_info[i].head = NULL; in free_all_mem() 2162 tp->tx_info[i].head = tx_agg_align(buf); in alloc_all_mem() 2367 tx_data = agg->head; in r8152_tx_agg_fill() 2416 remain = agg_buf_sz - (int)(tx_agg_align(tx_data) - agg->head); in r8152_tx_agg_fill() 2441 agg->head, (int)(tx_data - (u8 *)agg->head), in r8152_tx_agg_fill()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1536 * is the head of our chain). Insert to new ent and append to this chain. */ in insert() 1543 * Evict it (updating its chain) and use its ent for head of our chain. */ in insert() 1564 /* Element to remove is at the head of its chain. */ in rm() 1577 /* Element to remove is either in a non-head position or not in the in rm() 2310 _upb_arena_head head; member 2345 a->bytes_allocated += a->head.ptr - a->start; in upb_arena_addblock() 2353 a->head.ptr = a->start; in upb_arena_addblock() 2354 a->head.end = (char*)block + size; in upb_arena_addblock() 2426 a->head.alloc.func = &upb_arena_doalloc; in upb_arena_init() 2427 a->head in upb_arena_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 1148 readl(tx_ring->head), readl(tx_ring->tail), tx_ring->next_to_use, in e1000_print_hw_hang() 2937 tx_ring->head = adapter->hw.hw_addr + E1000_TDH(0); in e1000_configure_tx() 2940 writel(0, tx_ring->head); in e1000_configure_tx() 3262 rx_ring->head = adapter->hw.hw_addr + E1000_RDH(0); in e1000_configure_rx() 3265 writel(0, rx_ring->head); in e1000_configure_rx() 5858 * head, otherwise try next time in e1000_xmit_frame()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_iba7322.c | 4446 u32 head, tail; in qib_7322_hdrqempty() local 4448 head = qib_read_ureg32(rcd->dd, ur_rcvhdrhead, rcd->ctxt); in qib_7322_hdrqempty() 4453 return head == tail; in qib_7322_hdrqempty() 4545 * disabled, tail and head should both be zero in rcvctrl_7322_mod() 4555 dd->rcd[ctxt]->head = val; in rcvctrl_7322_mod() 4563 val = dd->rcd[ctxt]->head | dd->rhdrhead_intr_off; in rcvctrl_7322_mod()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 2786 static int __record_ref(struct list_head *head, u64 dir, in __record_ref() argument 2798 list_add_tail(&ref->list, head); in __record_ref() 2818 static void __free_recorded_refs(struct list_head *head) in __free_recorded_refs() argument 2822 while (!list_empty(head)) { in __free_recorded_refs() 2823 cur = list_entry(head->next, struct recorded_ref, list); in __free_recorded_refs()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.c | 164 * the count of the saved maps (head.length), and the module they 165 * belong to if not built in (head.mod). The ending item contains a 170 struct trace_eval_map_head head; member 5676 /* Set ptr to the next real item (skip head) */ in update_eval_map() 5765 /* Return tail of array given the head */ in trace_eval_jmp_to_tail() 5766 return ptr + ptr->head.length + 1; in trace_eval_jmp_to_tail() 5781 * The trace_eval_maps contains the map plus a head and tail item, in trace_insert_eval_map_file() 5782 * where the head holds the module and length of array, and the in trace_insert_eval_map_file() 5806 map_array->head.mod = mod; in trace_insert_eval_map_file() 5807 map_array->head in trace_insert_eval_map_file() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 1152 readl(tx_ring->head), readl(tx_ring->tail), tx_ring->next_to_use, in e1000_print_hw_hang() 2930 tx_ring->head = adapter->hw.hw_addr + E1000_TDH(0); in e1000_configure_tx() 2933 writel(0, tx_ring->head); in e1000_configure_tx() 3255 rx_ring->head = adapter->hw.hw_addr + E1000_RDH(0); in e1000_configure_rx() 3258 writel(0, rx_ring->head); in e1000_configure_rx() 5853 * head, otherwise try next time in e1000_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 2734 /* Hw might have updated the head pointer after we cached it. in ath11k_dp_process_rx() 2737 * head pointer so that we can reap complete MPDU in the current in ath11k_dp_process_rx() 5438 struct sk_buff *head, in ath11k_dp_rx_full_mon_prepare_mpdu() 5446 mon_mpdu->head = head; in ath11k_dp_rx_full_mon_prepare_mpdu() 5464 tmp_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_drop_ppdu() 5492 head_msdu = mon_mpdu->head; in ath11k_dp_rx_full_mon_deliver_ppdu() 5436 ath11k_dp_rx_full_mon_prepare_mpdu(struct ath11k_dp *dp, struct dp_full_mon_mpdu *mon_mpdu, struct sk_buff *head, struct sk_buff *tail) ath11k_dp_rx_full_mon_prepare_mpdu() argument
|