/linux-6.8/lib/ |
D | timerqueue.c | 35 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add() 53 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
|
/linux-6.8/drivers/rpmsg/ |
D | qcom_glink_rpm.c | 52 void __iomem *head; member 72 unsigned int head; in glink_rpm_rx_avail() local 126 unsigned int head; in glink_rpm_tx_avail() local 139 unsigned int head, in glink_rpm_tx_write_one() 169 unsigned int head; in glink_rpm_tx_write() local
|
/linux-6.8/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 229 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked() local 461 void ff_layout_free_ds_ioerr(struct list_head *head) in ff_layout_free_ds_ioerr() 475 int ff_layout_encode_ds_ioerr(struct xdr_stream *xdr, const struct list_head *head) in ff_layout_encode_ds_ioerr() 510 struct list_head *head, in do_layout_fetch_ds_ioerr() 537 struct list_head *head, in ff_layout_fetch_ds_ioerr()
|
/linux-6.8/fs/gfs2/ |
D | lops.c | 418 struct gfs2_log_header_host *head, in gfs2_jhead_pg_srch() 463 struct gfs2_log_header_host *head, in gfs2_jhead_process_page() 504 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, in gfs2_find_jhead() 728 struct list_head *head; in buf_lo_after_commit() local 743 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() 855 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit() local 892 struct list_head *head = &sdp->sd_log_revokes; in gfs2_drain_revokes() local 911 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() 1074 struct list_head *head; in databuf_lo_after_commit() local
|
/linux-6.8/net/batman-adv/ |
D | translation-table.c | 129 struct hlist_head *head; in batadv_tt_hash_find() local 645 struct hlist_head *head; in batadv_tt_local_add() local 1309 struct hlist_head *head, in batadv_tt_local_purge_list() 1346 struct hlist_head *head; in batadv_tt_local_purge() local 1367 struct hlist_head *head; in batadv_tt_local_table_free() local 1445 const struct hlist_head *head; in batadv_tt_global_orig_entry_find() local 1507 const struct hlist_head *head; in batadv_tt_global_sync_flags() local 1758 struct hlist_head *head; in batadv_transtable_best_orig() local 1868 struct hlist_head *head; in batadv_tt_global_dump_entry() local 1908 struct hlist_head *head, int *idx_s, int *sub) in batadv_tt_global_dump_bucket() [all …]
|
/linux-6.8/include/linux/sched/ |
D | wake_q.h | 51 static inline void wake_q_init(struct wake_q_head *head) in wake_q_init() 57 static inline bool wake_q_empty(struct wake_q_head *head) in wake_q_empty()
|
/linux-6.8/fs/ |
D | inode.c | 245 static void i_callback(struct rcu_head *head) in i_callback() 690 static void dispose_list(struct list_head *head) in dispose_list() 892 struct hlist_head *head, in find_inode() 925 struct hlist_head *head, unsigned long ino) in find_inode_fast() 1157 struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval); in inode_insert5() local 1261 struct hlist_head *head = inode_hashtable + hash(sb, ino); in iget_locked() local 1416 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() local 1471 struct hlist_head *head = inode_hashtable + hash(sb, ino); in ilookup() local 1520 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() local 1565 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_rcu() local [all …]
|
D | buffer.c | 91 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local 197 struct buffer_head *head; in __find_get_block_slow() local 717 struct buffer_head *head; in block_dirty_folio() local 913 struct buffer_head *bh, *head; in folio_alloc_buffers() local 968 struct buffer_head *head) in link_dev_buffers() 999 struct buffer_head *head = folio_buffers(folio); in folio_init_buffers() local 1592 struct buffer_head *head, *bh, *next; in block_invalidate_folio() local 1647 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local 1706 struct buffer_head *head; in clean_bdev_aliases() local 1801 struct buffer_head *bh, *head; in __block_write_full_folio() local [all …]
|
D | mbcache.c | 79 struct hlist_bl_head *head; in mb_cache_entry_create() local 129 struct hlist_bl_head *head; in __mb_cache_entry_free() local 158 struct hlist_bl_head *head; in __entry_find() local 226 struct hlist_bl_head *head; in mb_cache_entry_get() local
|
/linux-6.8/arch/x86/platform/uv/ |
D | uv_time.c | 147 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_allocate_timers() local 171 static void uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) in uv_rtc_find_next_timer() 205 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_set_timer() local 241 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_unset_timer() local
|
/linux-6.8/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 88 int head = nouveau_crtc(encoder->crtc)->index; in nv04_tv_dpms() local 105 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind() 127 int head = nouveau_crtc(encoder->crtc)->index; in nv04_tv_prepare() local
|
/linux-6.8/kernel/bpf/ |
D | hashtab.c | 80 struct hlist_nulls_head head; member 631 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() 648 static struct htab_elem *lookup_nulls_elem_raw(struct hlist_nulls_head *head, in lookup_nulls_elem_raw() 674 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local 800 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local 831 struct hlist_nulls_head *head; in htab_map_get_next_key() local 1095 struct hlist_nulls_head *head; in htab_map_update_elem() local 1198 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local 1267 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem() local 1322 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem() local [all …]
|
/linux-6.8/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 298 static int sort_by_size(struct pci_resource **head) in sort_by_size() 346 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size() 396 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split() 473 static struct pci_resource *do_bridge_resource_split(struct pci_resource **head, u32 alignment) in do_bridge_resource_split() 526 static struct pci_resource *get_io_resource(struct pci_resource **head, u32 size) in get_io_resource() 623 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource() 720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() 813 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine()
|
/linux-6.8/tools/testing/vsock/ |
D | vsock_diag_test.c | 104 static void print_vsock_stats(FILE *fp, struct list_head *head) in print_vsock_stats() 112 static struct vsock_stat *find_vsock_stat(struct list_head *head, int fd) in find_vsock_stat() 130 static void check_no_sockets(struct list_head *head) in check_no_sockets() 139 static void check_num_sockets(struct list_head *head, int expected) in check_num_sockets()
|
/linux-6.8/drivers/crypto/hisilicon/ |
D | qm_common.h | 27 __le16 head; member 42 __le16 head; member 56 __le16 head; member 66 __le16 head; member
|
/linux-6.8/net/ipv4/ |
D | ip_input.c | 574 static void ip_sublist_rcv_finish(struct list_head *head) in ip_sublist_rcv_finish() 595 struct list_head *head) in ip_list_rcv_finish() 634 static void ip_sublist_rcv(struct list_head *head, struct net_device *dev, in ip_sublist_rcv() 643 void ip_list_rcv(struct list_head *head, struct packet_type *pt, in ip_list_rcv()
|
D | fib_semantics.c | 233 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu() 380 struct hlist_head *head; in fib_find_info_nh() local 411 struct hlist_head *head; in fib_find_info() local 444 struct hlist_head *head; in ip_fib_check_default() local 1288 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move() local 1603 struct hlist_head *head; in fib_create_info() local 1612 struct hlist_head *head; in fib_create_info() local 1880 struct hlist_head *head; in fib_sync_down_addr() local 1970 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_mtu() local 1989 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_down_dev() local [all …]
|
D | xfrm4_protocol.c | 40 #define for_each_protocol_rcu(head, handler) \ argument 49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb() local 66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap() local
|
/linux-6.8/security/tomoyo/ |
D | gc.c | 42 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer() local 73 struct tomoyo_io_buffer *head; in tomoyo_name_used_by_io_buffer() local 621 struct tomoyo_io_buffer *head; in tomoyo_gc_thread() local 650 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc()
|
/linux-6.8/fs/nilfs2/ |
D | recovery.c | 306 struct list_head *head) in nilfs_scan_dsync_log() 375 static void dispose_recovery_list(struct list_head *head) in dispose_recovery_list() 391 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum) in nilfs_segment_list_add() 404 void nilfs_dispose_segment_list(struct list_head *head) in nilfs_dispose_segment_list() 419 struct list_head *head = &ri->ri_used_segments; in nilfs_prepare_segment_for_recovery() local 495 struct list_head *head, in nilfs_recover_dsync_blocks()
|
/linux-6.8/fs/efivarfs/ |
D | vars.c | 292 struct list_head *head) in variable_is_present() 373 void *data, struct list_head *head) in efivar_init() 461 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add() 479 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in __efivar_entry_add() 709 struct list_head *head, void *data) in efivar_entry_iter()
|
/linux-6.8/include/linux/ |
D | pipe_fs_i.h | 61 unsigned int head; member 148 static inline bool pipe_empty(unsigned int head, unsigned int tail) in pipe_empty() 158 static inline unsigned int pipe_occupancy(unsigned int head, unsigned int tail) in pipe_occupancy() 169 static inline bool pipe_full(unsigned int head, unsigned int tail, in pipe_full()
|
/linux-6.8/net/ipv6/ |
D | ip6_offload.c | 33 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \ argument 220 INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head, in ipv6_gro_receive() 319 static struct sk_buff *sit_ip6ip6_gro_receive(struct list_head *head, in sit_ip6ip6_gro_receive() 334 static struct sk_buff *ip4ip6_gro_receive(struct list_head *head, in ip4ip6_gro_receive()
|
/linux-6.8/kernel/trace/ |
D | rethook.c | 35 static void rethook_free_rcu(struct rcu_head *head) in rethook_free_rcu() 79 static int rethook_fini_pool(struct objpool_head *head, void *context) in rethook_fini_pool() 127 static void free_rethook_node_rcu(struct rcu_head *head) in free_rethook_node_rcu()
|
/linux-6.8/kernel/ |
D | task_work.c | 45 struct callback_head *head; in task_work_add() local 150 struct callback_head *work, *head, *next; in task_work_run() local
|