| /linux/include/linux/ |
| H A D | leafops.h | 78 softleaf_to_pte(softleaf_t entry) softleaf_to_pte() argument 129 softleaf_is_none(softleaf_t entry) softleaf_is_none() argument 140 softleaf_type(softleaf_t entry) softleaf_type() argument 188 softleaf_is_swap(softleaf_t entry) softleaf_is_swap() argument 200 softleaf_is_migration_write(softleaf_t entry) softleaf_is_migration_write() argument 212 softleaf_is_migration_read(softleaf_t entry) softleaf_is_migration_read() argument 225 softleaf_is_migration_read_exclusive(softleaf_t entry) softleaf_is_migration_read_exclusive() argument 236 softleaf_is_migration(softleaf_t entry) softleaf_is_migration() argument 256 softleaf_is_device_private_write(softleaf_t entry) softleaf_is_device_private_write() argument 267 softleaf_is_device_private(softleaf_t entry) softleaf_is_device_private() argument 284 softleaf_is_device_exclusive(softleaf_t entry) softleaf_is_device_exclusive() argument 295 softleaf_is_hwpoison(softleaf_t entry) softleaf_is_hwpoison() argument 306 softleaf_is_marker(softleaf_t entry) softleaf_is_marker() argument 317 softleaf_to_marker(softleaf_t entry) softleaf_to_marker() argument 335 softleaf_has_pfn(softleaf_t entry) softleaf_has_pfn() argument 358 softleaf_to_pfn(softleaf_t entry) softleaf_to_pfn() argument 366 softleaf_migration_sync(softleaf_t entry,struct folio * folio) softleaf_migration_sync() argument 389 softleaf_to_page(softleaf_t entry) softleaf_to_page() argument 406 softleaf_to_folio(softleaf_t entry) softleaf_to_folio() argument 425 softleaf_is_poison_marker(softleaf_t entry) softleaf_is_poison_marker() argument 439 softleaf_is_guard_marker(softleaf_t entry) softleaf_is_guard_marker() argument 456 softleaf_is_uffd_wp_marker(softleaf_t entry) softleaf_is_uffd_wp_marker() argument 477 softleaf_is_migration_young(softleaf_t entry) softleaf_is_migration_young() argument 496 softleaf_is_migration_dirty(softleaf_t entry) softleaf_is_migration_dirty() argument 508 softleaf_is_migration_young(softleaf_t entry) softleaf_is_migration_young() argument 513 softleaf_is_migration_dirty(softleaf_t entry) softleaf_is_migration_dirty() argument 539 const softleaf_t entry = softleaf_from_pte(pte); pte_is_uffd_wp_marker() local 556 const softleaf_t entry = softleaf_from_pte(pte); pte_is_uffd_marker() local 615 softleaf_is_valid_pmd_entry(softleaf_t entry) softleaf_is_valid_pmd_entry() argument 634 const softleaf_t entry = softleaf_from_pmd(pmd); pmd_is_valid_softleaf() local 650 const softleaf_t entry = softleaf_from_pmd(pmd); pmd_to_softleaf_folio() local [all...] |
| H A D | xarray.h | 71 static inline unsigned long xa_to_value(const void *entry) in xa_to_value() 83 static inline bool xa_is_value(const void *entry) in xa_is_value() 116 static inline void *xa_untag_pointer(void *entry) in xa_untag_pointer() 131 static inline unsigned int xa_pointer_tag(void *entry) in xa_pointer_tag() 161 static inline unsigned long xa_to_internal(const void *entry) in xa_to_internal() 173 static inline bool xa_is_internal(const void *entry) in xa_is_internal() 189 static inline bool xa_is_zero(const void *entry) in xa_is_zero() 205 static inline bool xa_is_err(const void *entry) in xa_is_err() 223 static inline int xa_err(void *entry) in xa_err() 451 #define xa_for_each_range(xa, index, entry, start, last) \ argument [all …]
|
| H A D | resource_ext.h | 34 static inline void resource_list_add(struct resource_entry *entry, in resource_list_add() 40 static inline void resource_list_add_tail(struct resource_entry *entry, in resource_list_add_tail() 46 static inline void resource_list_del(struct resource_entry *entry) in resource_list_del() 51 static inline void resource_list_free_entry(struct resource_entry *entry) in resource_list_free_entry() 57 resource_list_destroy_entry(struct resource_entry *entry) in resource_list_destroy_entry() 63 #define resource_list_for_each_entry(entry, list) \ argument 66 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument 72 struct resource_entry *entry; in resource_list_first_type() local
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | soc15_int.h | 38 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument 39 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument 40 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument 41 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument 42 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument 43 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument 44 #define SOC15_NODEID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) >> 16 & 0xff) argument 45 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument 46 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument 47 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument [all …]
|
| /linux/sound/core/ |
| H A D | info.c | 54 struct snd_info_entry *entry; member 73 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private() argument 107 struct snd_info_entry *entry; in snd_info_entry_llseek() local 145 struct snd_info_entry *entry = data->entry; snd_info_entry_read() local 167 struct snd_info_entry *entry = data->entry; snd_info_entry_write() local 188 struct snd_info_entry *entry = data->entry; snd_info_entry_poll() local 206 struct snd_info_entry *entry = data->entry; snd_info_entry_ioctl() local 218 struct snd_info_entry *entry; snd_info_entry_mmap() local 232 struct snd_info_entry *entry = pde_data(inode); snd_info_entry_open() local 266 struct snd_info_entry *entry = data->entry; snd_info_entry_release() local 297 struct snd_info_entry *entry = data->entry; snd_info_text_entry_write() local 336 struct snd_info_entry *entry = data->entry; snd_info_seq_show() local 349 struct snd_info_entry *entry = pde_data(inode); snd_info_text_entry_open() local 383 struct snd_info_entry *entry = data->entry; snd_info_text_entry_release() local 412 struct snd_info_entry *entry; create_subdir() local 467 snd_card_id_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_card_id_read() argument 482 struct snd_info_entry *entry; snd_info_card_create() local 665 struct snd_info_entry *entry; snd_info_create_entry() local 728 snd_info_clear_entries(struct snd_info_entry * entry) snd_info_clear_entries() argument 745 snd_info_free_entry(struct snd_info_entry * entry) snd_info_free_entry() argument 773 __snd_info_register(struct snd_info_entry * entry) __snd_info_register() argument 812 snd_info_register(struct snd_info_entry * entry) snd_info_register() argument 850 snd_card_rw_proc_new(struct snd_card * card,const char * name,void * private_data,void (* read)(struct snd_info_entry *,struct snd_info_buffer *),void (* write)(struct snd_info_entry * entry,struct snd_info_buffer * buffer)) snd_card_rw_proc_new() argument 853 struct snd_info_entry *entry; snd_card_rw_proc_new() local 871 snd_info_version_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_info_version_read() argument 880 struct snd_info_entry *entry; snd_info_version_init() local [all...] |
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_static_config.c | 94 struct sja1105_avb_params_entry *entry = entry_ptr; in sja1105et_avb_params_entry_packing() local 105 struct sja1105_avb_params_entry *entry = entry_ptr; in sja1105pqrs_avb_params_entry_packing() local 117 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105et_general_params_entry_packing() local 149 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105pqrs_general_params_entry_packing() local 182 struct sja1105_general_params_entry *entry = entry_ptr; in sja1110_general_params_entry_packing() local 221 struct sja1105_l2_forwarding_params_entry *entry = entry_ptr; in sja1105_l2_forwarding_params_entry_packing() local 234 struct sja1105_l2_forwarding_params_entry *entry = entry_ptr; in sja1110_l2_forwarding_params_entry_packing() local 249 struct sja1105_l2_forwarding_entry *entry = entry_ptr; in sja1105_l2_forwarding_entry_packing() local 264 struct sja1105_l2_forwarding_entry *entry = entry_ptr; in sja1110_l2_forwarding_entry_packing() local 287 struct sja1105_l2_lookup_params_entry *entry = entry_ptr; in sja1105et_l2_lookup_params_entry_packing() local [all …]
|
| /linux/drivers/firmware/ |
| H A D | memmap.c | 100 struct firmware_map_entry *entry = to_memmap_entry(kobj); in release_firmware_map_entry() local 144 struct firmware_map_entry *entry) in firmware_map_add_entry() 168 static inline void firmware_map_remove_entry(struct firmware_map_entry *entry) in firmware_map_remove_entry() 176 static int add_sysfs_fw_map_entry(struct firmware_map_entry *entry) in add_sysfs_fw_map_entry() 200 static inline void remove_sysfs_fw_map_entry(struct firmware_map_entry *entry) in remove_sysfs_fw_map_entry() 222 struct firmware_map_entry *entry; in firmware_map_find_entry_in_list() local 284 struct firmware_map_entry *entry; in firmware_map_add_hotplug() local 326 struct firmware_map_entry *entry; in firmware_map_add_early() local 348 struct firmware_map_entry *entry; in firmware_map_remove() local 370 static ssize_t start_show(struct firmware_map_entry *entry, char *buf) in start_show() [all …]
|
| H A D | dmi-sysfs.c | 101 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_attr_show() local 119 struct dmi_sysfs_entry *entry; member 130 struct dmi_sysfs_entry *entry = data->entry; in find_dmi_entry_helper() local 159 static ssize_t find_dmi_entry(struct dmi_sysfs_entry *entry, in find_dmi_entry() 203 static ssize_t dmi_entry_attr_show_helper(struct dmi_sysfs_entry *entry, in dmi_entry_attr_show_helper() 362 static ssize_t dmi_sel_raw_read_io(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_io() 380 static ssize_t dmi_sel_raw_read_phys32(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_phys32() 401 static ssize_t dmi_sel_raw_read_helper(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_helper() 438 struct dmi_sysfs_entry *entry = to_entry(kobj->parent); in raw_event_log_read() local 450 static int dmi_system_event_log(struct dmi_sysfs_entry *entry) in dmi_system_event_log() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-shared.c | 71 struct gpio_shared_entry *entry; in gpio_shared_find_entry() local 110 static int gpio_shared_setup_reset_proxy(struct gpio_shared_entry *entry, in gpio_shared_setup_reset_proxy() 161 struct gpio_shared_entry *entry; in gpio_shared_of_traverse() local 312 struct gpio_shared_entry *entry, in gpio_shared_make_adev() 357 struct gpio_shared_entry *entry, in gpio_shared_dev_is_reset_gpio() 439 struct gpio_shared_entry *entry, in gpio_shared_dev_is_reset_gpio() 451 struct gpio_shared_entry *entry; in gpio_shared_add_proxy_lookup() local 512 struct gpio_shared_entry *entry; in gpiochip_setup_shared() local 597 struct gpio_shared_entry *entry; in gpio_device_teardown_shared() local 622 struct gpio_shared_entry *entry = in gpio_shared_release() local [all …]
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_debugfs.c | 60 struct mvpp2_dbgfs_flow_tbl_entry *entry = s->private; in mvpp2_dbgfs_flow_flt_hits_show() local 73 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_dec_hits_show() local 86 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_type_show() local 126 const struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_id_show() local 142 struct mvpp2_dbgfs_port_flow_entry *entry = s->private; in mvpp2_dbgfs_port_flow_hash_opt_show() local 168 struct mvpp2_dbgfs_port_flow_entry *entry = s->private; in mvpp2_dbgfs_port_flow_engine_show() local 193 struct mvpp2_dbgfs_c2_entry *entry = s->private; in mvpp2_dbgfs_flow_c2_hits_show() local 207 struct mvpp2_dbgfs_c2_entry *entry = s->private; in mvpp2_dbgfs_flow_c2_rxq_show() local 228 struct mvpp2_dbgfs_c2_entry *entry = s->private; in mvpp2_dbgfs_flow_c2_enable_show() local 339 struct mvpp2_dbgfs_prs_entry *entry = s->private; in mvpp2_dbgfs_prs_lu_show() local [all …]
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe.c | 185 mtk_foe_entry_l2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_l2() 199 mtk_foe_entry_ib2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_ib2() 212 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_prepare() 280 struct mtk_foe_entry *entry, u8 port) in mtk_foe_entry_set_pse_port() 298 struct mtk_foe_entry *entry, bool egress, in mtk_foe_entry_set_ipv4_tuple() 338 struct mtk_foe_entry *entry, in mtk_foe_entry_set_ipv6_tuple() 370 int mtk_foe_entry_set_dsa(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_dsa() 387 int mtk_foe_entry_set_vlan(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_vlan() 412 int mtk_foe_entry_set_pppoe(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_pppoe() 427 int mtk_foe_entry_set_wdma(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_wdma() [all …]
|
| /linux/lib/ |
| H A D | test_xarray.c | 72 unsigned order, void *entry, gfp_t gfp) in xa_store_order() 105 void *entry; in check_xas_retry() local 153 void *entry = xa_load(xa, j); in check_xa_load() local 164 void *entry = xa_load(xa, j); in check_xa_load() local 222 void *entry; in check_xa_mark_1() local 259 void *entry; in check_xa_mark_2() local 296 void *entry; in check_xa_mark_3() local 481 void *entry; in check_reserve() local 548 void *entry; in check_xas_erase() local 627 void *entry; in check_multi_store_3() local [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | affinity.c | 176 static void node_affinity_destroy(struct hfi1_affinity_node *entry) in node_affinity_destroy() 185 struct hfi1_affinity_node *entry; in node_affinity_destroy_all() local 200 struct hfi1_affinity_node *entry; in node_affinity_allocate() local 216 static void node_affinity_add_tail(struct hfi1_affinity_node *entry) in node_affinity_add_tail() 224 struct hfi1_affinity_node *entry; in node_affinity_lookup() local 312 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_get() 392 struct hfi1_affinity_node *entry) in _dev_comp_vect_mappings_create() 447 struct hfi1_affinity_node *entry; in hfi1_comp_vectors_set_up() local 484 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_mask_init() 551 struct hfi1_affinity_node *entry) in _dev_comp_vect_cpu_mask_clean_up() [all …]
|
| /linux/drivers/iommu/ |
| H A D | s390-iommu.c | 64 static inline void set_pt_pfaa(unsigned long *entry, phys_addr_t pfaa) in set_pt_pfaa() 70 static inline void set_rf_rso(unsigned long *entry, phys_addr_t rso) in set_rf_rso() 77 static inline void set_rs_rto(unsigned long *entry, phys_addr_t rto) in set_rs_rto() 84 static inline void set_rt_sto(unsigned long *entry, phys_addr_t sto) in set_rt_sto() 91 static inline void set_st_pto(unsigned long *entry, phys_addr_t pto) in set_st_pto() 98 static inline void validate_rf_entry(unsigned long *entry) in validate_rf_entry() 106 static inline void validate_rs_entry(unsigned long *entry) in validate_rs_entry() 114 static inline void validate_rt_entry(unsigned long *entry) in validate_rt_entry() 122 static inline void validate_st_entry(unsigned long *entry) in validate_st_entry() 128 static inline void invalidate_pt_entry(unsigned long *entry) in invalidate_pt_entry() [all …]
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate-data.c | 52 struct browser_entry *entry, in get_member_overhead() 83 struct browser_entry *entry; in add_child_entries() local 145 struct browser_entry *entry; in count_visible_entries() local 180 static struct browser_entry *get_first_child(struct browser_entry *entry) in get_first_child() 188 static struct browser_entry *get_last_child(struct browser_entry *entry) in get_last_child() 196 static bool is_first_child(struct browser_entry *entry) in is_first_child() 205 static bool is_last_child(struct browser_entry *entry) in is_last_child() 215 struct browser_entry *entry) in browser__prev_entry() 238 struct browser_entry *entry) in browser__next_entry() 266 struct browser_entry *entry; in browser__seek() local [all …]
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | debugfs.c | 107 struct hl_debugfs_entry *entry = s->private; in command_buffers_show() local 138 struct hl_debugfs_entry *entry = s->private; in command_submission_show() local 169 struct hl_debugfs_entry *entry = s->private; in command_submission_jobs_show() local 206 struct hl_debugfs_entry *entry = s->private; in userptr_show() local 237 struct hl_debugfs_entry *entry = s->private; in vm_show() local 352 struct hl_debugfs_entry *entry = s->private; in userptr_lookup_show() local 406 struct hl_debugfs_entry *entry = s->private; in userptr_lookup_write() local 422 struct hl_debugfs_entry *entry = s->private; in mmu_show() local 480 struct hl_debugfs_entry *entry = s->private; in mmu_asid_va_write() local 518 struct hl_debugfs_entry *entry = s->private; in mmu_ack_error() local [all …]
|
| /linux/arch/s390/kernel/ |
| H A D | jump_label.c | 19 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop() 26 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch() 33 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug() 47 static void jump_label_transform(struct jump_entry *entry, in jump_label_transform() 65 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 72 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
|
| /linux/net/netfilter/ |
| H A D | nf_queue.c | 59 static void nf_queue_entry_release_refs(struct nf_queue_entry *entry) in nf_queue_entry_release_refs() 77 void nf_queue_entry_free(struct nf_queue_entry *entry) in nf_queue_entry_free() 84 static void __nf_queue_entry_init_physdevs(struct nf_queue_entry *entry) in __nf_queue_entry_init_physdevs() 112 bool nf_queue_entry_get_refs(struct nf_queue_entry *entry) in nf_queue_entry_get_refs() 145 struct nf_queue_entry *entry) in nf_ip_saveroute() 160 struct nf_queue_entry *entry) in nf_ip6_saveroute() 176 struct nf_queue_entry *entry = NULL; in __nf_queue() local
|
| /linux/arch/x86/kernel/ |
| H A D | e820.c | 82 struct e820_entry *entry = &table->entries[idx]; in _e820__mapped_any() local 117 struct e820_entry *entry = &e820_table->entries[idx]; in __e820__mapped_all() local 157 struct e820_entry *entry = __e820__mapped_all(start, end, 0); in e820__get_entry_type() local 211 struct e820_entry *entry = e820_table->entries + idx; in e820__print_table() local 299 struct e820_entry *entry; member 451 struct boot_e820_entry *entry = entries; in append_e820_table() local 495 struct e820_entry *entry = &table->entries[idx]; in __e820__range_update() local 570 struct e820_entry *entry = &e820_table->entries[idx]; in e820__range_remove() local 631 struct e820_entry *entry; in e820_search_gap() local 790 struct e820_entry *entry = &e820_table->entries[idx]; in e820__register_nosave_regions() local [all …]
|
| /linux/net/mptcp/ |
| H A D | pm_userspace.c | 17 struct mptcp_pm_addr_entry *entry, *tmp; in mptcp_userspace_pm_free_local_addr_list() local 34 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr() local 44 struct mptcp_pm_addr_entry *entry, in mptcp_userspace_pm_append_new_local_addr() 106 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_delete_local_addr() local 124 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_lookup_addr_by_id() local 138 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_get_local_id() local 158 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_is_backup() local 286 struct mptcp_pm_addr_entry *entry) in mptcp_userspace_pm_remove_addr_entry() 367 struct mptcp_pm_addr_entry entry = { 0 }; in mptcp_pm_nl_subflow_create_doit() local 569 struct mptcp_pm_addr_entry *entry; in mptcp_userspace_pm_set_flags() local [all …]
|
| /linux/security/tomoyo/ |
| H A D | gc.c | 165 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() local 172 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() local 180 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() local 188 struct tomoyo_mkdev_acl *entry tomoyo_del_acl() local 198 struct tomoyo_mount_acl *entry tomoyo_del_acl() local 208 struct tomoyo_env_acl *entry = tomoyo_del_acl() local 216 struct tomoyo_inet_acl *entry = tomoyo_del_acl() local 225 struct tomoyo_unix_acl *entry = tomoyo_del_acl() local 233 struct tomoyo_task_acl *entry = tomoyo_del_acl() local [all...] |
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_tc.c | 14 static void tc_fill_all_pass_entry(struct stmmac_tc_entry *entry) in tc_fill_all_pass_entry() 32 struct stmmac_tc_entry *entry, *first = NULL, *dup = NULL; in tc_find_entry() local 57 static int tc_fill_actions(struct stmmac_tc_entry *entry, in tc_fill_actions() 94 struct stmmac_tc_entry *entry, *frag = NULL; in tc_fill_entry() local 174 struct stmmac_tc_entry *entry; in tc_unfill_entry() local 422 struct stmmac_flow_entry *entry, in tc_parse_flow_actions() 453 struct stmmac_flow_entry *entry) in tc_add_basic_flow() 502 struct stmmac_flow_entry *entry) in tc_add_ip4_flow() 537 struct stmmac_flow_entry *entry) in tc_add_ports_flow() 591 struct stmmac_flow_entry *entry = &priv->flow_entries[i]; in tc_find_flow() local [all …]
|
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | dmabuf-cache.c | 32 static void tegra_vde_release_entry(struct tegra_vde_cache_entry *entry) in tegra_vde_release_entry() 51 struct tegra_vde_cache_entry *entry; in tegra_vde_delayed_unmap() local 70 struct tegra_vde_cache_entry *entry; in tegra_vde_dmabuf_cache_map() local 168 struct tegra_vde_cache_entry *entry; in tegra_vde_dmabuf_cache_unmap() local 192 struct tegra_vde_cache_entry *entry, *tmp; in tegra_vde_dmabuf_cache_unmap_sync() local 211 struct tegra_vde_cache_entry *entry, *tmp; in tegra_vde_dmabuf_cache_unmap_all() local
|
| /linux/net/netlabel/ |
| H A D | netlabel_domainhash.c | 64 static void netlbl_domhsh_free_entry(struct rcu_head *entry) in netlbl_domhsh_free_entry() 175 struct netlbl_dom_map *entry; in netlbl_domhsh_search_def() local 208 static void netlbl_domhsh_audit_add(struct netlbl_dom_map *entry, in netlbl_domhsh_audit_add() 274 static int netlbl_domhsh_validate(const struct netlbl_dom_map *entry) in netlbl_domhsh_validate() 403 int netlbl_domhsh_add(struct netlbl_dom_map *entry, in netlbl_domhsh_add() 561 int netlbl_domhsh_add_default(struct netlbl_dom_map *entry, in netlbl_domhsh_add_default() 579 int netlbl_domhsh_remove_entry(struct netlbl_dom_map *entry, in netlbl_domhsh_remove_entry() 669 struct netlbl_domaddr4_map *entry; in netlbl_domhsh_remove_af4() local 736 struct netlbl_domaddr6_map *entry; in netlbl_domhsh_remove_af6() local 796 struct netlbl_dom_map *entry; in netlbl_domhsh_remove() local [all …]
|
| /linux/kernel/bpf/ |
| H A D | mprog.c | 108 static int bpf_mprog_replace(struct bpf_mprog_entry *entry, in bpf_mprog_replace() 127 static int bpf_mprog_insert(struct bpf_mprog_entry *entry, in bpf_mprog_insert() 151 static int bpf_mprog_delete(struct bpf_mprog_entry *entry, in bpf_mprog_delete() 178 static int bpf_mprog_pos_exact(struct bpf_mprog_entry *entry, in bpf_mprog_pos_exact() 193 static int bpf_mprog_pos_before(struct bpf_mprog_entry *entry, in bpf_mprog_pos_before() 209 static int bpf_mprog_pos_after(struct bpf_mprog_entry *entry, in bpf_mprog_pos_after() 225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach() 297 static int bpf_mprog_fetch(struct bpf_mprog_entry *entry, in bpf_mprog_fetch() 328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach() 396 struct bpf_mprog_entry *entry) in bpf_mprog_query()
|