/linux-6.8/include/net/ |
D | netlink.h | 674 const struct nlattr *head, int len, in nla_parse() 699 const struct nlattr *head, int len, in nla_parse_deprecated() 724 const struct nlattr *head, in nla_parse_deprecated_strict() 851 static inline int nla_validate_deprecated(const struct nlattr *head, int len, in nla_validate_deprecated() 874 static inline int nla_validate(const struct nlattr *head, int len, int maxtype, in nla_validate() 1158 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument 2068 #define nla_for_each_attr(pos, head, len, rem) \ argument
|
/linux-6.8/fs/nilfs2/ |
D | segment.c | 724 struct buffer_head *bh, *head; in nilfs_lookup_dirty_data_buffers() local 764 struct buffer_head *bh, *head; in nilfs_lookup_dirty_node_buffers() local 792 struct list_head *head, int force) in nilfs_dispose_list() 1012 static void nilfs_redirty_inodes(struct list_head *head) in nilfs_redirty_inodes() 1022 static void nilfs_drop_collected_inodes(struct list_head *head) in nilfs_drop_collected_inodes() 1150 struct list_head *head; in nilfs_segctor_collect_blocks() local 2450 nilfs_remove_written_gcinodes(struct the_nilfs *nilfs, struct list_head *head) in nilfs_remove_written_gcinodes()
|
/linux-6.8/sound/soc/intel/boards/ |
D | skl_hda_dsp_common.h | 24 struct list_head head; member
|
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | conn.h | 14 struct list_head head; member
|
/linux-6.8/drivers/net/wireless/ath/ath11k/ |
D | core.c | 715 void ath11k_fw_stats_pdevs_free(struct list_head *head) in ath11k_fw_stats_pdevs_free() 725 void ath11k_fw_stats_vdevs_free(struct list_head *head) in ath11k_fw_stats_vdevs_free() 735 void ath11k_fw_stats_bcn_free(struct list_head *head) in ath11k_fw_stats_bcn_free()
|
/linux-6.8/include/net/sctp/ |
D | sctp.h | 370 #define sctp_skb_for_each(pos, head, tmp) \ argument 411 static inline int sctp_list_single_entry(struct list_head *head) in sctp_list_single_entry() 507 #define sctp_for_each_hentry(ep, head) \ argument
|
/linux-6.8/net/batman-adv/ |
D | originator.c | 60 struct hlist_head *head; in batadv_orig_hash_find() local 892 struct hlist_head *head; in batadv_originator_free() local 1258 struct hlist_head *head; in batadv_purge_orig_ref() local
|
/linux-6.8/tools/testing/selftests/arm64/signal/testcases/ |
D | ssve_za_regs.c | 71 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl() local
|
/linux-6.8/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 96 struct dcb_output *dcbent, int head, bool dl) in run_digital_op_script() 109 …_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script… in call_lvds_manufacturer_script() 139 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_sc… in run_lvds_table() 212 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script … in call_lvds_script() 629 int run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk) in run_tmds_table()
|
/linux-6.8/fs/ |
D | splice.c | 202 unsigned int head = pipe->head; in splice_to_pipe() local 248 unsigned int head = pipe->head; in add_to_pipe() local 448 unsigned int head = pipe->head; in splice_from_pipe_feed() local 693 unsigned int head, tail, mask; in iter_file_splice_write() local 812 unsigned int head, tail, mask, bc = 0; in splice_to_socket() local
|
/linux-6.8/net/bpf/ |
D | test_run.c | 131 struct xdp_page_head *head = phys_to_virt(page_to_phys(page)); in xdp_test_run_init_page() local 221 static bool frame_was_changed(const struct xdp_page_head *head) in frame_was_changed() 231 static bool ctx_was_changed(struct xdp_page_head *head) in ctx_was_changed() 238 static void reset_ctx(struct xdp_page_head *head) in reset_ctx() 287 struct xdp_page_head *head; in xdp_test_run_batch() local
|
/linux-6.8/drivers/dma/ |
D | virt-dma.c | 112 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) in vchan_dma_desc_free_list()
|
/linux-6.8/fs/gfs2/ |
D | lops.h | 55 struct gfs2_log_header_host *head, in lops_before_scan()
|
/linux-6.8/net/sunrpc/ |
D | cache.c | 65 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_find_rcu() local 104 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_add_entry() local 161 static void cache_fresh_locked(struct cache_head *head, time64_t expiry, in cache_fresh_locked() 174 static void cache_fresh_unlocked(struct cache_head *head, in cache_fresh_unlocked() 465 struct hlist_head *head; in cache_clean() local 534 struct hlist_head *head = NULL; in cache_purge() local
|
/linux-6.8/fs/xfs/ |
D | xfs_log_recover.c | 194 xlog_rec_header_t *head) in xlog_header_check_dump() 202 #define xlog_header_check_dump(mp, head) argument 211 xlog_rec_header_t *head) in xlog_header_check_recover() 242 xlog_rec_header_t *head) in xlog_header_check_mount() 403 xlog_rec_header_t *head = NULL; in xlog_find_verify_log_record() local 2056 struct list_head *head) in xlog_recover_add_item()
|
/linux-6.8/net/bridge/ |
D | br_if.c | 292 static void destroy_nbp_rcu(struct rcu_head *head) in destroy_nbp_rcu() 380 void br_dev_delete(struct net_device *dev, struct list_head *head) in br_dev_delete()
|
/linux-6.8/security/selinux/ss/ |
D | mls.c | 38 int i, l, len, head, prev; in mls_compute_context_len() local 94 int i, l, head, prev; in mls_sid_to_context() local
|
/linux-6.8/drivers/tty/serial/jsm/ |
D | jsm_neo.c | 282 u16 head; in neo_copy_data_from_uart_to_queue() local 477 u16 head; in neo_copy_data_from_queue_to_uart() local
|
/linux-6.8/tools/perf/util/ |
D | parse-events.y | 647 struct parse_events_terms *head = $1; variable 660 struct parse_events_terms *head = malloc(sizeof(*head)); variable
|
D | metricgroup.h | 26 struct list_head head; /* list of metric_expr */ member
|
/linux-6.8/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | clk.h | 56 struct list_head head; member 63 struct list_head head; member
|
/linux-6.8/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 290 struct ar9170_rx_head *head, struct ar9170_rx_macstatus *mac, in carl9170_rx_mac_status() 699 struct ar9170_rx_head *head; in carl9170_rx_untie_data() local
|
/linux-6.8/tools/testing/selftests/timers/ |
D | clocksource-switch.c | 45 char *head, *tmp; in get_clocksources() local
|
/linux-6.8/security/tomoyo/ |
D | memory.c | 157 struct list_head *head; in tomoyo_get_name() local
|
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | priv.h | 38 struct list_head head; member
|