/Linux-v4.19/include/linux/ |
D | swapops.h | 41 static inline unsigned swp_type(swp_entry_t entry) in swp_type() 50 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset() 81 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte() 91 swp_entry_t entry; in radix_to_swp_entry() local 97 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry() 112 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() 118 static inline void make_device_private_entry_read(swp_entry_t *entry) in make_device_private_entry_read() 123 static inline bool is_write_device_private_entry(swp_entry_t entry) in is_write_device_private_entry() 128 static inline unsigned long device_private_entry_to_pfn(swp_entry_t entry) in device_private_entry_to_pfn() 133 static inline struct page *device_private_entry_to_page(swp_entry_t entry) in device_private_entry_to_page() [all …]
|
D | resource_ext.h | 42 static inline void resource_list_add(struct resource_entry *entry, in resource_list_add() 48 static inline void resource_list_add_tail(struct resource_entry *entry, in resource_list_add_tail() 54 static inline void resource_list_del(struct resource_entry *entry) in resource_list_del() 59 static inline void resource_list_free_entry(struct resource_entry *entry) in resource_list_free_entry() 65 resource_list_destroy_entry(struct resource_entry *entry) in resource_list_destroy_entry() 71 #define resource_list_for_each_entry(entry, list) \ argument 74 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | soc15_int.h | 35 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument 36 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument 37 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument 38 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument 39 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument 40 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument 41 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument 42 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument 43 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument 44 #define SOC15_CONTEXT_ID3_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[7])) argument
|
/Linux-v4.19/net/atm/ |
D | mpoa_caches.c | 38 in_cache_entry *entry; in in_cache_get() local 59 in_cache_entry *entry; in in_cache_get_with_mask() local 80 in_cache_entry *entry; in in_cache_get_by_vcc() local 100 in_cache_entry *entry = kzalloc(sizeof(in_cache_entry), GFP_KERNEL); in in_cache_add_entry() local 133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() 180 static void in_cache_put(in_cache_entry *entry) in in_cache_put() 191 static void in_cache_remove_entry(in_cache_entry *entry, in in_cache_remove_entry() 229 in_cache_entry *entry, *next_entry; in clear_count_and_expired() local 254 in_cache_entry *entry; in check_resolving_entries() local 303 struct in_cache_entry *entry = client->in_cache; in refresh_entries() local [all …]
|
/Linux-v4.19/sound/core/ |
D | info.c | 70 struct snd_info_entry *entry; member 89 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private() 123 struct snd_info_entry *entry; in snd_info_entry_llseek() local 166 struct snd_info_entry *entry = data->entry; in snd_info_entry_read() local 188 struct snd_info_entry *entry = data->entry; in snd_info_entry_write() local 209 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll() local 227 struct snd_info_entry *entry = data->entry; in snd_info_entry_ioctl() local 239 struct snd_info_entry *entry; in snd_info_entry_mmap() local 253 struct snd_info_entry *entry = PDE_DATA(inode); in snd_info_entry_open() local 290 struct snd_info_entry *entry = data->entry; in snd_info_entry_release() local [all …]
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | spitfire.h | 119 static inline unsigned long spitfire_get_dtlb_data(int entry) in spitfire_get_dtlb_data() 133 static inline unsigned long spitfire_get_dtlb_tag(int entry) in spitfire_get_dtlb_tag() 143 static inline void spitfire_put_dtlb_data(int entry, unsigned long data) in spitfire_put_dtlb_data() 152 static inline unsigned long spitfire_get_itlb_data(int entry) in spitfire_get_itlb_data() 166 static inline unsigned long spitfire_get_itlb_tag(int entry) in spitfire_get_itlb_tag() 176 static inline void spitfire_put_itlb_data(int entry, unsigned long data) in spitfire_put_itlb_data() 232 static inline unsigned long cheetah_get_ldtlb_data(int entry) in cheetah_get_ldtlb_data() 245 static inline unsigned long cheetah_get_litlb_data(int entry) in cheetah_get_litlb_data() 258 static inline unsigned long cheetah_get_ldtlb_tag(int entry) in cheetah_get_ldtlb_tag() 270 static inline unsigned long cheetah_get_litlb_tag(int entry) in cheetah_get_litlb_tag() [all …]
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pci_dma.h | 100 static inline void set_pt_pfaa(unsigned long *entry, void *pfaa) in set_pt_pfaa() 106 static inline void set_rt_sto(unsigned long *entry, void *sto) in set_rt_sto() 113 static inline void set_st_pto(unsigned long *entry, void *pto) in set_st_pto() 120 static inline void validate_rt_entry(unsigned long *entry) in validate_rt_entry() 128 static inline void validate_st_entry(unsigned long *entry) in validate_st_entry() 134 static inline void invalidate_table_entry(unsigned long *entry) in invalidate_table_entry() 140 static inline void invalidate_pt_entry(unsigned long *entry) in invalidate_pt_entry() 147 static inline void validate_pt_entry(unsigned long *entry) in validate_pt_entry() 154 static inline void entry_set_protected(unsigned long *entry) in entry_set_protected() 160 static inline void entry_clr_protected(unsigned long *entry) in entry_clr_protected() [all …]
|
/Linux-v4.19/drivers/firmware/ |
D | memmap.c | 108 struct firmware_map_entry *entry = to_memmap_entry(kobj); in release_firmware_map_entry() local 152 struct firmware_map_entry *entry) in firmware_map_add_entry() 176 static inline void firmware_map_remove_entry(struct firmware_map_entry *entry) in firmware_map_remove_entry() 184 static int add_sysfs_fw_map_entry(struct firmware_map_entry *entry) in add_sysfs_fw_map_entry() 208 static inline void remove_sysfs_fw_map_entry(struct firmware_map_entry *entry) in remove_sysfs_fw_map_entry() 230 struct firmware_map_entry *entry; in firmware_map_find_entry_in_list() local 292 struct firmware_map_entry *entry; in firmware_map_add_hotplug() local 334 struct firmware_map_entry *entry; in firmware_map_add_early() local 355 struct firmware_map_entry *entry; in firmware_map_remove() local 377 static ssize_t start_show(struct firmware_map_entry *entry, char *buf) in start_show() [all …]
|
D | dmi-sysfs.c | 100 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_attr_show() local 118 struct dmi_sysfs_entry *entry; member 129 struct dmi_sysfs_entry *entry = data->entry; in find_dmi_entry_helper() local 158 static ssize_t find_dmi_entry(struct dmi_sysfs_entry *entry, in find_dmi_entry() 202 static ssize_t dmi_entry_attr_show_helper(struct dmi_sysfs_entry *entry, in dmi_entry_attr_show_helper() 360 static ssize_t dmi_sel_raw_read_io(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_io() 377 static ssize_t dmi_sel_raw_read_phys32(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_phys32() 398 static ssize_t dmi_sel_raw_read_helper(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_helper() 433 struct dmi_sysfs_entry *entry = to_entry(kobj->parent); in dmi_sel_raw_read() local 448 static int dmi_system_event_log(struct dmi_sysfs_entry *entry) in dmi_system_event_log() [all …]
|
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/ |
D | global1_vtu.c | 23 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_fid_read() 38 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_fid_write() 48 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_sid_read() 63 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_sid_write() 93 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_vid_read() 113 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_vid_write() 132 struct mv88e6xxx_vtu_entry *entry) in mv88e6185_g1_vtu_data_read() 160 struct mv88e6xxx_vtu_entry *entry) in mv88e6185_g1_vtu_data_write() 240 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_stu_getnext() 282 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_getnext() [all …]
|
D | global1_atu.c | 126 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_data_read() 145 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_data_write() 165 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_mac_read() 183 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_mac_write() 201 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_getnext() 228 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_loadpurge() 248 struct mv88e6xxx_atu_entry *entry, in mv88e6xxx_g1_atu_flushmove() 277 struct mv88e6xxx_atu_entry entry = { in mv88e6xxx_g1_atu_flush() local 287 struct mv88e6xxx_atu_entry entry = { 0 }; in mv88e6xxx_g1_atu_move() local 316 struct mv88e6xxx_atu_entry entry; in mv88e6xxx_g1_atu_prob_irq_thread_fn() local
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emuproc.c | 80 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read() 237 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read() 276 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read() 290 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read() 333 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read() 376 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read() 397 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_read() 411 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read() 427 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write() 480 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read() [all …]
|
/Linux-v4.19/sound/pci/ca0106/ |
D | ca0106_proc.c | 272 static void snd_ca0106_proc_iec958(struct snd_info_entry *entry, in snd_ca0106_proc_iec958() 294 static void snd_ca0106_proc_reg_write32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write32() 312 static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read32() 328 static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read16() 344 static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read8() 360 static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read1() 378 static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read2() 396 static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write() 410 static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, in snd_ca0106_proc_i2c_write() 427 struct snd_info_entry *entry; in snd_ca0106_proc_init() local
|
/Linux-v4.19/arch/s390/kernel/ |
D | jump_label.c | 21 struct jump_entry *entry; member 25 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop() 32 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch() 39 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug() 58 static void __jump_label_transform(struct jump_entry *entry, in __jump_label_transform() 89 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 100 void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
|
/Linux-v4.19/fs/ |
D | dax.c | 76 static unsigned long dax_radix_pfn(void *entry) in dax_radix_pfn() 87 static unsigned int dax_radix_order(void *entry) in dax_radix_order() 94 static int dax_is_pmd_entry(void *entry) in dax_is_pmd_entry() 99 static int dax_is_pte_entry(void *entry) in dax_is_pte_entry() 104 static int dax_is_zero_entry(void *entry) in dax_is_zero_entry() 109 static int dax_is_empty_entry(void *entry) in dax_is_empty_entry() 128 pgoff_t index, void *entry, struct exceptional_entry_key *key) in dax_entry_waitqueue() 166 pgoff_t index, void *entry, bool wake_all) in dax_wake_mapping_entry_waiter() 189 unsigned long entry = (unsigned long) in slot_locked() local 199 unsigned long entry = (unsigned long) in lock_slot() local [all …]
|
D | mbcache.c | 76 struct mb_cache_entry *entry, *dup; in mb_cache_entry_create() local 121 void __mb_cache_entry_free(struct mb_cache_entry *entry) in __mb_cache_entry_free() 128 struct mb_cache_entry *entry, in __entry_find() 185 struct mb_cache_entry *entry) in mb_cache_entry_find_next() 202 struct mb_cache_entry *entry; in mb_cache_entry_get() local 230 struct mb_cache_entry *entry; in mb_cache_entry_delete() local 263 struct mb_cache_entry *entry) in mb_cache_entry_touch() 282 struct mb_cache_entry *entry; in mb_cache_shrink() local 393 struct mb_cache_entry *entry, *next; in mb_cache_destroy() local
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1393 static u64 dev_access_u32_csr(const struct cntr_entry *entry, in dev_access_u32_csr() 1410 static u64 access_sde_err_cnt(const struct cntr_entry *entry, in access_sde_err_cnt() 1420 static u64 access_sde_int_cnt(const struct cntr_entry *entry, in access_sde_int_cnt() 1430 static u64 access_sde_idle_int_cnt(const struct cntr_entry *entry, in access_sde_idle_int_cnt() 1440 static u64 access_sde_progress_int_cnt(const struct cntr_entry *entry, in access_sde_progress_int_cnt() 1451 static u64 dev_access_u64_csr(const struct cntr_entry *entry, void *context, in dev_access_u64_csr() 1472 static u64 dc_access_lcb_cntr(const struct cntr_entry *entry, void *context, in dc_access_lcb_cntr() 1496 static u64 port_access_u32_csr(const struct cntr_entry *entry, void *context, in port_access_u32_csr() 1506 static u64 port_access_u64_csr(const struct cntr_entry *entry, in port_access_u64_csr() 1546 static u64 access_sw_link_dn_cnt(const struct cntr_entry *entry, void *context, in access_sw_link_dn_cnt() [all …]
|
D | affinity.c | 223 static void node_affinity_destroy(struct hfi1_affinity_node *entry) in node_affinity_destroy() 232 struct hfi1_affinity_node *entry; in node_affinity_destroy_all() local 247 struct hfi1_affinity_node *entry; in node_affinity_allocate() local 263 static void node_affinity_add_tail(struct hfi1_affinity_node *entry) in node_affinity_add_tail() 272 struct hfi1_affinity_node *entry; in node_affinity_lookup() local 361 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_get() 440 struct hfi1_affinity_node *entry) in _dev_comp_vect_mappings_create() 494 struct hfi1_affinity_node *entry; in hfi1_comp_vectors_set_up() local 531 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_mask_init() 598 struct hfi1_affinity_node *entry) in _dev_comp_vect_cpu_mask_clean_up() [all …]
|
/Linux-v4.19/kernel/dma/ |
D | debug.c | 182 static inline void dump_entry_trace(struct dma_debug_entry *entry) in dump_entry_trace() 233 #define err_printk(dev, entry, format, arg...) do { \ argument 252 static int hash_fn(struct dma_debug_entry *entry) in hash_fn() 264 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket() 314 struct dma_debug_entry *entry, *ret = NULL; in __hash_bucket_find() local 372 struct dma_debug_entry *entry, index = *ref; in bucket_find_contain() local 397 struct dma_debug_entry *entry) in hash_bucket_add() 405 static void hash_bucket_del(struct dma_debug_entry *entry) in hash_bucket_del() 410 static unsigned long long phys_addr(struct dma_debug_entry *entry) in phys_addr() 427 struct dma_debug_entry *entry; in debug_dma_dump_mappings() local [all …]
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | dsp_pipeline.c | 82 struct dsp_element_entry *entry = in mISDN_dsp_dev_release() local 90 struct dsp_element_entry *entry; in mISDN_dsp_element_register() local 141 struct dsp_element_entry *entry, *n; in mISDN_dsp_element_unregister() local 176 struct dsp_element_entry *entry, *n; in dsp_pipeline_module_exit() local 210 struct dsp_pipeline_entry *entry, *n; in _dsp_pipeline_destroy() local 240 struct dsp_element_entry *entry, *n; in dsp_pipeline_build() local 333 struct dsp_pipeline_entry *entry; in dsp_pipeline_process_tx() local 346 struct dsp_pipeline_entry *entry; in dsp_pipeline_process_rx() local
|
/Linux-v4.19/fs/btrfs/ |
D | ordered-data.c | 18 static u64 entry_end(struct btrfs_ordered_extent *entry) in entry_end() 33 struct btrfs_ordered_extent *entry; in tree_insert() local 70 struct btrfs_ordered_extent *entry; in __tree_search() local 117 static int offset_in_entry(struct btrfs_ordered_extent *entry, u64 file_offset) in offset_in_entry() 125 static int range_overlaps(struct btrfs_ordered_extent *entry, u64 file_offset, in range_overlaps() 144 struct btrfs_ordered_extent *entry; in tree_search() local 179 struct btrfs_ordered_extent *entry; in __btrfs_add_ordered_extent() local 274 struct btrfs_ordered_extent *entry, in btrfs_add_ordered_sum() 304 struct btrfs_ordered_extent *entry = NULL; in btrfs_dec_test_first_ordered_pending() local 374 struct btrfs_ordered_extent *entry = NULL; in btrfs_dec_test_ordered_pending() local [all …]
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_debugfs.c | 33 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_flt_hits_show() local 47 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_dec_hits_show() local 60 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_type_show() local 118 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_id_show() local 134 struct mvpp2_dbgfs_port_flow_entry *entry = s->private; in mvpp2_dbgfs_port_flow_hash_opt_show() local 181 struct mvpp2_dbgfs_port_flow_entry *entry = s->private; in mvpp2_dbgfs_port_flow_engine_show() local 353 struct mvpp2_dbgfs_prs_entry *entry = s->private; in mvpp2_dbgfs_prs_lu_show() local 365 struct mvpp2_dbgfs_prs_entry *entry = s->private; in mvpp2_dbgfs_prs_pmap_show() local 383 struct mvpp2_dbgfs_prs_entry *entry = s->private; in mvpp2_dbgfs_prs_ai_show() local 401 struct mvpp2_dbgfs_prs_entry *entry = s->private; in mvpp2_dbgfs_prs_hdata_show() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 37 struct ttm_validate_buffer *entry) in ttm_eu_backoff_reservation_reverse() 48 struct ttm_validate_buffer *entry; in ttm_eu_del_from_lru_locked() local 59 struct ttm_validate_buffer *entry; in ttm_eu_backoff_reservation() local 99 struct ttm_validate_buffer *entry; in ttm_eu_reserve_buffers() local 186 struct ttm_validate_buffer *entry; in ttm_eu_fence_buffer_objects() local
|
/Linux-v4.19/drivers/pci/ |
D | msi.c | 93 struct msi_desc *entry; in arch_setup_msi_irqs() local 123 struct msi_desc *entry; in default_teardown_msi_irqs() local 138 struct msi_desc *entry; in default_restore_msi_irq() local 261 struct msi_desc *entry; in default_restore_msi_irqs() local 267 void __pci_read_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __pci_read_msi_msg() 297 void __pci_write_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __pci_write_msi_msg() 335 struct msi_desc *entry = irq_get_msi_desc(irq); in pci_write_msi_msg() local 344 struct msi_desc *entry, *tmp; in free_msi_irqs() local 392 struct msi_desc *entry; in __pci_restore_msi_state() local 413 struct msi_desc *entry; in __pci_restore_msix_state() local [all …]
|
/Linux-v4.19/security/tomoyo/ |
D | gc.c | 159 struct tomoyo_path_acl *entry in tomoyo_del_acl() local 166 struct tomoyo_path2_acl *entry in tomoyo_del_acl() local 174 struct tomoyo_path_number_acl *entry in tomoyo_del_acl() local 182 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl() local 192 struct tomoyo_mount_acl *entry in tomoyo_del_acl() local 202 struct tomoyo_env_acl *entry = in tomoyo_del_acl() local 210 struct tomoyo_inet_acl *entry = in tomoyo_del_acl() local 219 struct tomoyo_unix_acl *entry = in tomoyo_del_acl() local 227 struct tomoyo_task_acl *entry = in tomoyo_del_acl() local
|