| /Linux-v5.4/net/ |
| D | sysctl_net.c | 42 static int net_ctl_permissions(struct ctl_table_header *head, in net_ctl_permissions() 56 static void net_ctl_set_ownership(struct ctl_table_header *head, in net_ctl_set_ownership()
|
| /Linux-v5.4/net/vmw_vsock/ |
| D | diag.c | 73 struct list_head *head = &vsock_bind_table[bucket]; in vsock_diag_dump() local 103 struct list_head *head = &vsock_connected_table[bucket]; in vsock_diag_dump() local
|
| /Linux-v5.4/include/linux/ |
| D | resource_ext.h | 35 struct list_head *head) in resource_list_add() 41 struct list_head *head) in resource_list_add_tail()
|
| D | rcu_segcblist.h | 22 struct rcu_head *head; member 68 struct rcu_head *head; member
|
| D | rcupdate.h | 192 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head() 193 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head() 194 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack() 195 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack() 803 #define __kfree_rcu(head, offset) \ argument
|
| /Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_ring.h | 90 const __u32 head = atomic_read(&r->cons_head); in pvrdma_idx_ring_has_space() local 104 const __u32 head = atomic_read(&r->cons_head); in pvrdma_idx_ring_has_data() local
|
| /Linux-v5.4/drivers/pci/ |
| D | setup-bus.c | 41 static void free_list(struct list_head *head) in free_list() 58 static int add_to_list(struct list_head *head, struct pci_dev *dev, in add_to_list() 81 static void remove_from_list(struct list_head *head, struct resource *res) in remove_from_list() 94 static struct pci_dev_resource *res_to_dev_res(struct list_head *head, in res_to_dev_res() 107 static resource_size_t get_res_add_size(struct list_head *head, in get_res_add_size() 116 static resource_size_t get_res_add_align(struct list_head *head, in get_res_add_align() 127 static void pdev_sort_resources(struct pci_dev *dev, struct list_head *head) in pdev_sort_resources() 176 static void __dev_sort_resources(struct pci_dev *dev, struct list_head *head) in __dev_sort_resources() 214 struct list_head *head) in reassign_resources_sorted() 273 static void assign_requested_resources_sorted(struct list_head *head, in assign_requested_resources_sorted() [all …]
|
| /Linux-v5.4/fs/f2fs/ |
| D | recovery.c | 56 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode() 69 struct list_head *head, nid_t ino, bool quota_inode) in add_fsync_inode() 299 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head, in find_fsync_dnodes() 389 static void destroy_fsync_dnodes(struct list_head *head, int drop) in destroy_fsync_dnodes()
|
| /Linux-v5.4/fs/proc/ |
| D | kcore.c | 126 static int kcore_ram_list(struct list_head *head) in kcore_ram_list() 145 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 178 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info() 188 struct list_head *head = (struct list_head *)arg; in kclist_add_private() local
|
| /Linux-v5.4/drivers/dma-buf/ |
| D | udmabuf.c | 122 static long udmabuf_create(const struct udmabuf_create_list *head, in udmabuf_create() 214 struct udmabuf_create_list head; in udmabuf_ioctl_create() local 232 struct udmabuf_create_list head; in udmabuf_ioctl_create_list() local
|
| /Linux-v5.4/net/sched/ |
| D | sch_hhf.c | 121 struct sk_buff *head; member 181 struct list_head *head, in seek_list() 212 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh() 423 struct list_head *head; in hhf_dequeue() local 486 struct list_head *head = &q->hh_flows[i]; in hhf_destroy() local
|
| D | cls_flower.c | 294 struct cls_fl_head *head = rcu_dereference_bh(tp->root); in fl_classify() local 327 struct cls_fl_head *head; in fl_init() local 368 static bool fl_mask_put(struct cls_fl_head *head, struct fl_flow_mask *mask) in fl_mask_put() 502 static struct cls_fl_filter *__fl_get(struct cls_fl_head *head, u32 handle) in __fl_get() 519 struct cls_fl_head *head = fl_head_dereference(tp); in __fl_delete() local 547 struct cls_fl_head *head = container_of(to_rcu_work(work), in fl_destroy_sleepable() local 559 struct cls_fl_head *head = fl_head_dereference(tp); in fl_destroy() local 586 struct cls_fl_head *head = fl_head_dereference(tp); in fl_get() local 1362 static struct fl_flow_mask *fl_create_new_mask(struct cls_fl_head *head, in fl_create_new_mask() 1406 static int fl_check_assign_mask(struct cls_fl_head *head, in fl_check_assign_mask() [all …]
|
| /Linux-v5.4/lib/ |
| D | nlattr.c | 70 static int nla_validate_array(const struct nlattr *head, int len, int maxtype, in nla_validate_array() 357 static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype, in __nla_validate_parse() 419 int __nla_validate(const struct nlattr *head, int len, int maxtype, in __nla_validate() 474 const struct nlattr *head, int len, in __nla_parse() 491 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
|
| /Linux-v5.4/tools/perf/util/ |
| D | block-range.c | 120 struct block_range *head = malloc(sizeof(struct block_range)); in block_range__create() local 167 struct block_range *head = malloc(sizeof(struct block_range)); in block_range__create() local
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ras.h | 317 struct list_head head; member 387 struct ras_common_if head; member 417 struct ras_common_if head; member 423 struct ras_common_if head; member 429 struct ras_common_if head; member 435 struct ras_common_if head; member 440 struct ras_common_if head; member 445 struct ras_common_if head; member 451 struct ras_common_if head; member
|
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_cmd.c | 31 int head) in hclgevf_is_valid_csq_clean_head() 47 u32 head; in hclgevf_cmd_csq_clean() local 68 u32 head; in hclgevf_cmd_csq_done() local
|
| /Linux-v5.4/fs/btrfs/ |
| D | delayed-ref.c | 395 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock() 417 struct btrfs_delayed_ref_head *head, in drop_delayed_ref() 432 struct btrfs_delayed_ref_head *head, in merge_ref() 479 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs() 541 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local 576 struct btrfs_delayed_ref_head *head) in btrfs_delete_ref_head()
|
| /Linux-v5.4/net/sunrpc/ |
| D | svcauth.c | 166 struct hlist_head *head; in auth_domain_lookup() local 189 struct hlist_head *head; in auth_domain_find() local
|
| /Linux-v5.4/security/tomoyo/ |
| D | common.h | 514 struct tomoyo_shared_acl_head head; member 542 struct tomoyo_shared_acl_head head; member 549 struct tomoyo_acl_head head; member 555 struct tomoyo_acl_head head; member 561 struct tomoyo_acl_head head; member 653 struct tomoyo_shared_acl_head head; member 699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member 710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member 720 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member 729 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ member [all …]
|
| /Linux-v5.4/drivers/gpu/drm/qxl/ |
| D | qxl_display.c | 39 static bool qxl_head_enabled(struct qxl_head *head) in qxl_head_enabled() 148 struct qxl_head *head; in qxl_update_offset_props() local 248 struct qxl_head *head; in qxl_add_monitors_config_modes() local 296 struct qxl_head *head = &qdev->monitors_config->heads[i]; in qxl_send_monitors_config() local 315 struct qxl_head head; in qxl_crtc_update_monitors_config() local 751 struct qxl_head *head; in qxl_calc_dumb_shadow() local 988 struct qxl_head *head; in qxl_conn_get_modes() local
|
| /Linux-v5.4/net/ipv4/ |
| D | udp_offload.c | 349 static struct sk_buff *udp_gro_receive_segment(struct list_head *head, in udp_gro_receive_segment() 406 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, in udp_gro_receive() 468 struct sk_buff *udp4_gro_receive(struct list_head *head, struct sk_buff *skb) in udp4_gro_receive()
|
| /Linux-v5.4/drivers/gpu/host1x/ |
| D | intr.c | 56 static void remove_completed_waiters(struct list_head *head, u32 sync, in remove_completed_waiters() 89 struct list_head *head, in reset_threshold_interrupt() 135 struct list_head *head = completed; in run_handlers() local
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | sorg94.c | 29 g94_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in g94_sor_dp_watermark() 37 g94_sor_dp_activesym(struct nvkm_ior *sor, int head, in g94_sor_dp_activesym() 49 g94_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in g94_sor_dp_audio_sym()
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_ua.c | 201 int head = 1; in core_scsi3_ua_for_check_condition() local 273 int head = 1; in core_scsi3_ua_clear_for_request_sense() local
|
| /Linux-v5.4/tools/testing/vsock/ |
| D | vsock_diag_test.c | 114 static void print_vsock_stats(FILE *fp, struct list_head *head) in print_vsock_stats() 122 static struct vsock_stat *find_vsock_stat(struct list_head *head, int fd) in find_vsock_stat() 140 static void check_no_sockets(struct list_head *head) in check_no_sockets() 149 static void check_num_sockets(struct list_head *head, int expected) in check_num_sockets()
|