Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 4681) sorted by relevance

12345678910>>...188

/linux-6.3-rc2/include/rv/
A Dda_monitor.h20 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
46 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
66 #define DECLARE_DA_MON_GENERIC_HELPERS(name, type) \ argument
153 #define DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type) \ argument
184 #define DECLARE_DA_MON_MODEL_HANDLER_PER_TASK(name, type) \ argument
217 #define DECLARE_DA_MON_INIT_GLOBAL(name, type) \ argument
260 #define DECLARE_DA_MON_INIT_PER_CPU(name, type) \ argument
308 #define DECLARE_DA_MON_INIT_PER_TASK(name, type) \ argument
516 #define DECLARE_DA_MON_GLOBAL(name, type) \ argument
527 #define DECLARE_DA_MON_PER_CPU(name, type) \ argument
[all …]
/linux-6.3-rc2/include/trace/events/
A Df2fs.h54 #define show_block_type(type) \ argument
87 #define show_data_type(type) \ argument
97 #define show_file_type(type) \ argument
102 #define show_gc_type(type) \ argument
107 #define show_alloc_mode(type) \ argument
113 #define show_victim_policy(type) \ argument
119 #define show_cpreason(type) \ argument
130 #define show_fsync_cpreason(type) \ argument
144 #define show_shutdown_mode(type) \ argument
152 #define show_compress_algorithm(type) \ argument
[all …]
/linux-6.3-rc2/kernel/bpf/
A Dnet_namespace.c14 enum bpf_attach_type type; member
57 enum netns_bpf_attach_type type) in netns_bpf_run_array_detach()
249 enum netns_bpf_attach_type type) in __netns_bpf_prog_query()
274 enum netns_bpf_attach_type type; in netns_bpf_prog_query() local
300 enum netns_bpf_attach_type type; in netns_bpf_prog_attach() local
365 enum netns_bpf_attach_type type, in __netns_bpf_prog_detach()
385 enum netns_bpf_attach_type type; in netns_bpf_prog_detach() local
422 enum netns_bpf_attach_type type) in netns_bpf_link_attach()
482 enum bpf_attach_type type; in netns_bpf_link_create() local
531 int type; in netns_bpf_pernet_init() local
[all …]
/linux-6.3-rc2/net/sctp/
A Dsm_statefuns.c519 const union sctp_subtype type, in sctp_sf_do_5_1C_ack()
701 const union sctp_subtype type, in sctp_sf_do_5_1D_ce()
923 const union sctp_subtype type, in sctp_sf_do_5_1E_ca()
1016 const union sctp_subtype type, in sctp_sf_heartbeat()
1515 const union sctp_subtype type, in sctp_sf_do_unexpected_init()
1734 const union sctp_subtype type, in sctp_sf_do_5_2_1_siminit()
1789 const union sctp_subtype type, in sctp_sf_do_5_2_2_dupinit()
1813 const union sctp_subtype type, in sctp_sf_do_5_2_3_initack()
2202 const union sctp_subtype type, in sctp_sf_do_5_2_4_dupcook()
2329 const union sctp_subtype type, in sctp_sf_shutdown_pending_abort()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_btf.h24 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ argument
36 #define BTF_VAR_ENC(name, type, linkage) \ argument
38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ argument
41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument
48 #define BTF_TYPEDEF_ENC(name, type) \ argument
51 #define BTF_PTR_ENC(type) \ argument
54 #define BTF_CONST_ENC(type) \ argument
57 #define BTF_VOLATILE_ENC(type) \ argument
60 #define BTF_RESTRICT_ENC(type) \ argument
66 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ argument
[all …]
/linux-6.3-rc2/arch/s390/hypfs/
A Dhypfs_diag.c47 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()
73 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size()
81 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus()
105 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size()
113 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx()
155 static inline int phys_hdr__size(enum diag204_format type) in phys_hdr__size()
163 static inline __u8 phys_hdr__cpus(enum diag204_format type, void *hdr) in phys_hdr__cpus()
173 static inline int phys_cpu__size(enum diag204_format type) in phys_cpu__size()
[all …]
/linux-6.3-rc2/kernel/sched/
A Disolation.c33 bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
39 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
56 const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
65 void housekeeping_affine(struct task_struct *t, enum hk_type type) in housekeeping_affine()
73 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
84 enum hk_type type; in housekeeping_init() local
100 static void __init housekeeping_setup_type(enum hk_type type, in housekeeping_setup_type()
143 enum hk_type type; in housekeeping_setup() local
149 enum hk_type type; in housekeeping_setup() local
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_queue.h70 enum queue_type type; member
101 enum queue_type type) in queue_get_producer()
128 enum queue_type type) in queue_get_consumer()
154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty()
162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full()
171 enum queue_type type) in queue_count()
180 enum queue_type type) in queue_advance_producer()
216 enum queue_type type) in queue_advance_consumer()
251 enum queue_type type) in queue_producer_addr()
259 enum queue_type type) in queue_consumer_addr()
[all …]
/linux-6.3-rc2/kernel/trace/
A Dtrace_export.c19 enum trace_reg type, void *data) in ftrace_event_register()
37 #define __field_struct(type, item) argument
40 #define __field(type, item) type item; argument
43 #define __field_fn(type, item) type item; argument
58 #define __dynamic_array(type, item) type item[]; argument
138 #define __field(type, item) argument
141 #define __field_fn(type, item) argument
144 #define __field_desc(type, container, item) argument
147 #define __field_packed(type, container, item) argument
150 #define __array(type, item, len) argument
[all …]
/linux-6.3-rc2/arch/arm64/lib/
A Dinsn.c262 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm()
354 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg()
380 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg()
411 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_imm()
541 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_ex()
727 enum aarch64_insn_adsb_type type) in aarch64_insn_gen_add_sub_imm()
900 enum aarch64_insn_adsb_type type) in aarch64_insn_gen_add_sub_shifted_reg()
956 enum aarch64_insn_data1_type type) in aarch64_insn_gen_data1()
1000 enum aarch64_insn_data2_type type) in aarch64_insn_gen_data2()
1051 enum aarch64_insn_data3_type type) in aarch64_insn_gen_data3()
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dunaligned-emul.h8 #define _LoadHW(addr, value, res, type) \ argument
31 #define _LoadW(addr, value, res, type) \ argument
53 #define _LoadW(addr, value, res, type) \ argument
88 #define _LoadHWU(addr, value, res, type) \ argument
113 #define _LoadWU(addr, value, res, type) \ argument
157 #define _LoadWU(addr, value, res, type) \ argument
242 #define _StoreHW(addr, value, res, type) \ argument
266 #define _StoreW(addr, value, res, type) \ argument
307 #define _StoreW(addr, value, res, type) \ argument
431 #define _LoadW(addr, value, res, type) \ argument
[all …]
/linux-6.3-rc2/fs/quota/
A Dquota.c56 int type = *(int *)arg; in quota_sync_one() local
63 static int quota_sync_all(int type) in quota_sync_all()
73 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag()
86 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
98 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
201 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
354 static int quota_getstate(struct super_block *sb, int type, in quota_getstate()
452 static int quota_getstatev(struct super_block *sb, int type, in quota_getstatev()
671 int type, qid_t id) in copy_to_xfs_dqblk()
919 uint cmds, type; in SYSCALL_DEFINE4() local
[all …]
/linux-6.3-rc2/fs/cifs/
A Dcifs_debug.h62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument
74 #define cifs_dbg(type, fmt, ...) \ argument
82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ argument
99 #define cifs_server_dbg(type, fmt, ...) \ argument
108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument
123 #define cifs_tcon_dbg(type, fmt, ...) \ argument
137 #define cifs_dbg(type, fmt, ...) \ argument
143 #define cifs_server_dbg(type, fmt, ...) \ argument
150 #define cifs_tcon_dbg(type, fmt, ...) \ argument
/linux-6.3-rc2/include/linux/
A Dquotaops.h83 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
166 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
190 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
201 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
211 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
273 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
279 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
284 static inline int dquot_resume(struct super_block *sb, int type) in dquot_resume()
[all …]
A Delfnote.h42 #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
/linux-6.3-rc2/crypto/
A Dapi.c56 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
106 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
126 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
234 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
271 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
348 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
359 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
398 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
535 u32 type, u32 mask) in crypto_find_alg()
572 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_mdb.c91 enum macaccess_entry_type type) in lan966x_mdb_encode_mac()
107 enum macaccess_entry_type type) in lan966x_mdb_ip_add()
142 enum macaccess_entry_type type) in lan966x_mdb_ip_del()
250 enum macaccess_entry_type type) in lan966x_mdb_l2_add()
368 enum macaccess_entry_type type; in lan966x_handle_port_mdb_add() local
385 enum macaccess_entry_type type; in lan966x_handle_port_mdb_del() local
400 enum macaccess_entry_type type) in lan966x_mdb_ip_cpu_copy()
439 enum macaccess_entry_type type; in lan966x_mdb_write_entries() local
494 enum macaccess_entry_type type; in lan966x_mdb_erase_entries() local
511 enum macaccess_entry_type type; in lan966x_mdb_clear_entries() local
[all …]
/linux-6.3-rc2/arch/loongarch/kernel/
A Dmodule.c47 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_none()
53 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_error()
60 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32()
67 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64()
74 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_pcrel()
80 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_absolute()
86 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_dup()
106 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_plt_pcrel()
120 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop()
166 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_imm_field()
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dcryptouser.h83 char type[CRYPTO_MAX_NAME]; member
92 char type[CRYPTO_MAX_NAME]; member
103 char type[CRYPTO_MAX_NAME]; member
112 char type[CRYPTO_MAX_NAME]; member
121 char type[CRYPTO_MAX_NAME]; member
128 char type[CRYPTO_MAX_NAME]; member
136 char type[CRYPTO_MAX_NAME]; member
144 char type[CRYPTO_MAX_NAME]; member
148 char type[CRYPTO_MAX_NAME]; member
152 char type[CRYPTO_MAX_NAME]; member
[all …]
/linux-6.3-rc2/include/net/
A Dnet_debug.h96 #define netif_emerg(priv, type, dev, fmt, args...) \ argument
98 #define netif_alert(priv, type, dev, fmt, args...) \ argument
100 #define netif_crit(priv, type, dev, fmt, args...) \ argument
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
104 #define netif_warn(priv, type, dev, fmt, args...) \ argument
106 #define netif_notice(priv, type, dev, fmt, args...) \ argument
108 #define netif_info(priv, type, dev, fmt, args...) \ argument
113 #define netif_dbg(priv, type, netdev, format, args...) \ argument
119 #define netif_dbg(priv, type, dev, format, args...) \ argument
122 #define netif_dbg(priv, type, dev, format, args...) \ argument
[all …]
/linux-6.3-rc2/drivers/platform/x86/intel/
A Dpunit_ipc.c46 IPC_TYPE type; member
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status()
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd()
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low()
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high()
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low()
76 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high()
101 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status()
146 IPC_TYPE type; in intel_punit_ipc_simple_command() local
181 IPC_TYPE type; in intel_punit_ipc_command() local
/linux-6.3-rc2/include/uapi/asm-generic/
A Dioctl.h69 #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-6.3-rc2/drivers/md/
A Ddm-exception-store.c25 struct dm_exception_store_type *type; in __find_exception_store_type() local
36 struct dm_exception_store_type *type; in _get_exception_store_type() local
76 struct dm_exception_store_type *type; in get_type() local
104 static void put_type(struct dm_exception_store_type *type) in put_type()
111 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
126 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
198 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/linux-6.3-rc2/drivers/hwmon/
A Dbt1-pvt.c280 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
285 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
290 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
310 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
371 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
442 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
447 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
452 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
508 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
563 enum hwmon_sensor_types type, in pvt_hwmon_is_visible()
[all …]
/linux-6.3-rc2/drivers/scsi/
A Discsi_boot_sysfs.c25 int type; member
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj()
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target()
429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
430 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator()
455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet()
456 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl()
[all …]

Completed in 76 milliseconds

12345678910>>...188