/Linux-v4.19/kernel/trace/ |
D | trace_export.c | 19 enum trace_reg type, void *data) in ftrace_event_register() 39 #define __field_struct(type, item) argument 42 #define __field(type, item) type item; argument 45 #define __field_desc(type, container, item) type item; argument 48 #define __array(type, item, size) type item[size]; argument 51 #define __array_desc(type, container, item, size) type item[size]; argument 54 #define __dynamic_array(type, item) type item[]; argument 83 #define __field(type, item) \ argument 92 #define __field_desc(type, container, item) \ argument 102 #define __array(type, item, len) \ argument [all …]
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 53 #define show_block_type(type) \ argument 100 #define show_data_type(type) \ argument 110 #define show_file_type(type) \ argument 115 #define show_gc_type(type) \ argument 120 #define show_alloc_mode(type) \ argument 125 #define show_victim_policy(type) \ argument 130 #define show_cpreason(type) \ argument 140 #define show_fsync_cpreason(type) \ argument
|
D | btrfs.h | 39 #define show_ref_type(type) \ argument 68 #define show_fi_type(type) \ argument 74 #define show_qgroup_rsv_type(type) \ argument 188 #define __show_map_type(type) \ argument 195 #define show_map_type(type) \ argument 886 #define show_chunk_type(type) \ argument
|
/Linux-v4.19/arch/s390/hypfs/ |
D | hypfs_diag.c | 47 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size() 55 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar() 63 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags() 71 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus() 81 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size() 89 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus() 97 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name() 113 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size() 121 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx() 129 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr() [all …]
|
/Linux-v4.19/net/sctp/ |
D | sm_statefuns.c | 226 const union sctp_subtype type, in sctp_sf_do_4_C() 311 const union sctp_subtype type, in sctp_sf_do_5_1B_init() 510 const union sctp_subtype type, in sctp_sf_do_5_1C_ack() 692 const union sctp_subtype type, in sctp_sf_do_5_1D_ce() 906 const union sctp_subtype type, in sctp_sf_do_5_1E_ca() 997 const union sctp_subtype type, in sctp_sf_heartbeat() 1023 const union sctp_subtype type, in sctp_sf_sendbeat_8_3() 1071 const union sctp_subtype type, in sctp_sf_send_reconf() 1123 const union sctp_subtype type, in sctp_sf_beat_8_3() 1197 const union sctp_subtype type, in sctp_sf_backbeat_8_3() [all …]
|
/Linux-v4.19/fs/quota/ |
D | quota.c | 23 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 52 int type = *(int *)arg; in quota_sync_one() local 59 static int quota_sync_all(int type) in quota_sync_all() 71 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag() 84 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon() 96 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff() 105 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt() 117 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo() 145 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo() 199 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() [all …]
|
/Linux-v4.19/drivers/vfio/mdev/ |
D | mdev_sysfs.c | 28 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local 41 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local 84 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local 98 struct mdev_type *type; in add_mdev_supported_type() local 151 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type() 166 struct mdev_type *type; in add_mdev_supported_type_groups() local 188 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local 256 int mdev_create_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_create_sysfs_files() 281 void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_remove_sysfs_files()
|
/Linux-v4.19/crypto/ |
D | api.c | 60 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup() 110 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() 130 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add() 196 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup() 220 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup() 264 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup() 297 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops() 321 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local 327 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 360 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() [all …]
|
/Linux-v4.19/include/linux/ |
D | quotaops.h | 75 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 111 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 120 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 126 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 132 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 144 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 155 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() 169 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 174 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 179 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() [all …]
|
D | elfnote.h | 42 #define ELFNOTE_START(name, type, flags) \ argument 56 #define ELFNOTE(name, type, desc) \ argument 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 92 #define ELFNOTE(size, name, type, desc) \ argument 95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
D | percpu-defs.h | 85 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 89 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 112 #define DECLARE_PER_CPU(type, name) \ argument 115 #define DEFINE_PER_CPU(type, name) \ argument 122 #define DECLARE_PER_CPU_FIRST(type, name) \ argument 125 #define DEFINE_PER_CPU_FIRST(type, name) \ argument 139 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument 143 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument [all …]
|
/Linux-v4.19/kernel/ |
D | pid.c | 162 enum pid_type type; in alloc_pid() local 268 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr() 278 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 284 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 303 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 308 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 317 enum pid_type type) in transfer_pid() 324 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 366 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 376 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() [all …]
|
/Linux-v4.19/drivers/md/ |
D | dm-exception-store.c | 24 struct dm_exception_store_type *type; in __find_exception_store_type() local 35 struct dm_exception_store_type *type; in _get_exception_store_type() local 75 struct dm_exception_store_type *type; in get_type() local 103 static void put_type(struct dm_exception_store_type *type) in put_type() 110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register() 125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister() 197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | ioctl.h | 69 #define _IOC(dir,type,nr,size) \ argument 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/Linux-v4.19/drivers/platform/x86/ |
D | intel_punit_ipc.c | 49 IPC_TYPE type; member 54 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status() 59 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd() 64 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low() 69 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high() 74 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low() 79 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high() 104 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status() 149 IPC_TYPE type; in intel_punit_ipc_simple_command() local 184 IPC_TYPE type; in intel_punit_ipc_command() local
|
/Linux-v4.19/kernel/bpf/ |
D | cgroup.c | 28 unsigned int type; in cgroup_bpf_put() local 67 enum bpf_attach_type type, in hierarchy_allows_attach() 97 enum bpf_attach_type type, in compute_effective_progs() 138 enum bpf_attach_type type, in activate_effective_progs() 181 enum bpf_attach_type type) in update_effective_progs() 231 enum bpf_attach_type type, u32 flags) in __cgroup_bpf_attach() 339 enum bpf_attach_type type, u32 unused_flags) in __cgroup_bpf_detach() 410 enum bpf_attach_type type = attr->query.attach_type; in __cgroup_bpf_query() local 522 enum bpf_attach_type type) in __cgroup_bpf_run_filter_skb() 561 enum bpf_attach_type type) in __cgroup_bpf_run_filter_sk() [all …]
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.c | 38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument 39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument 43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument 49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument 66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument 86 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument 133 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument 157 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument 159 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
|
/Linux-v4.19/include/uapi/linux/ |
D | cryptouser.h | 69 char type[CRYPTO_MAX_NAME]; member 73 char type[CRYPTO_MAX_NAME]; member 79 char type[CRYPTO_MAX_NAME]; member 86 char type[CRYPTO_MAX_NAME]; member 95 char type[CRYPTO_MAX_NAME]; member 103 char type[CRYPTO_MAX_NAME]; member 107 char type[CRYPTO_MAX_NAME]; member 112 char type[CRYPTO_MAX_NAME]; member 116 char type[CRYPTO_MAX_NAME]; member 120 char type[CRYPTO_MAX_NAME]; member
|
/Linux-v4.19/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 33 int type; member 349 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 350 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj() 412 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 413 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target() 437 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 438 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator() 463 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet() 464 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet() 489 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl() [all …]
|
/Linux-v4.19/include/trace/ |
D | trace_events.h | 84 #define __field(type, item) type item; argument 87 #define __field_ext(type, item, filter_type) type item; argument 90 #define __field_struct(type, item) type item; argument 93 #define __field_struct_ext(type, item, filter_type) type item; argument 96 #define __array(type, item, len) type item[len]; argument 99 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument 179 #define __field(type, item) argument 182 #define __field_ext(type, item, filter_type) argument 185 #define __field_struct(type, item) argument 188 #define __field_struct_ext(type, item, filter_type) argument [all …]
|
/Linux-v4.19/fs/ocfs2/ |
D | quota_global.c | 167 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data, in ocfs2_quota_read() 216 ssize_t ocfs2_quota_write(struct super_block *sb, int type, in ocfs2_quota_write() 338 int ocfs2_global_read_info(struct super_block *sb, int type) in ocfs2_global_read_info() 417 static int __ocfs2_global_write_info(struct super_block *sb, int type) in __ocfs2_global_write_info() 445 int ocfs2_global_write_info(struct super_block *sb, int type) in ocfs2_global_write_info() 462 static int ocfs2_global_qinit_alloc(struct super_block *sb, int type) in ocfs2_global_qinit_alloc() 473 static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type) in ocfs2_calc_global_qinit_credits() 488 int type = dquot->dq_id.type; in __ocfs2_sync_dquot() local 597 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 683 static int ocfs2_calc_qdel_credits(struct super_block *sb, int type) in ocfs2_calc_qdel_credits() [all …]
|
/Linux-v4.19/arch/mips/kernel/ |
D | unaligned.c | 111 #define _LoadHW(addr, value, res, type) \ argument 134 #define _LoadW(addr, value, res, type) \ argument 156 #define _LoadW(addr, value, res, type) \ argument 191 #define _LoadHWU(addr, value, res, type) \ argument 216 #define _LoadWU(addr, value, res, type) \ argument 260 #define _LoadWU(addr, value, res, type) \ argument 345 #define _StoreHW(addr, value, res, type) \ argument 369 #define _StoreW(addr, value, res, type) \ argument 411 #define _StoreW(addr, value, res, type) \ argument 490 #define _LoadHW(addr, value, res, type) \ argument [all …]
|
/Linux-v4.19/arch/arm64/kernel/ |
D | insn.c | 239 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask() 304 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate() 328 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate() 362 u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type, in aarch64_insn_decode_register() 391 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register() 433 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size() 483 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm() 516 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm() 585 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg() 611 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg() [all …]
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ag_resv.c | 77 enum xfs_ag_resv_type type) in xfs_ag_resv_critical() 111 enum xfs_ag_resv_type type) in xfs_ag_resv_needed() 137 enum xfs_ag_resv_type type) in __xfs_ag_resv_free() 186 enum xfs_ag_resv_type type, in __xfs_ag_resv_init() 329 enum xfs_ag_resv_type type, in xfs_ag_resv_alloc_extent() 371 enum xfs_ag_resv_type type, in xfs_ag_resv_free_extent()
|
/Linux-v4.19/fs/gfs2/ |
D | acl.c | 31 static const char *gfs2_acl_name(int type) in gfs2_acl_name() 42 static struct posix_acl *__gfs2_get_acl(struct inode *inode, int type) in __gfs2_get_acl() 62 struct posix_acl *gfs2_get_acl(struct inode *inode, int type) in gfs2_get_acl() 82 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __gfs2_set_acl() 111 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in gfs2_set_acl()
|