/linux-5.10/kernel/bpf/ |
D | inode.c | 32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() 52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() 70 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj() 130 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type() 438 enum bpf_type type) in bpf_obj_do_pin() 482 enum bpf_type type; in bpf_obj_pin_user() local 498 enum bpf_type *type, int flags) in bpf_obj_do_get() 531 enum bpf_type type = BPF_TYPE_UNSPEC; in bpf_obj_get_user() local 558 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode() 585 struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type) in bpf_prog_get_type_path() [all …]
|
/linux-5.10/arch/arm/mm/ |
D | highmem.c | 39 int type; in kmap_atomic_high_prot() local 79 int idx, type; in kunmap_atomic_high() local 104 int idx, type; in kmap_atomic_pfn() local
|
/linux-5.10/drivers/gpu/drm/sti/ |
D | sti_plane.c | 102 static int sti_plane_get_default_zpos(enum drm_plane_type type) in sti_plane_get_default_zpos() 122 enum drm_plane_type type) in sti_plane_attach_zorder_property() 138 enum drm_plane_type type) in sti_plane_init_property()
|
/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs.h | 166 enum iwl_table_type type; member 176 #define is_type_legacy(type) (((type) == LQ_LEGACY_G) || \ argument 178 #define is_type_ht_siso(type) ((type) == LQ_HT_SISO) argument 179 #define is_type_ht_mimo2(type) ((type) == LQ_HT_MIMO2) argument 180 #define is_type_vht_siso(type) ((type) == LQ_VHT_SISO) argument 181 #define is_type_vht_mimo2(type) ((type) == LQ_VHT_MIMO2) argument 182 #define is_type_he_siso(type) ((type) == LQ_HE_SISO) argument 183 #define is_type_he_mimo2(type) ((type) == LQ_HE_MIMO2) argument 184 #define is_type_siso(type) (is_type_ht_siso(type) || is_type_vht_siso(type) || \ argument 186 #define is_type_mimo2(type) (is_type_ht_mimo2(type) || \ argument [all …]
|
/linux-5.10/include/linux/ |
D | device_cgroup.h | 19 short type, access = 0; in devcgroup_inode_permission() local 42 short type; in devcgroup_inode_mknod() local 60 static inline int devcgroup_check_permission(short type, u32 major, u32 minor, in devcgroup_check_permission()
|
D | moduleparam.h | 126 #define module_param(name, type, perm) \ argument 135 #define module_param_unsafe(name, type, perm) \ argument 149 #define module_param_named(name, value, type, perm) \ argument 161 #define module_param_named_unsafe(name, value, type, perm) \ argument 328 #define core_param(name, var, type, perm) \ argument 339 #define core_param_unsafe(name, var, type, perm) \ argument 408 #define __param_check(name, p, type) \ argument 498 #define module_param_array(name, type, nump, perm) \ argument 512 #define module_param_array_named(name, array, type, nump, perm) \ argument 546 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument [all …]
|
/linux-5.10/arch/m68k/mm/ |
D | motorola.c | 115 #define ptable_size(type) (1U << ptable_shift[type]) argument 116 #define ptable_mask(type) ((1U << (PAGE_SIZE / ptable_size(type))) - 1) argument 118 void __init init_pointer_table(void *table, int type) in init_pointer_table() 141 void *get_pointer_table(int type) in get_pointer_table() 187 int free_pointer_table(void *table, int type) in free_pointer_table()
|
/linux-5.10/tools/testing/selftests/powerpc/mm/ |
D | stack_expansion_ldst.c | 42 … consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) in consume_stack() 114 int child(unsigned int stack_used, int delta, enum access_type type) in child() 129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() 157 static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur) in test_one_type()
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 32 u8 type; member 144 pll_map_reg(struct nvkm_bios *bios, u32 reg, u32 *type, u8 *ver, u8 *len) in pll_map_reg() 186 pll_map_type(struct nvkm_bios *bios, u8 type, u32 *reg, u8 *ver, u8 *len) in pll_map_type() 231 nvbios_pll_parse(struct nvkm_bios *bios, u32 type, struct nvbios_pll *info) in nvbios_pll_parse()
|
/linux-5.10/drivers/greybus/ |
D | operation.c | 312 size_t payload_size, u8 type) in gb_operation_message_init() 361 gb_operation_message_alloc(struct gb_host_device *hd, u8 type, in gb_operation_message_alloc() 474 u8 type; in gb_operation_response_alloc() local 519 gb_operation_create_common(struct gb_connection *connection, u8 type, in gb_operation_create_common() 576 u8 type, size_t request_size, in gb_operation_create_flags() 602 u8 type, size_t request_size, in gb_operation_create_core() 631 u8 type, void *data, size_t size) in gb_operation_create_incoming() 919 u8 type; in gb_connection_recv_request() local 1138 int gb_operation_sync_timeout(struct gb_connection *connection, int type, in gb_operation_sync_timeout() 1192 int type, void *request, in gb_operation_unidirectional_timeout()
|
/linux-5.10/include/rdma/ |
D | rdma_netlink.h | 115 const char *type; member 122 #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type) argument 123 #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type) argument
|
/linux-5.10/kernel/events/ |
D | hw_breakpoint.c | 52 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() 88 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned() 105 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 134 enum bp_type_idx type) in fetch_bp_busy_slots() 173 enum bp_type_idx type, int weight) in toggle_bp_task_slot() 191 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot() 280 enum bp_type_idx type; in __reserve_bp_slot() local 331 enum bp_type_idx type; in __release_bp_slot() local
|
/linux-5.10/security/tomoyo/ |
D | network.c | 286 u8 type; in tomoyo_write_inet_network() local 331 u8 type; in tomoyo_write_unix_network() local 472 const u8 type = tomoyo_inet2mac[address->protocol][address->operation]; in tomoyo_inet_entry() local 549 const u8 type = tomoyo_unix2mac[address->protocol][address->operation]; in tomoyo_unix_entry() local 654 const unsigned int type = sock->type; in tomoyo_socket_listen_permission() local 691 const unsigned int type = sock->type; in tomoyo_socket_connect_permission() local 728 const unsigned int type = sock->type; in tomoyo_socket_bind_permission() local 763 const unsigned int type = sock->type; in tomoyo_socket_sendmsg_permission() local
|
/linux-5.10/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 168 static void ivtv_stream_init(struct ivtv *itv, int type) in ivtv_stream_init() 198 static int ivtv_prep_dev(struct ivtv *itv, int type) in ivtv_prep_dev() 261 int type; in ivtv_streams_setup() local 284 static int ivtv_reg_dev(struct ivtv *itv, int type) in ivtv_reg_dev() 344 int type; in ivtv_streams_register() local 362 int type; in ivtv_streams_cleanup() local
|
/linux-5.10/include/trace/events/ |
D | btrfs.h | 34 #define show_ref_type(type) \ argument 262 #define __show_map_type(type) \ argument 269 #define show_map_type(type) \ argument 957 #define show_chunk_type(type) \ argument
|
/linux-5.10/arch/x86/include/asm/ |
D | hypervisor.h | 49 enum x86_hypervisor_type type; member 72 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type() 78 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
|
/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | sk_assign.c | 61 start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server() 85 connect_to_server(const struct sockaddr *addr, socklen_t len, int type) in connect_to_server() 130 rcv_msg(int srv_client, int type) in rcv_msg() 144 run_test(int server_fd, const struct sockaddr *addr, socklen_t len, int type) in run_test() 239 int type; member
|
/linux-5.10/drivers/media/tuners/ |
D | tuner-xc2028.c | 77 unsigned int type; member 85 unsigned int type; member 176 static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) in dump_firm_type_and_int_freq() 345 __u32 type, size; in load_all_firmwares() local 431 static int seek_firmware(struct dvb_frontend *fe, unsigned int type, in seek_firmware() 542 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() 653 static int load_scode(struct dvb_frontend *fe, unsigned int type, in load_scode() 717 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() 1010 unsigned int type, in generic_set_freq() 1161 unsigned int type=0; in xc2028_set_analog_freq() local [all …]
|
/linux-5.10/fs/btrfs/ |
D | acl.c | 19 struct posix_acl *btrfs_get_acl(struct inode *inode, int type) in btrfs_get_acl() 56 struct inode *inode, struct posix_acl *acl, int type) in __btrfs_set_acl() 110 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl()
|
/linux-5.10/fs/orangefs/ |
D | acl.c | 13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type) in orangefs_get_acl() 65 int type) in __orangefs_set_acl() 119 int orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in orangefs_set_acl()
|
/linux-5.10/drivers/iio/adc/ |
D | xilinx-xadc-events.c | 114 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_read_event_config() 123 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_write_event_config() 162 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_read_event_value() 186 const struct iio_chan_spec *chan, enum iio_event_type type, in xadc_write_event_value()
|
/linux-5.10/drivers/acpi/ |
D | event.c | 25 int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data) in acpi_notifier_call_chain() 55 u32 type; member 94 u8 type, int data) in acpi_bus_generate_netlink_event() 153 u8 type, int data) in acpi_bus_generate_netlink_event()
|
/linux-5.10/fs/ocfs2/dlm/ |
D | dlmconvert.c | 63 struct dlm_lock *lock, int flags, int type) in dlmconvert_master() 107 int type, int *call_ast, in __dlmconvert_master() 253 struct dlm_lock *lock, int flags, int type) in dlmconvert_remote() 357 struct dlm_lock *lock, int flags, int type) in dlm_send_remote_convert_request()
|
/linux-5.10/scripts/gcc-plugins/ |
D | structleak_plugin.c | 83 static bool is_userspace_type(tree type) in is_userspace_type() 103 tree type = (tree)event_data; in finish_type() local 126 tree type; in initialize() local 191 tree type = TREE_TYPE(var); in structleak_execute() local
|
/linux-5.10/fs/jfs/ |
D | acl.c | 17 struct posix_acl *jfs_get_acl(struct inode *inode, int type) in jfs_get_acl() 56 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl() 94 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jfs_set_acl()
|