/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_netlink.c | 2412 static void __ovs_nla_free_flow_actions(struct rcu_head *head) in __ovs_nla_free_flow_actions() argument 2414 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 699 list_for_each_entry(filt, &pt->filts.head, list) { in intel_pt_match_pgd_ip() 1189 if (list_empty(&queue->head)) in intel_pt_setup_queue()
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 12 * Cleanup, make the head arrays unconditional, preparation for NUMA 48 * Each cache has a short per-cpu head array, most allocs 51 * The head array is strictly LIFO and should improve the cache hit rates. 1227 * Initially an __init data area is used for the head array and the in kmem_cache_init() 1232 * An __init data area is used for the head array. in kmem_cache_init() 1234 * head arrays. in kmem_cache_init() 1235 * 4) Replace the __init data head arrays for kmem_cache and the first in kmem_cache_init() 1239 * 6) Resize the head arrays of the kmalloc caches to their final sizes. in kmem_cache_init() 1287 /* 6) resize the head arrays to their final sizes */ in kmem_cache_init_late() 1410 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free() argument [all...] |
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 674 static void br_multicast_gc(struct hlist_head *head) in br_multicast_gc() argument 679 hlist_for_each_entry_safe(gcent, tmp, head, gc_node) { in br_multicast_gc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 2909 list_for_each_entry(mode, &connector->probed_modes, head) { in intel_sdvo_lvds_init() 3015 &dev->mode_config.connector_list, head) { in intel_sdvo_output_cleanup()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | amt.c | 3290 static void amt_dellink(struct net_device *dev, struct list_head *head) in amt_dellink() argument 3294 unregister_netdevice_queue(dev, head); in amt_dellink()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.c | 2095 iovb->data = iovb->head; in dequeue_rx() 2107 iovb->data = iovb->head; in dequeue_rx()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 3711 static inline void btrfs_release_extent_buffer_rcu(struct rcu_head *head) in btrfs_release_extent_buffer_rcu() argument 3714 container_of(head, struct extent_buffer, rcu_head); in btrfs_release_extent_buffer_rcu()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_fc.c | 2003 #define get_list_head_entry(pos, head, member) \ 2004 pos = list_entry((head)->next, typeof(*pos), member)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v8_0.c | 2546 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v8_0_crtc_mode_fixup() 3400 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v8_0_encoder_add()
|
H A D | dce_v11_0.c | 2747 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v11_0_crtc_mode_fixup() 3634 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v11_0_encoder_add()
|
H A D | dce_v10_0.c | 2634 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v10_0_crtc_mode_fixup() 3503 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v10_0_encoder_add()
|
H A D | dce_v6_0.c | 2535 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v6_0_crtc_mode_fixup() 3326 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in dce_v6_0_encoder_add()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | qp.c | 906 static void add_to_fc_list(struct list_head *head, struct list_head *entry) in add_to_fc_list() argument 909 list_add_tail(entry, head); in add_to_fc_list()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 3087 if (mqp->sq.tail != mqp->sq.head) { in mlx4_ib_handle_catas_error() 3105 if (mqp->rq.tail != mqp->rq.head) { in mlx4_ib_handle_catas_error()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-thin.c | 1221 static void process_prepared(struct pool *pool, struct list_head *head, in process_prepared() argument 1229 list_splice_init(head, &maps); in process_prepared()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_netlink.c | 2443 static void __ovs_nla_free_flow_actions(struct rcu_head *head) in __ovs_nla_free_flow_actions() argument 2445 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 2064 struct cxgbi_iso_info *iso_info = (struct cxgbi_iso_info *)skb->head; in cxgbi_prep_iso_info() 2308 pr_err("csk 0x%p, skb head %u < %u.\n", in cxgbi_sock_tx_queue_up() 2330 iso_cpl = (struct cxgbi_iso_info *)skb->head; in cxgbi_sock_tx_queue_up()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 12 * Cleanup, make the head arrays unconditional, preparation for NUMA 48 * Each cache has a short per-cpu head array, most allocs 51 * The head array is strictly LIFO and should improve the cache hit rates. 1212 * Initially an __init data area is used for the head array and the in kmem_cache_init() 1217 * An __init data area is used for the head array. in kmem_cache_init() 1219 * head arrays. in kmem_cache_init() 1220 * 4) Replace the __init data head arrays for kmem_cache and the first in kmem_cache_init() 1224 * 6) Resize the head arrays of the kmalloc caches to their final sizes. in kmem_cache_init() 1266 /* 6) resize the head arrays to their final sizes */ in kmem_cache_init_late() 1396 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free() argument [all...] |
/third_party/curl/lib/ |
H A D | url.c | 990 curr = bundle->conn_list.head; in ConnectionExists() 1025 struct Curl_llist_element *e = check->easyq.head; in ConnectionExists()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 1540 static VariableProxy** start(VariableProxy** head) { return filter(head); } in start() 2969 // during arrow function head parsing whether we came from parenthesized in ThisExpression() 2971 // there. It does not matter whether a flag is unset after arrow head in ThisExpression()
|
/third_party/python/Lib/ |
H A D | turtle.py | 222 head, tail = split(__file__) 223 cfg_file2 = join(head, default_cfg)
|
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 2319 for (c = genfs->head; c; c = c->next) { in genfs_copy() 2337 newgenfs->head = newc; in genfs_copy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | evergreen.c | 1679 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in evergreen_pm_prepare() 1704 list_for_each_entry(crtc, &ddev->mode_config.crtc_list, head) { in evergreen_pm_finish() 1769 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { in evergreen_hpd_init() 1808 list_for_each_entry(connector, &dev->mode_config.connector_list, head) { in evergreen_hpd_fini()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 4991 size_t ath11k_wmi_fw_stats_num_vdevs(struct list_head *head) in ath11k_wmi_fw_stats_num_vdevs() argument 4996 list_for_each_entry(i, head, list) in ath11k_wmi_fw_stats_num_vdevs() 5002 static size_t ath11k_wmi_fw_stats_num_bcn(struct list_head *head) in ath11k_wmi_fw_stats_num_bcn() argument 5007 list_for_each_entry(i, head, list) in ath11k_wmi_fw_stats_num_bcn()
|