/linux-6.3-rc2/fs/nfs/flexfilelayout/ |
A 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.3-rc2/include/linux/sched/ |
A 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.3-rc2/fs/gfs2/ |
A D | lops.c | 425 struct gfs2_log_header_host *head, in gfs2_jhead_pg_srch() 469 struct gfs2_log_header_host *head, in gfs2_jhead_process_page() 510 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, in gfs2_find_jhead() 737 struct list_head *head; in buf_lo_after_commit() local 752 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() 864 struct list_head *head = &sdp->sd_log_revokes; in revoke_lo_before_commit() local 901 struct list_head *head = &sdp->sd_log_revokes; in gfs2_drain_revokes() local 920 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() 1083 struct list_head *head; in databuf_lo_after_commit() local
|
/linux-6.3-rc2/net/batman-adv/ |
A 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 1347 struct hlist_head *head; in batadv_tt_local_purge() local 1368 struct hlist_head *head; in batadv_tt_local_table_free() local 1759 struct hlist_head *head; in batadv_transtable_best_orig() local 1869 struct hlist_head *head; in batadv_tt_global_dump_entry() local 1947 struct hlist_head *head; in batadv_tt_global_dump() local 2030 struct hlist_head *head; in batadv_tt_global_del_orig_list() local 2057 struct hlist_head *head; in batadv_tt_global_del_orig_node() local 2090 struct hlist_head *head; in batadv_tt_global_del_roaming() local [all …]
|
/linux-6.3-rc2/arch/x86/platform/uv/ |
A 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.3-rc2/fs/ |
A 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() 906 struct hlist_head *head, in find_inode() 939 struct hlist_head *head, unsigned long ino) in find_inode_fast() 1270 struct hlist_head *head = inode_hashtable + hash(sb, ino); in iget_locked() local 1425 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() local 1480 struct hlist_head *head = inode_hashtable + hash(sb, ino); in ilookup() local 1529 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() local 1574 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_rcu() local 1612 struct hlist_head *head = inode_hashtable + hash(sb, ino); in find_inode_by_ino_rcu() local [all …]
|
A D | buffer.c | 90 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local 197 struct buffer_head *head; in __find_get_block_slow() local 661 struct buffer_head *head; in block_dirty_folio() local 857 struct buffer_head *bh, *head; in alloc_page_buffers() local 1528 struct buffer_head *head, *bh, *next; in block_invalidate_folio() local 1584 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local 1640 struct buffer_head *head; in clean_bdev_aliases() local 1744 struct buffer_head *bh, *head; in __block_write_full_page() local 1907 struct buffer_head *head, *bh; in page_zero_new_buffers() local 2095 struct buffer_head *bh, *head; in __block_commit_write() local [all …]
|
A 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.3-rc2/mm/ |
A D | hugetlb_vmemmap.h | 41 static inline int hugetlb_vmemmap_restore(const struct hstate *h, struct page *head) in hugetlb_vmemmap_restore() 46 static inline void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head) in hugetlb_vmemmap_optimize()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A 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.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ras.c | 587 struct ras_common_if *head) in amdgpu_ras_create_obj() 620 struct ras_common_if *head) in amdgpu_ras_find_obj() 657 struct ras_common_if *head) in amdgpu_ras_is_feature_allowed() 663 struct ras_common_if *head) in amdgpu_ras_is_feature_enabled() 710 struct ras_common_if *head) in amdgpu_ras_check_feature_allowed() 856 struct ras_common_if head = { in amdgpu_ras_enable_all_features() local 879 struct ras_common_if head = { in amdgpu_ras_enable_all_features() local 1353 struct ras_common_if *head) in amdgpu_ras_sysfs_create() 1387 struct ras_common_if *head) in amdgpu_ras_sysfs_remove() 1754 struct ras_common_if *head) in amdgpu_ras_interrupt_remove_handler() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | timerqueue.h | 34 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext() 56 static inline void timerqueue_init_head(struct timerqueue_head *head) in timerqueue_init_head()
|
A D | pipe_fs_i.h | 61 unsigned int head; member 132 static inline bool pipe_empty(unsigned int head, unsigned int tail) in pipe_empty() 142 static inline unsigned int pipe_occupancy(unsigned int head, unsigned int tail) in pipe_occupancy() 153 static inline bool pipe_full(unsigned int head, unsigned int tail, in pipe_full()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | hashtab.c | 79 struct hlist_nulls_head head; member 656 struct hlist_nulls_head *head; in __htab_map_lookup_elem() local 774 struct hlist_nulls_head *head; in htab_lru_map_delete_node() local 804 struct hlist_nulls_head *head; in htab_map_get_next_key() local 1065 struct hlist_nulls_head *head; in htab_map_update_elem() local 1167 struct hlist_nulls_head *head; in htab_lru_map_update_elem() local 1235 struct hlist_nulls_head *head; in __htab_percpu_map_update_elem() local 1290 struct hlist_nulls_head *head; in __htab_lru_percpu_map_update_elem() local 1368 struct hlist_nulls_head *head; in htab_map_delete_elem() local 1404 struct hlist_nulls_head *head; in htab_lru_map_delete_elem() local [all …]
|
/linux-6.3-rc2/drivers/crypto/hisilicon/ |
A D | qm_common.h | 28 __le16 head; member 43 __le16 head; member 57 __le16 head; member 67 __le16 head; member
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_offload.c | 32 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \ argument 188 INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head, in ipv6_gro_receive() 290 static struct sk_buff *sit_ip6ip6_gro_receive(struct list_head *head, in sit_ip6ip6_gro_receive() 305 static struct sk_buff *ip4ip6_gro_receive(struct list_head *head, in ip4ip6_gro_receive()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_input.c | 574 static void ip_sublist_rcv_finish(struct list_head *head) in ip_sublist_rcv_finish() 594 struct list_head *head) in ip_list_rcv_finish() 633 static void ip_sublist_rcv(struct list_head *head, struct net_device *dev, in ip_sublist_rcv() 642 void ip_list_rcv(struct list_head *head, struct packet_type *pt, in ip_list_rcv()
|
A D | fib_semantics.c | 233 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu() 379 struct hlist_head *head; in fib_find_info_nh() local 410 struct hlist_head *head; in fib_find_info() local 443 struct hlist_head *head; in ip_fib_check_default() local 1287 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move() local 1597 struct hlist_head *head; in fib_create_info() local 1606 struct hlist_head *head; in fib_create_info() local 1873 struct hlist_head *head; in fib_sync_down_addr() local 1962 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_mtu() local 1981 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_down_dev() local [all …]
|
/linux-6.3-rc2/security/tomoyo/ |
A 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.3-rc2/tools/testing/vsock/ |
A 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.3-rc2/drivers/pci/hotplug/ |
A 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.3-rc2/fs/efivarfs/ |
A D | vars.c | 292 struct list_head *head) in variable_is_present() 373 void *data, bool duplicates, struct list_head *head) in efivar_init() 457 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add() 475 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in __efivar_entry_add() 705 struct list_head *head, void *data) in efivar_entry_iter()
|
/linux-6.3-rc2/fs/nilfs2/ |
A 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 494 struct list_head *head, in nilfs_recover_dsync_blocks()
|
/linux-6.3-rc2/kernel/ |
A D | task_work.c | 45 struct callback_head *head; in task_work_add() local 149 struct callback_head *work, *head, *next; in task_work_run() local
|
/linux-6.3-rc2/drivers/infiniband/hw/vmw_pvrdma/ |
A D | pvrdma_cq.c | 80 unsigned int head; in pvrdma_req_notify_cq() local 280 unsigned int head; in _pvrdma_flush_cqe() local 327 unsigned int head; in pvrdma_poll_one() local
|