Home
last modified time | relevance | path

Searched defs:type (Results 19826 - 19850 of 24887) sorted by relevance

1...<<791792793794795796797798799800>>...996

/kernel/linux/linux-5.10/include/uapi/linux/raid/
H A Dmd_p.h349 __le16 type; member
/kernel/linux/linux-5.10/include/rdma/
H A Dib_sa.h205 sa_conv_gid_to_pathrec_type(enum ib_gid_type type) in sa_conv_gid_to_pathrec_type() argument
H A Duverbs_ioctl.h41 u8 type; member
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dac97_codec.h362 int type; /* quirk type above */ member
H A Dsb.h336 int type; member
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasoc.h192 __le32 type; /* SND_SOC_TPLG_TYPE_ */ member
220 __le32 type; /* SND_SOC_TPLG_TUPLE_TYPE_ */ member
253 __le32 type; /* SNDRV_CTL_TLVT_*, type of TLV */ member
286 __le32 type; member
/kernel/linux/linux-5.10/include/uapi/linux/wimax/
H A Di2400m.h425 __le16 type; member
432 __le16 type; member
[all...]
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c430 static umode_t w1_is_visible(const void *_data, enum hwmon_sensor_types type, in w1_is_visible() argument
436 static int w1_read(struct device *dev, enum hwmon_sensor_types type, in w1_read() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dbackref.c435 u8 type; in add_all_parents() local
1012 int type; add_inline_refs() local
1923 int type; global() local
2510 int type; global() local
2965 int type; global() local
[all...]
H A Dqgroup.c57 static const char *qgroup_rsv_type_str(enum btrfs_qgroup_rsv_type type) in qgroup_rsv_type_str() argument
69 qgroup_rsv_add(struct btrfs_fs_info *fs_info, struct btrfs_qgroup *qgroup, u64 num_bytes, enum btrfs_qgroup_rsv_type type) qgroup_rsv_add() argument
77 qgroup_rsv_release(struct btrfs_fs_info *fs_info, struct btrfs_qgroup *qgroup, u64 num_bytes, enum btrfs_qgroup_rsv_type type) qgroup_rsv_release() argument
3071 qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, enum btrfs_qgroup_rsv_type type) qgroup_reserve() argument
3155 btrfs_qgroup_free_refroot(struct btrfs_fs_info *fs_info, u64 ref_root, u64 num_bytes, enum btrfs_qgroup_rsv_type type) btrfs_qgroup_free_refroot() argument
3942 add_root_meta_rsv(struct btrfs_root *root, int num_bytes, enum btrfs_qgroup_rsv_type type) add_root_meta_rsv() argument
3959 sub_root_meta_rsv(struct btrfs_root *root, int num_bytes, enum btrfs_qgroup_rsv_type type) sub_root_meta_rsv() argument
3982 btrfs_qgroup_reserve_meta(struct btrfs_root *root, int num_bytes, enum btrfs_qgroup_rsv_type type, bool enforce) btrfs_qgroup_reserve_meta() argument
4009 __btrfs_qgroup_reserve_meta(struct btrfs_root *root, int num_bytes, enum btrfs_qgroup_rsv_type type, bool enforce) __btrfs_qgroup_reserve_meta() argument
4039 __btrfs_qgroup_free_meta(struct btrfs_root *root, int num_bytes, enum btrfs_qgroup_rsv_type type) __btrfs_qgroup_free_meta() argument
[all...]
H A Drelocation.c3048 u8 type; delete_v1_space_cache() local
[all...]
H A Dsuper.c223 const char *type = logtypes[4]; in btrfs_printk() local
2061 u64 type; in btrfs_calc_avail_data_space() local
[all...]
H A Dblock-group.c2154 btrfs_make_block_group(struct btrfs_trans_handle *trans, u64 bytes_used, u64 type, u64 chunk_offset, u64 size) btrfs_make_block_group() argument
3090 btrfs_force_chunk_alloc(struct btrfs_trans_handle *trans, u64 type) btrfs_force_chunk_alloc() argument
3227 get_profile_num_devs(struct btrfs_fs_info *fs_info, u64 type) get_profile_num_devs() argument
3241 check_system_chunk(struct btrfs_trans_handle *trans, u64 type) check_system_chunk() argument
[all...]
H A Dcheck-integrity.c986 u8 type; in btrfsic_process_metablock() local
[all...]
H A Dcompression.c34 const char* btrfs_compress_type2str(enum btrfs_compression_type type) in btrfs_compress_type2str() argument
65 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages() argument
96 static int compression_decompress_bio(int type, struct list_head *ws, in compression_decompress_bio() argument
113 static int compression_decompress(int type, struct list_head *ws, in compression_decompress() argument
886 alloc_workspace(int type, unsigned int level) alloc_workspace() argument
902 free_workspace(int type, struct list_head *ws) free_workspace() argument
918 btrfs_init_workspace_manager(int type) btrfs_init_workspace_manager() argument
944 btrfs_cleanup_workspace_manager(int type) btrfs_cleanup_workspace_manager() argument
964 btrfs_get_workspace(int type, unsigned int level) btrfs_get_workspace() argument
1043 get_workspace(int type, int level) get_workspace() argument
1063 btrfs_put_workspace(int type, struct list_head *ws) btrfs_put_workspace() argument
1094 put_workspace(int type, struct list_head *ws) put_workspace() argument
1114 btrfs_compress_set_level(int type, unsigned level) btrfs_compress_set_level() argument
1155 int type = btrfs_compress_type(type_level); btrfs_compress_pages() local
1186 int type = cb->compress_type; btrfs_decompress_bio() local
1200 btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page, unsigned long start_byte, size_t srclen, size_t destlen) btrfs_decompress() argument
1715 btrfs_compress_str2level(unsigned int type, const char *str) btrfs_compress_str2level() argument
[all...]
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Decryptfs_kernel.h51 unsigned char type; member
389 u8 type; member
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c1461 int type; member
1522 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() argument
360 elf_map(struct file *filep, unsigned long addr, const struct elf_phdr *eppnt, int prot, int type, unsigned long total_size) elf_map() argument
/kernel/linux/linux-5.10/fs/exfat/
H A Dexfat_fs.h183 unsigned int type; member
262 unsigned int type; member
/kernel/linux/linux-5.10/mm/
H A Dmemblock.c180 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region() argument
339 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region() argument
404 memblock_double_array(struct memblock_type *type, phys_addr_t new_area_start, phys_addr_t new_area_size) memblock_double_array() argument
502 memblock_merge_regions(struct memblock_type *type) memblock_merge_regions() argument
539 memblock_insert_region(struct memblock_type *type, int idx, phys_addr_t base, phys_addr_t size, int nid, enum memblock_flags flags) memblock_insert_region() argument
573 memblock_add_range(struct memblock_type *type, phys_addr_t base, phys_addr_t size, int nid, enum memblock_flags flags) memblock_add_range() argument
714 memblock_isolate_range(struct memblock_type *type, phys_addr_t base, phys_addr_t size, int *start_rgn, int *end_rgn) memblock_isolate_range() argument
774 memblock_remove_range(struct memblock_type *type, phys_addr_t base, phys_addr_t size) memblock_remove_range() argument
854 struct memblock_type *type = &memblock.memory; memblock_setclr_flag() local
936 should_skip_region(struct memblock_type *type, struct memblock_region *m, int nid, int flags) should_skip_region() argument
1175 struct memblock_type *type = &memblock.memory; __next_mem_pfn_range() local
1214 memblock_set_node(phys_addr_t base, phys_addr_t size, struct memblock_type *type, int nid) memblock_set_node() argument
1717 memblock_search(struct memblock_type *type, phys_addr_t addr) memblock_search() argument
1757 struct memblock_type *type = &memblock.memory; memblock_search_pfn_nid() local
1841 memblock_dump(struct memblock_type *type) memblock_dump() argument
1998 struct memblock_type *type = m->private; memblock_debug_show() local
[all...]
H A Dpercpu.c1396 static struct pcpu_chunk *pcpu_alloc_chunk(enum pcpu_chunk_type type, gfp_t gfp) in pcpu_alloc_chunk() argument
1682 enum pcpu_chunk_type type; in pcpu_alloc() local
1942 __pcpu_balance_workfn(enum pcpu_chunk_type type) __pcpu_balance_workfn() argument
2065 enum pcpu_chunk_type type; pcpu_balance_workfn() local
2416 enum pcpu_chunk_type type; pcpu_setup_first_chunk() local
[all...]
/kernel/linux/linux-5.10/include/video/
H A Dsstfb.h351 int type; member
/kernel/linux/linux-5.10/include/xen/interface/
H A Dxen-mca.h68 uint16_t type; /* structure type */ member
236 x86_mcinfo_lookup(struct mcinfo_common **ret, struct mc_info *mi, uint16_t type) x86_mcinfo_lookup() argument
/kernel/linux/linux-5.10/kernel/bpf/
H A Dcgroup.c116 unsigned int type; in cgroup_bpf_release() local
39 bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], struct bpf_cgroup_storage *new_storages[], enum bpf_attach_type type, struct bpf_prog *prog, struct cgroup *cgrp) bpf_cgroup_storages_alloc() argument
198 hierarchy_allows_attach(struct cgroup *cgrp, enum bpf_attach_type type) hierarchy_allows_attach() argument
227 compute_effective_progs(struct cgroup *cgrp, enum bpf_attach_type type, struct bpf_prog_array **array) compute_effective_progs() argument
271 activate_effective_progs(struct cgroup *cgrp, enum bpf_attach_type type, struct bpf_prog_array *old_array) activate_effective_progs() argument
330 update_effective_progs(struct cgroup *cgrp, enum bpf_attach_type type) update_effective_progs() argument
433 __cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_prog *replace_prog, struct bpf_cgroup_link *link, enum bpf_attach_type type, u32 flags) __cgroup_bpf_attach() argument
522 replace_effective_prog(struct cgroup *cgrp, enum bpf_attach_type type, struct bpf_cgroup_link *link) replace_effective_prog() argument
666 purge_effective_progs(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_cgroup_link *link, enum bpf_attach_type type) purge_effective_progs() argument
723 __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, struct bpf_cgroup_link *link, enum bpf_attach_type type) __cgroup_bpf_detach() argument
768 enum bpf_attach_type type = attr->query.attach_type; __cgroup_bpf_query() local
1039 __cgroup_bpf_run_filter_skb(struct sock *sk, struct sk_buff *skb, enum bpf_attach_type type) __cgroup_bpf_run_filter_skb() argument
1092 __cgroup_bpf_run_filter_sk(struct sock *sk, enum bpf_attach_type type) __cgroup_bpf_run_filter_sk() argument
1116 __cgroup_bpf_run_filter_sock_addr(struct sock *sk, struct sockaddr *uaddr, enum bpf_attach_type type, void *t_ctx) __cgroup_bpf_run_filter_sock_addr() argument
1164 __cgroup_bpf_run_filter_sock_ops(struct sock *sk, struct bpf_sock_ops_kern *sock_ops, enum bpf_attach_type type) __cgroup_bpf_run_filter_sock_ops() argument
1177 __cgroup_bpf_check_dev_permission(short dev_type, u32 major, u32 minor, short access, enum bpf_attach_type type) __cgroup_bpf_check_dev_permission() argument
1220 cgroup_dev_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) cgroup_dev_is_valid_access() argument
1279 __cgroup_bpf_run_filter_sysctl(struct ctl_table_header *head, struct ctl_table *table, int write, char **buf, size_t *pcount, loff_t *ppos, enum bpf_attach_type type) __cgroup_bpf_run_filter_sysctl() argument
1766 sysctl_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sysctl_is_valid_access() argument
1793 sysctl_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sysctl_convert_ctx_access() argument
1883 cg_sockopt_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) cg_sockopt_is_valid_access() argument
1950 cg_sockopt_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) cg_sockopt_convert_ctx_access() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dfork.c1691 enum pid_type type; in init_task_pid_links() local
1699 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid() argument
2435 enum pid_type type; in init_idle_pids() local
[all...]
/kernel/linux/linux-5.10/kernel/dma/
H A Ddebug.c71 int type; member
[all...]

Completed in 54 milliseconds

1...<<791792793794795796797798799800>>...996