/linux-6.14.4/include/linux/ |
D | llist.h | 216 static inline bool llist_empty(const struct llist_head *head) in llist_empty() 232 struct llist_head *head) in __llist_add_batch() 246 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add() 251 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add() 264 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all() 269 static inline struct llist_node *__llist_del_all(struct llist_head *head) in __llist_del_all() 286 static inline struct llist_node *llist_del_first_init(struct llist_head *head) in llist_del_first_init()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | head827d.c | 30 head827d_curs_clr(struct nv50_head *head) in head827d_curs_clr() 49 head827d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_curs_set() 74 head827d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_core_set() 111 head827d_olut_clr(struct nv50_head *head) in head827d_olut_clr() 128 head827d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_olut_set()
|
D | head.c | 40 nv50_head_flush_clr(struct nv50_head *head, in nv50_head_flush_clr() 53 nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set_wndw() 66 nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set() 220 nv50_head_atomic_check_lut(struct nv50_head *head, in nv50_head_atomic_check_lut() 278 nv50_head_atomic_check_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_atomic_check_mode() 335 struct nv50_head *head = nv50_head(crtc); in nv50_head_atomic_check() local 512 struct nv50_head *head = nv50_head(crtc); in nv50_head_destroy() local 568 struct nv50_head *head; in nv50_head_create() local
|
D | head917d.c | 31 head917d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_dither() 49 head917d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_base() 78 head917d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_curs_set() 103 head917d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw, in head917d_curs_layout()
|
D | crcc37d.c | 15 crcc37d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source, in crcc37d_set_src() 54 int crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_set_ctx() 67 u32 crcc37d_get_entry(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx, in crcc37d_get_entry() 82 bool crcc37d_ctx_finished(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_ctx_finished()
|
/linux-6.14.4/net/sunrpc/ |
D | xprtmultipath.c | 242 struct rpc_xprt *xprt_switch_find_first_entry(struct list_head *head) in xprt_switch_find_first_entry() 254 struct rpc_xprt *xprt_switch_find_first_entry_offline(struct list_head *head) in xprt_switch_find_first_entry_offline() 276 struct rpc_xprt *_xprt_switch_find_current_entry(struct list_head *head, in _xprt_switch_find_current_entry() 294 struct rpc_xprt *xprt_switch_find_current_entry(struct list_head *head, in xprt_switch_find_current_entry() 302 struct rpc_xprt *first_entry(struct list_head *head), in _xprt_iter_current_entry() 303 struct rpc_xprt *current_entry(struct list_head *head, in _xprt_iter_current_entry() 307 struct list_head *head; in _xprt_iter_current_entry() local 325 struct rpc_xprt *xprt_switch_find_current_entry_offline(struct list_head *head, in xprt_switch_find_current_entry_offline() 343 struct list_head *head; in __rpc_xprt_switch_has_addr() local 373 struct rpc_xprt *xprt_switch_find_next_entry(struct list_head *head, in xprt_switch_find_next_entry() [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.c | 85 u32 *head = fifo->buffer + fm10k_fifo_head_offset(fifo, 0); in fm10k_fifo_head_len() local 132 static u16 fm10k_mbx_index_len(struct fm10k_mbx_info *mbx, u16 head, u16 tail) in fm10k_mbx_index_len() 185 u16 head = (mbx->head + offset + 1) & ((mbx->mbmem_len << 1) - 1); in fm10k_mbx_head_add() local 201 u16 head = (mbx->head - offset - 1) & ((mbx->mbmem_len << 1) - 1); in fm10k_mbx_head_sub() local 335 u32 *head = fifo->buffer; in fm10k_mbx_write_copy() local 383 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head() 429 u16 end, len, head; in fm10k_mbx_read_copy() local 617 static void fm10k_mbx_update_local_crc(struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_update_local_crc() 952 u16 type, rsvd0, head, tail, size; in fm10k_mbx_validate_msg_hdr() local 1018 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_create_reply() [all …]
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | uhead.c | 33 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_uevent() local 46 nvkm_uhead_mthd_scanoutpos(struct nvkm_head *head, void *argv, u32 argc) in nvkm_uhead_mthd_scanoutpos() 77 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_mthd() local 89 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_dtor() local 109 struct nvkm_head *head; in nvkm_uhead_new() local
|
D | gf119.c | 37 gf119_sor_hda_device_entry(struct nvkm_ior *ior, int head) in gf119_sor_hda_device_entry() 46 gf119_sor_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gf119_sor_hda_eld() 60 gf119_sor_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gf119_sor_hda_hpd() 85 gf119_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gf119_sor_dp_watermark() 94 gf119_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gf119_sor_dp_audio_sym() 104 gf119_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gf119_sor_dp_audio() 119 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in gf119_sor_dp_vcpi() 205 gf119_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gf119_sor_hdmi_infoframe_vsi() 231 gf119_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gf119_sor_hdmi_infoframe_avi() 253 gf119_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gf119_sor_hdmi_ctrl() [all …]
|
D | gv100.c | 38 gv100_sor_hda_device_entry(struct nvkm_ior *ior, int head) in gv100_sor_hda_device_entry() 54 gv100_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gv100_sor_dp_watermark() 63 gv100_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gv100_sor_dp_audio_sym() 73 gv100_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gv100_sor_dp_audio() 100 gv100_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gv100_sor_hdmi_infoframe_vsi() 124 gv100_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gv100_sor_hdmi_infoframe_avi() 146 gv100_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gv100_sor_hdmi_ctrl() 243 gv100_head_vblank_put(struct nvkm_head *head) in gv100_head_vblank_put() 250 gv100_head_vblank_get(struct nvkm_head *head) in gv100_head_vblank_get() 257 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos() [all …]
|
D | gt215.c | 35 gt215_sor_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gt215_sor_hda_eld() 49 gt215_sor_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gt215_sor_hda_hpd() 68 gt215_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gt215_sor_dp_audio() 96 gt215_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gt215_sor_hdmi_infoframe_vsi() 119 gt215_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gt215_sor_hdmi_infoframe_avi() 141 gt215_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gt215_sor_hdmi_ctrl()
|
D | head.c | 34 struct nvkm_head *head; in nvkm_head_find() local 45 struct nvkm_head *head = *phead; in nvkm_head_del() local 58 struct nvkm_head *head; in nvkm_head_new_() local
|
/linux-6.14.4/net/sched/ |
D | cls_cgroup.c | 30 struct cls_cgroup_head *head = rcu_dereference_bh(tp->root); in cls_cgroup_classify() local 60 static void __cls_cgroup_destroy(struct cls_cgroup_head *head) in __cls_cgroup_destroy() 70 struct cls_cgroup_head *head = container_of(to_rcu_work(work), in cls_cgroup_destroy_work() local 85 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_change() local 137 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_destroy() local 157 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_walk() local 175 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_dump() local
|
/linux-6.14.4/lib/ |
D | llist.c | 27 struct llist_head *head) in llist_add_batch() 53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first() 79 bool llist_del_first_this(struct llist_head *head, in llist_del_first_this() 103 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order()
|
/linux-6.14.4/drivers/usb/core/ |
D | phy.c | 143 struct list_head *head; in usb_phy_roothub_init() local 170 struct list_head *head; in usb_phy_roothub_exit() local 192 struct list_head *head; in usb_phy_roothub_set_mode() local 219 struct list_head *head; in usb_phy_roothub_calibrate() local 248 struct list_head *head; in usb_phy_roothub_notify_connect() local 277 struct list_head *head; in usb_phy_roothub_notify_disconnect() local 298 struct list_head *head; in usb_phy_roothub_power_on() local
|
/linux-6.14.4/fs/gfs2/ |
D | recovery.c | 57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add() local 108 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean() local 119 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header() 166 struct gfs2_log_header_host *head) in get_log_header() 263 struct gfs2_log_header_host *head) in clean_journal() 308 struct gfs2_log_header_host *head, in update_statfs_inode() 377 struct gfs2_log_header_host *head) in recover_local_statfs() 406 struct gfs2_log_header_host head; in gfs2_recover_func() local
|
/linux-6.14.4/arch/arm64/include/uapi/asm/ |
D | sigcontext.h | 78 struct _aarch64_ctx head; member 97 struct _aarch64_ctx head; member 104 struct _aarch64_ctx head; member 137 struct _aarch64_ctx head; member 146 struct _aarch64_ctx head; member 158 struct _aarch64_ctx head; member 166 struct _aarch64_ctx head; member 173 struct _aarch64_ctx head; member 181 struct _aarch64_ctx head; member 189 struct _aarch64_ctx head; member
|
/linux-6.14.4/net/netlabel/ |
D | netlabel_addrlist.h | 82 #define netlbl_af4list_foreach(iter, head) \ argument 87 #define netlbl_af4list_foreach_rcu(iter, head) \ argument 92 #define netlbl_af4list_foreach_safe(iter, tmp, head) \ argument 149 #define netlbl_af6list_foreach(iter, head) \ argument 154 #define netlbl_af6list_foreach_rcu(iter, head) \ argument 159 #define netlbl_af6list_foreach_safe(iter, tmp, head) \ argument
|
/linux-6.14.4/drivers/net/wireless/ath/carl9170/ |
D | fwdesc.h | 113 struct carl9170fw_desc_head head; member 134 struct carl9170fw_desc_head head; member 151 struct carl9170fw_desc_head head; member 160 struct carl9170fw_desc_head head; member 176 struct carl9170fw_desc_head head; member 186 struct carl9170fw_desc_head head; member 196 struct carl9170fw_desc_head head; member 206 struct carl9170fw_desc_head head; member 221 static inline void carl9170fw_fill_desc(struct carl9170fw_desc_head *head, in carl9170fw_fill_desc() 242 #define CHECK_HDR_VERSION(head, _min_ver) \ argument [all …]
|
/linux-6.14.4/fs/btrfs/ |
D | lru_cache.c | 23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry() 48 struct list_head *head; in btrfs_lru_cache_lookup() local 82 struct list_head *head; in btrfs_lru_cache_remove() local 111 struct list_head *head; in btrfs_lru_cache_store() local
|
/linux-6.14.4/drivers/video/fbdev/core/ |
D | modedb.c | 964 struct list_head *head) in fb_find_best_mode() 999 struct list_head *head) in fb_find_nearest_mode() 1036 struct list_head *head) in fb_match_mode() 1058 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode() 1092 struct list_head *head) in fb_delete_videomode() 1112 void fb_destroy_modelist(struct list_head *head) in fb_destroy_modelist() 1130 struct list_head *head) in fb_videomode_to_modelist() 1143 struct list_head *head) in fb_find_best_display()
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | linked_list.c | 28 int list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_push_pop() 109 int list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_ma… in list_push_pop_multiple() 191 int list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_in_list() 261 int test_list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop() 272 int test_list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop_multiple() 283 int test_list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_in_list()
|
/linux-6.14.4/arch/x86/kvm/mmu/ |
D | page_track.c | 154 struct kvm_page_track_notifier_head *head; in kvm_page_track_cleanup() local 162 struct kvm_page_track_notifier_head *head; in kvm_page_track_init() local 220 struct kvm_page_track_notifier_head *head; in kvm_page_track_register_notifier() local 250 struct kvm_page_track_notifier_head *head; in kvm_page_track_unregister_notifier() local 272 struct kvm_page_track_notifier_head *head; in __kvm_page_track_write() local 295 struct kvm_page_track_notifier_head *head; in kvm_page_track_delete_slot() local
|
/linux-6.14.4/fs/ |
D | seq_file.c | 896 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start() 908 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head() 917 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() 927 struct list_head *seq_list_start_rcu(struct list_head *head, loff_t pos) in seq_list_start_rcu() 939 struct list_head *seq_list_start_head_rcu(struct list_head *head, loff_t pos) in seq_list_start_head_rcu() 948 struct list_head *seq_list_next_rcu(void *v, struct list_head *head, in seq_list_next_rcu() 966 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start() 985 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head() 1002 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next() 1026 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu() [all …]
|
/linux-6.14.4/drivers/net/ethernet/pensando/ionic/ |
D | ionic_rx_filter.c | 28 struct hlist_head *head; in ionic_rx_filter_replay() local 110 struct hlist_head *head; in ionic_rx_filters_deinit() local 130 struct hlist_head *head; in ionic_rx_filter_save() local 188 struct hlist_head *head; in ionic_rx_filter_by_vlan() local 208 struct hlist_head *head; in ionic_rx_filter_by_addr() local 227 struct hlist_head *head; in ionic_rx_filter_rxsteer() local 565 struct hlist_head *head; in ionic_rx_filter_sync() local
|