Home
last modified time | relevance | path

Searched defs:ent (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c123 qla27xx_skip_entry(struct qla27xx_fwdt_entry *ent, void *buf) in qla27xx_skip_entry()
130 qla27xx_next_entry(struct qla27xx_fwdt_entry *ent) in qla27xx_next_entry()
137 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t0()
148 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t255()
160 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t256()
176 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t257()
192 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t258()
211 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t259()
230 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t260()
244 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t261()
[all …]
/linux/drivers/nubus/
H A Dnubus.c249 struct nubus_dirent ent; in nubus_get_board_dir() local
265 int nubus_get_subdir(const struct nubus_dirent *ent, in nubus_get_subdir()
275 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) in nubus_readdir()
331 struct nubus_dirent *ent) in nubus_find_rsrc()
350 struct nubus_dirent ent; in nubus_get_block_rsrc_dir() local
370 struct nubus_dirent ent; in nubus_get_display_vidmode() local
399 const struct nubus_dirent *ent) in nubus_get_display_resource()
421 const struct nubus_dirent *ent) in nubus_get_network_resource()
443 const struct nubus_dirent *ent) in nubus_get_cpu_resource()
476 const struct nubus_dirent *ent) in nubus_get_private_resource()
[all …]
H A Dproc.c69 const struct nubus_dirent *ent, in nubus_proc_add_rsrc_dir()
122 struct nubus_dirent ent; in nubus_proc_rsrc_show() local
154 const struct nubus_dirent *ent, in nubus_proc_add_rsrc_mem()
174 const struct nubus_dirent *ent) in nubus_proc_add_rsrc()
/linux/drivers/scsi/
H A Desp_scsi.c404 static dma_addr_t esp_cur_dma_addr(struct esp_cmd_entry *ent, in esp_cur_dma_addr()
419 static unsigned int esp_cur_dma_len(struct esp_cmd_entry *ent, in esp_cur_dma_len()
431 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, in esp_advance_dma()
465 static void esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent) in esp_save_pointers()
480 static void esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent) in esp_restore_pointers()
574 static int esp_alloc_lun_tag(struct esp_cmd_entry *ent, in esp_alloc_lun_tag()
617 static void esp_free_lun_tag(struct esp_cmd_entry *ent, in esp_free_lun_tag()
630 static void esp_map_sense(struct esp *esp, struct esp_cmd_entry *ent) in esp_map_sense()
642 static void esp_unmap_sense(struct esp *esp, struct esp_cmd_entry *ent) in esp_unmap_sense()
657 static void esp_autosense(struct esp *esp, struct esp_cmd_entry *ent) in esp_autosense()
[all …]
/linux/fs/nfsd/
H A Dnfs4idmap.c63 struct ent { struct
80 struct ent *new = container_of(cnew, struct ent, h); in ent_init() argument
112 idtoname_hash(struct ent *ent) in idtoname_hash()
136 struct ent *ent = container_of(ch, struct ent, h); in idtoname_request() local
160 struct ent *ent; in idtoname_show() local
208 struct ent ent, *res; in idtoname_parse() local
301 nametoid_hash(struct ent *ent) in nametoid_hash()
316 struct ent *ent = container_of(ch, struct ent, h); in nametoid_request() local
338 struct ent *ent; in nametoid_show() local
378 struct ent ent, *res; in nametoid_parse() local
[all …]
/linux/drivers/bcma/
H A Dscan.c158 u32 ent = readl(*eromptr); in bcma_erom_get_ent() local
170 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_ci() local
180 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_end() local
187 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_is_bridge() local
196 u32 ent; in bcma_erom_skip_component() local
210 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_mst_port() local
224 u32 ent = bcma_erom_get_ent(bus, eromptr); in bcma_erom_get_addr_desc() local
/linux/fs/ocfs2/
H A Dfilecheck.c211 ocfs2_filecheck_adjust_max(struct ocfs2_filecheck_sysfs_entry *ent, in ocfs2_filecheck_adjust_max()
306 struct ocfs2_filecheck_sysfs_entry *ent = container_of(kobj, in ocfs2_filecheck_attr_show() local
345 ocfs2_filecheck_is_dup_entry(struct ocfs2_filecheck_sysfs_entry *ent, in ocfs2_filecheck_is_dup_entry()
361 ocfs2_filecheck_erase_entry(struct ocfs2_filecheck_sysfs_entry *ent) in ocfs2_filecheck_erase_entry()
379 ocfs2_filecheck_erase_entries(struct ocfs2_filecheck_sysfs_entry *ent, in ocfs2_filecheck_erase_entries()
396 ocfs2_filecheck_done_entry(struct ocfs2_filecheck_sysfs_entry *ent, in ocfs2_filecheck_done_entry()
428 ocfs2_filecheck_handle_entry(struct ocfs2_filecheck_sysfs_entry *ent, in ocfs2_filecheck_handle_entry()
453 struct ocfs2_filecheck_sysfs_entry *ent = container_of(kobj, in ocfs2_filecheck_attr_store() local
/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c150 static int push_mkey_locked(struct mlx5_cache_ent *ent, u32 mkey) in push_mkey_locked()
173 static int pop_mkey_locked(struct mlx5_cache_ent *ent) in pop_mkey_locked()
197 struct mlx5_cache_ent *ent = mkey_out->ent; in create_mkey_callback() local
244 static void set_cache_mkc(struct mlx5_cache_ent *ent, void *mkc) in set_cache_mkc()
262 static int add_keys(struct mlx5_cache_ent *ent, unsigned int num) in add_keys()
306 static int create_cache_mkey(struct mlx5_cache_ent *ent, u32 *mkey) in create_cache_mkey()
329 static void remove_cache_mr_locked(struct mlx5_cache_ent *ent) in remove_cache_mr_locked()
342 static int resize_available_mrs(struct mlx5_cache_ent *ent, unsigned int target, in resize_available_mrs()
377 struct mlx5_cache_ent *ent = filp->private_data; in size_write() local
415 struct mlx5_cache_ent *ent = filp->private_data; in size_read() local
[all …]
/linux/lib/
H A Derror-inject.c26 struct ei_entry *ent; in within_error_injection_list() local
42 struct ei_entry *ent; in get_injectable_error_type() local
69 struct ei_entry *ent; in populate_error_injection_list() local
119 struct ei_entry *ent, *n; in module_unload_ei_list() local
199 struct ei_entry *ent = list_entry(v, struct ei_entry, list); in ei_seq_show() local
/linux/drivers/w1/
H A Dw1_family.c23 struct list_head *ent, *n; in w1_register_family() local
56 struct list_head *ent, *n; in w1_unregister_family() local
88 struct list_head *ent, *n; in w1_family_registered() local
/linux/drivers/soc/qcom/
H A Dcmd-db.c120 rsc_offset(const struct rsc_hdr *hdr, const struct entry_header *ent) in rsc_offset()
148 const struct entry_header *ent; in cmd_db_get_header() local
191 const struct entry_header *ent; in cmd_db_read_addr() local
210 const struct entry_header *ent; in cmd_db_read_aux_data() local
258 const struct entry_header *ent; in cmd_db_read_slave_id() local
275 const struct entry_header *ent; in cmd_db_debugfs_dump() local
/linux/kernel/trace/
H A Dblktrace.c1190 te_blk_io_trace(const struct trace_entry * ent) te_blk_io_trace() argument
1195 pdu_start(const struct trace_entry * ent,bool has_cg) pdu_start() argument
1200 t_cgid(const struct trace_entry * ent) t_cgid() argument
1205 pdu_real_len(const struct trace_entry * ent,bool has_cg) pdu_real_len() argument
1210 t_action(const struct trace_entry * ent) t_action() argument
1215 t_bytes(const struct trace_entry * ent) t_bytes() argument
1220 t_sec(const struct trace_entry * ent) t_sec() argument
1225 t_sector(const struct trace_entry * ent) t_sector() argument
1230 t_error(const struct trace_entry * ent) t_error() argument
1235 get_pdu_int(const struct trace_entry * ent,bool has_cg) get_pdu_int() argument
1304 blk_log_dump_pdu(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_dump_pdu() argument
1342 blk_log_generic(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_generic() argument
1362 blk_log_with_error(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_with_error() argument
1378 blk_log_remap(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_remap() argument
1389 blk_log_plug(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_plug() argument
1398 blk_log_unplug(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_unplug() argument
1407 blk_log_split(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_split() argument
1417 blk_log_msg(struct trace_seq * s,const struct trace_entry * ent,bool has_cg) blk_log_msg() argument
[all...]
/linux/mm/
H A Dswap_cgroup.c76 lookup_swap_cgroup(swp_entry_t ent,struct swap_cgroup_ctrl ** ctrlp) lookup_swap_cgroup() argument
97 swap_cgroup_cmpxchg(swp_entry_t ent,unsigned short old,unsigned short new) swap_cgroup_cmpxchg() argument
126 swap_cgroup_record(swp_entry_t ent,unsigned short id,unsigned int nr_ents) swap_cgroup_record() argument
162 lookup_swap_cgroup_id(swp_entry_t ent) lookup_swap_cgroup_id() argument
[all...]
/linux/arch/powerpc/platforms/powernv/
H A Dmemtrace.c43 struct memtrace_entry *ent = filp->private_data; in memtrace_read() local
50 struct memtrace_entry *ent = filp->private_data; in memtrace_mmap() local
190 struct memtrace_entry *ent = &memtrace_array[i]; memtrace_init_debugfs() local
239 struct memtrace_entry *ent; memtrace_free_regions() local
[all...]
H A Dopal-xscom.c90 struct scom_debug_entry *ent = filp->private_data; in scom_debug_read() local
121 struct scom_debug_entry *ent = filp->private_data; in scom_debug_write() local
158 struct scom_debug_entry *ent; in scom_debug_init_one() local
/linux/include/linux/
H A Dswap_cgroup.h20 swap_cgroup_record(swp_entry_t ent,unsigned short id,unsigned int nr_ents) swap_cgroup_record() argument
27 lookup_swap_cgroup_id(swp_entry_t ent) lookup_swap_cgroup_id() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c119 struct mlx5_cmd_work_ent *ent; in cmd_alloc_ent() local
140 static void cmd_free_ent(struct mlx5_cmd_work_ent *ent) in cmd_free_ent()
159 static int cmd_alloc_index(struct mlx5_cmd *cmd, struct mlx5_cmd_work_ent *ent) in cmd_alloc_index()
182 static void cmd_ent_get(struct mlx5_cmd_work_ent *ent) in cmd_ent_get()
187 static void cmd_ent_put(struct mlx5_cmd_work_ent *ent) in cmd_ent_put()
267 static void set_signature(struct mlx5_cmd_work_ent *ent, int csum) in set_signature()
276 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout()
297 static int verify_signature(struct mlx5_cmd_work_ent *ent) in verify_signature()
864 struct mlx5_cmd_work_ent *ent, int input) in dump_command()
927 struct mlx5_cmd_work_ent *ent = container_of(dwork, in cb_timeout_handler() local
[all …]
/linux/drivers/nvdimm/
H A Dbtt.h34 #define ent_lba(ent) (ent & MAP_LBA_MASK) argument
35 #define ent_e_flag(ent) (!!(ent & MAP_ERR_MASK)) argument
36 #define ent_z_flag(ent) (!!(ent & MAP_TRIM_MASK)) argument
37 #define set_e_flag(ent) (ent |= MAP_ERR_MASK) argument
39 #define ent_normal(ent) (ent_e_flag(ent) && ent_z_flag(ent)) argument
92 struct log_entry ent[4]; member
/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c180 struct id_map_entry *ent = container_of(delay, struct id_map_entry, timeout); in id_map_ent_timeout() local
203 struct id_map_entry *ent; in sl_id_map_add() local
235 struct id_map_entry *ent; in id_map_alloc() local
267 struct id_map_entry *ent; in id_map_get() local
550 struct id_map_entry *ent = in mlx4_ib_cm_paravirt_clean() local
562 struct id_map_entry *ent = in mlx4_ib_cm_paravirt_clean() local
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-cpd.c55 const struct ipu6_cpd_ent *ent; in ipu6_cpd_get_entry() local
165 const struct ipu6_cpd_ent *ent, *man_ent, *met_ent; in ipu6_cpd_create_pkg_dir() local
233 const struct ipu6_cpd_ent *ent; in ipu6_cpd_validate_cpd() local
323 const struct ipu6_cpd_ent *ent; in ipu6_cpd_validate_cpd_file() local
/linux/tools/testing/selftests/mm/
H A Dvm_util.h64 #define PAGEMAP_PRESENT(ent) (((ent) & (1ull << 63)) != 0) argument
63 PAGEMAP_PRESENT(ent) global() argument
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h118 struct trace_entry ent; member
125 struct trace_entry ent; member
132 struct trace_entry ent; member
138 struct trace_entry ent; member
145 struct trace_entry ent; member
152 struct trace_entry ent; member
/linux/fs/proc/
H A Dproc_tty.c133 struct proc_dir_entry *ent; in proc_tty_register_driver() local
149 struct proc_dir_entry *ent; in proc_tty_unregister_driver() local
H A Dkcore.c144 struct kcore_list *ent; in kcore_ram_list() local
161 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
194 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
205 struct kcore_list *ent; in kclist_add_private() local
/linux/tools/iio/
H A Diio_utils.c98 const struct dirent *ent; in iioutils_get_type() local
227 const struct dirent *ent; in iioutils_get_param_float() local
323 const struct dirent *ent; in build_channel_array() local
562 const struct dirent *ent; in find_type_by_name() local

12345678910>>...18