Home
last modified time | relevance | path

Searched defs:type (Results 76 – 100 of 5697) sorted by relevance

12345678910>>...228

/linux/drivers/scsi/aic7xxx/
H A Dqueue.h107 #define SLIST_HEAD(name, type) \ argument
115 #define SLIST_ENTRY(type) \ argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
168 #define STAILQ_HEAD(name, type) \ argument
177 #define STAILQ_ENTRY(type) \ argument
221 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument
249 #define BSD_LIST_HEAD(name, type) \ argument
257 #define LIST_ENTRY(type) \ argument
314 #define TAILQ_HEAD(name, type) \ argument
323 #define TAILQ_ENTRY(type) \ argument
[all …]
/linux/fs/f2fs/
H A Dextent_cache.c78 enum extent_type type) in __set_extent_info()
96 static bool __init_may_extent_tree(struct inode *inode, enum extent_type type) in __init_may_extent_tree()
107 static bool __may_extent_tree(struct inode *inode, enum extent_type type) in __may_extent_tree()
150 struct extent_info *front, enum extent_type type) in __is_extent_mergeable()
171 struct extent_info *back, enum extent_type type) in __is_back_mergeable()
177 struct extent_info *front, enum extent_type type) in __is_front_mergeable()
347 enum extent_type type) in __grab_extent_tree()
481 struct extent_info *ei, enum extent_type type) in __lookup_extent_tree()
627 enum extent_type type) in __destroy_extent_node()
651 struct extent_info *tei, enum extent_type type) in __update_extent_tree_range()
[all …]
H A Dcheckpoint.c138 int type) in __is_bitmap_valid()
175 block_t blkaddr, int type) in __f2fs_is_valid_blkaddr()
236 block_t blkaddr, int type) in f2fs_is_valid_blkaddr()
244 block_t blkaddr, int type) in f2fs_is_valid_blkaddr_raw()
253 int type, bool sync) in f2fs_ra_meta_pages()
410 long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, in f2fs_sync_meta_pages()
503 unsigned int devidx, int type) in __add_ino_entry()
553 static void __remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in __remove_ino_entry()
571 void f2fs_add_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in f2fs_add_ino_entry()
577 void f2fs_remove_ino_entry(struct f2fs_sb_info *sbi, nid_t ino, int type) in f2fs_remove_ino_entry()
[all …]
/linux/include/linux/
H A Ddevice-mapper.h238 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) argument
244 #define dm_target_always_writeable(type) \ argument
252 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE) argument
259 #define dm_target_is_wildcard(type) ((type)->features & DM_TARGET_WILDCARD) argument
265 #define dm_target_has_integrity(type) ((type)->features & DM_TARGET_INTEGRITY) argument
271 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY) argument
282 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM) argument
285 #define dm_target_supports_zoned_hm(type) (false) argument
292 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT) argument
298 #define dm_target_passes_crypto(type) ((type)->features & DM_TARGET_PASSES_CRYPTO) argument
[all …]
H A Dfirmware-map.h23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
/linux/include/sound/
H A Dump_msg.h131 u32 type:4; member
150 u32 type:4; member
169 u32 type:4; member
188 u32 type:4; member
207 u32 type:4; member
226 u32 type:4; member
245 u32 type:4; member
275 u32 type:4; member
302 u32 type:4; member
327 u32 type:4; member
[all …]
/linux/fs/quota/
H A Dquota_v1.c58 int type = dquot->dq_id.type; in v1_read_dqblk() local
84 short type = dquot->dq_id.type; in v1_commit_dqblk() local
127 static int v1_check_quota_file(struct super_block *sb, int type) in v1_check_quota_file()
159 static int v1_read_file_info(struct super_block *sb, int type) in v1_read_file_info()
189 static int v1_write_file_info(struct super_block *sb, int type) in v1_write_file_info()
/linux/drivers/acpi/acpica/
H A Ddsmthdat.c214 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node()
280 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value()
334 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value()
440 acpi_ds_method_data_delete_value(u8 type, in acpi_ds_method_data_delete_value()
499 acpi_ds_store_object_to_local(u8 type, in acpi_ds_store_object_to_local()
/linux/sound/synth/emux/
H A Demux_effect.c19 #define xoffsetof(type,tag) ((long)(&((type)NULL)->tag) - (long)(NULL)) argument
38 int type; /* byte or word */ member
86 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type) in effect_set_byte()
107 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type) in effect_set_word()
143 struct snd_midi_channel *chan, int type, int val) in snd_emux_send_effect_oss()
164 int type, int val, int mode) in snd_emux_send_effect()
/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_mbox.h90 u64 type:2; member
96 u64 type:2; member
103 u64 type:2; member
109 u64 type:2; member
115 u64 type:2; member
121 u64 type:2; member
127 u64 type:2; member
133 u64 type:2; member
142 u64 type:2; member
/linux/drivers/hwmon/
H A Dibmpowernv.c77 enum sensors type; member
248 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name()
274 enum sensors type, u32 *index) in parse_opal_node_name()
293 enum sensors type; in get_sensor_type() local
340 enum sensors type; in init_sensor_group_data() local
402 enum sensors type; in get_sensor_group() local
437 enum sensors type; in populate_attr_groups() local
507 const char *attr_name, enum sensors type, in populate_sensor()
526 static char *get_max_attr(enum sensors type) in get_max_attr()
536 static char *get_min_attr(enum sensors type) in get_min_attr()
[all …]
/linux/arch/mips/fw/arc/
H A Dmemory.c75 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs()
95 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc()
115 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify()
144 long type; in prom_meminit() local
/linux/fs/btrfs/
H A Dcompression.c42 const char* btrfs_compress_type2str(enum btrfs_compression_type type) in btrfs_compress_type2str()
92 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages()
140 static int compression_decompress(int type, struct list_head *ws, in compression_decompress()
743 static struct list_head *alloc_workspace(int type, int level) in alloc_workspace()
759 static void free_workspace(int type, struct list_head *ws) in free_workspace()
775 static void btrfs_init_workspace_manager(int type) in btrfs_init_workspace_manager()
801 static void btrfs_cleanup_workspace_manager(int type) in btrfs_cleanup_workspace_manager()
821 struct list_head *btrfs_get_workspace(int type, int level) in btrfs_get_workspace()
900 static struct list_head *get_workspace(int type, int level) in get_workspace()
920 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace()
[all …]
/linux/drivers/iommu/intel/
H A Dperf.c18 bool dmar_latency_enabled(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enabled()
25 int dmar_latency_enable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enable()
57 void dmar_latency_disable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_disable()
70 void dmar_latency_update(struct intel_iommu *iommu, enum latency_type type, u64 latency) in dmar_latency_update()
/linux/fs/fuse/
H A Dacl.c15 struct inode *inode, int type, bool rcu) in __fuse_get_acl()
68 struct dentry *dentry, int type) in fuse_get_acl()
79 struct posix_acl *fuse_get_inode_acl(struct inode *inode, int type, bool rcu) in fuse_get_inode_acl()
96 struct posix_acl *acl, int type) in fuse_set_acl()
/linux/arch/riscv/kernel/
H A Dcacheinfo.c27 static struct cacheinfo *get_cacheinfo(u32 level, enum cache_type type) in get_cacheinfo()
51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size()
58 uintptr_t get_cache_geometry(u32 level, enum cache_type type) in get_cache_geometry()
68 enum cache_type type, unsigned int level) in ci_leaf_init()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_hwmon.c17 static int nfp_hwmon_sensor_id(enum hwmon_sensor_types type, int channel) in nfp_hwmon_sensor_id()
27 nfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_read()
31 enum hwmon_sensor_types type; in nfp_hwmon_read() member
66 nfp_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, in nfp_hwmon_is_visible()
/linux/include/uapi/sound/
H A Dfirewire.h20 unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ member
24 unsigned int type; member
29 unsigned int type; member
45 unsigned int type; member
50 unsigned int type; member
55 unsigned int type; member
66 unsigned int type; member
71 unsigned int type; member
92 unsigned int type; member
131 unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ member
/linux/arch/x86/events/intel/
H A Duncore.c346 static struct intel_uncore_box *uncore_alloc_box(struct intel_uncore_type *type, in uncore_alloc_box()
425 struct intel_uncore_type *type = box->pmu->type; in uncore_get_event_constraint() local
858 static inline int uncore_get_box_id(struct intel_uncore_type *type, in uncore_get_box_id()
869 struct intel_uncore_type *type = pmu->type; in uncore_get_alias_name() local
881 struct intel_uncore_type *type = pmu->type; in uncore_get_pmu_name() local
957 static void uncore_type_exit(struct intel_uncore_type *type) in uncore_type_exit()
987 static int __init uncore_type_init(struct intel_uncore_type *type) in uncore_type_init()
1080 struct intel_uncore_type *type; in uncore_pci_find_dev_pmu_from_types() local
1108 struct intel_uncore_type *type; in uncore_pci_find_dev_pmu() local
1140 struct intel_uncore_type *type, in uncore_pci_pmu_register()
[all …]
/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c113 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve()
151 static int set_sve(pid_t pid, const struct vec_type *type, in set_sve()
162 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) in ptrace_set_get_inherit()
216 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, in ptrace_set_get_vl()
274 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd()
332 const struct vec_type *type, in ptrace_set_sve_get_sve_data()
430 const struct vec_type *type, in ptrace_set_sve_get_fpsimd_data()
513 const struct vec_type *type, in ptrace_set_fpsimd_get_sve_data()
/linux/tools/bpf/bpftool/
H A Dcgroup.c80 enum bpf_attach_type type; in parse_attach_type() local
203 count_attached_bpf_progs(int cgroup_fd,enum bpf_attach_type type) count_attached_bpf_progs() argument
236 show_effective_bpf_progs(int cgroup_fd,enum bpf_attach_type type,int level) show_effective_bpf_progs() argument
261 show_attached_bpf_progs(int cgroup_fd,enum bpf_attach_type type,int level) show_attached_bpf_progs() argument
311 show_bpf_progs(int cgroup_fd,enum bpf_attach_type type,int level) show_bpf_progs() argument
321 enum bpf_attach_type type; do_show() local
403 enum bpf_attach_type type; do_show_tree_fn() local
[all...]
/linux/sound/core/
H A Dpcm_memory.c51 static int do_alloc_pages(struct snd_card *card, int type, struct device *dev, in do_alloc_pages()
262 int type, struct device *data, in preallocate_pages()
297 static int preallocate_pages_for_all(struct snd_pcm *pcm, int type, in preallocate_pages_for_all()
323 int type, struct device *data, in snd_pcm_lib_preallocate_pages()
342 int type, void *data, in snd_pcm_lib_preallocate_pages_for_all()
380 int snd_pcm_set_managed_buffer(struct snd_pcm_substream *substream, int type, in snd_pcm_set_managed_buffer()
401 int snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type, in snd_pcm_set_managed_buffer_all()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg.h59 #define ASD_READ_OCM(type, ord, S) \ argument
73 #define ASD_WRITE_OCM(type, ord, S) \ argument
86 #define ASD_DDBSITE_READ(type, ord) \ argument
112 #define ASD_DDBSITE_WRITE(type, ord) \ argument
139 #define ASD_SCBSITE_READ(type, ord) \ argument
165 #define ASD_SCBSITE_WRITE(type, ord) \ argument
/linux/drivers/vfio/mdev/
H A Dmdev_sysfs.c35 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local
48 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local
156 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local
169 static int mdev_type_add(struct mdev_parent *parent, struct mdev_type *type) in mdev_type_add()
200 static void mdev_type_remove(struct mdev_type *type) in mdev_type_remove()
278 struct mdev_type *type = mdev->type; in mdev_create_sysfs_files() local
/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_table.c33 bool mod_color_is_table_init(enum table_type type) in mod_color_is_table_init()
45 struct fixed31_32 *mod_color_get_table(enum table_type type) in mod_color_get_table()
57 void mod_color_set_table_init_state(enum table_type type, bool state) in mod_color_set_table_init_state()

12345678910>>...228