Home
last modified time | relevance | path

Searched +defs:type +defs:check (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.14.4/fs/btrfs/tests/
Ddelayed-refs-tests.c28 u8 type; member
35 static enum btrfs_ref_type ref_type_from_disk_ref_type(u8 type) in ref_type_from_disk_ref_type()
71 struct ref_head_check *check) in validate_ref_head()
107 struct ref_node_check *check) in validate_ref_node()
338 enum btrfs_ref_type type) in merge_tests()
/linux-6.14.4/include/drm/
Ddrm_simple_kms_helper.h91 int (*check)(struct drm_simple_display_pipe *pipe, member
284 #define drmm_simple_encoder_alloc(dev, type, member, encoder_type) \ argument
/linux-6.14.4/fs/btrfs/
Dprint-tree.c93 static void print_extent_item(const struct extent_buffer *eb, int slot, int type) in print_extent_item()
234 u32 type, nr; in btrfs_print_leaf() local
421 struct btrfs_tree_parent_check check = { in btrfs_print_tree() local
Ddisk-io.c216 const struct btrfs_tree_parent_check *check) in btrfs_read_extent_buffer()
361 const struct btrfs_tree_parent_check *check) in btrfs_validate_extent_buffer()
625 struct btrfs_tree_parent_check *check) in read_tree_block()
1030 struct btrfs_tree_parent_check check = { 0 }; in read_tree_root_path() local
2068 struct btrfs_tree_parent_check check = { 0 }; in btrfs_replay_log() local
2352 u64 type; in validate_sys_chunk_array() local
2654 struct btrfs_tree_parent_check check = { in load_super_root() local
Dqgroup.c70 static const char *qgroup_rsv_type_str(enum btrfs_qgroup_rsv_type type) in qgroup_rsv_type_str()
84 enum btrfs_qgroup_rsv_type type) in qgroup_rsv_add()
92 enum btrfs_qgroup_rsv_type type) in qgroup_rsv_release()
2641 struct btrfs_tree_parent_check check = { in btrfs_qgroup_trace_subtree() local
3584 enum btrfs_qgroup_rsv_type type) in qgroup_reserve()
3647 enum btrfs_qgroup_rsv_type type) in btrfs_qgroup_free_refroot()
4425 enum btrfs_qgroup_rsv_type type) in add_root_meta_rsv()
4442 enum btrfs_qgroup_rsv_type type) in sub_root_meta_rsv()
4465 enum btrfs_qgroup_rsv_type type, bool enforce) in btrfs_qgroup_reserve_meta()
4492 enum btrfs_qgroup_rsv_type type, bool enforce, in __btrfs_qgroup_reserve_meta()
[all …]
Dbackref.c484 u8 type; in add_all_parents() local
845 struct btrfs_tree_parent_check check = { 0 }; in add_missing_keys() local
1060 int type; in add_inline_refs() local
1606 struct btrfs_tree_parent_check check = { 0 }; in find_parent_nodes() local
2340 int type; in tree_backref_for_extent() local
2982 int type; in btrfs_backref_iter_next() local
3493 int type; in btrfs_backref_add_tree_node() local
Dtree-checker.c689 u64 type; in check_block_group_item() local
828 u64 type; in btrfs_check_chunk_valid() local
2224 const struct btrfs_tree_parent_check *check) in btrfs_verify_level_key()
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_protocol_type.h133 enum ice_protocol_type type; member
153 __be16 type; member
165 __be16 check; member
183 __be32 check; member
190 __be16 check; member
/linux-6.14.4/kernel/events/
Dhw_breakpoint.c62 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info()
172 static inline int hw_breakpoint_slots_cached(int type) { return hw_breakpoint_slots(type); } in hw_breakpoint_slots_cached()
180 static inline int hw_breakpoint_slots_cached(int type) in hw_breakpoint_slots_cached()
186 bp_slots_histogram_alloc(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_alloc()
249 bp_slots_histogram_max(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_max()
266 enum bp_type_idx type) in bp_slots_histogram_max_merge()
302 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned()
322 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned()
370 max_bp_pinned_slots(struct perf_event *bp, enum bp_type_idx type) in max_bp_pinned_slots()
409 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, int weight) in toggle_bp_slot()
[all …]
/linux-6.14.4/drivers/net/wireless/broadcom/b43/
Dtables_nphy.c3277 #define check(table, size) \ in assert_ntab_array_sizes() macro
3312 u32 type, value; in b43_ntab_read() local
3343 u32 type; in b43_ntab_read_bulk() local
3384 u32 type; in b43_ntab_write() local
3418 u32 type, value; in b43_ntab_write_bulk() local
/linux-6.14.4/tools/perf/util/
Dsymbol-minimal.c19 u8 *check = (u8 *)&data; in check_need_swap() local
259 enum dso_binary_type type) in symsrc__init()
/linux-6.14.4/lib/
Drbtree_test.c9 #define __param(type, name, init, msg) \ argument
191 static void check(int nr_nodes) in check() function
/linux-6.14.4/include/linux/
Dkey.h129 struct key_type *type; member
177 key_restrict_link_func_t check; member
251 struct key_type *type; /* type of key */ member
347 static inline struct key *request_key(struct key_type *type, in request_key()
370 #define request_key_net(type, description, net, callout_info) \ argument
382 #define request_key_net_rcu(type, description, net) \ argument
Dmemstick.h47 unsigned char type; member
216 unsigned char type; member
259 int (*check)(struct memstick_dev *card); member
/linux-6.14.4/scripts/gendwarfksyms/
Dgendwarfksyms.h75 #define check(expr) __check(expr, __res) macro
156 enum die_fragment_type type; member
/linux-6.14.4/drivers/net/phy/
Dsfp.c236 const struct sff_data *type; member
885 u8 *p, check; in sfp_check() local
896 enum hwmon_sensor_types type, in sfp_hwmon_is_visible()
1452 static int sfp_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in sfp_hwmon_read()
1484 enum hwmon_sensor_types type, in sfp_hwmon_read_string()
2148 u8 check; in sfp_cotsworks_fixup_check() local
2201 u8 check; in sfp_sm_mod_probe() local
/linux-6.14.4/security/keys/
Dkeyring.c168 unsigned long hash, type; in hash_key_type_and_desc() local
555 const struct key_type *type, in restrict_link_reject()
941 struct key_type *type, in keyring_search()
977 key_restrict_link_func_t check) in keyring_restriction_alloc()
1024 int keyring_restrict(key_ref_t keyring_ref, const char *type, in keyring_restrict()
/linux-6.14.4/drivers/net/wireless/realtek/rtw88/
Dwow.c315 u8 check; in rtw_wow_check_fw_status() local
503 static int rtw_wow_swap_fw(struct rtw_dev *rtwdev, enum rtw_fw_type type) in rtw_wow_swap_fw()
/linux-6.14.4/drivers/staging/media/av7110/
Dav7110_av.c435 unsigned long count, int nonblock, int type) in ts_play()
473 unsigned long count, int nonblock, int type) in dvb_play()
507 unsigned long count, int nonblock, int type) in dvb_play_kernel()
538 unsigned long count, int nonblock, int type) in dvb_aplay()
640 int check, rest; in av7110_p2t_write() local
813 static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len) in write_ts_to_decoder()
1099 __s32 type; member
/linux-6.14.4/drivers/usb/host/
Dr8a66597-hcd.c697 static u16 get_r8a66597_type(__u8 type) in get_r8a66597_type()
1497 u16 check; in irq_pipe_ready() local
1532 u16 check; in irq_pipe_empty() local
1569 u16 check; in irq_pipe_nrdy() local
/linux-6.14.4/include/rdma/
Dib_pack.h213 __be16 type; member
225 __sum16 check; member
239 __be16 type; member
/linux-6.14.4/tools/perf/tests/
Dparse-events.c39 __u32 type = evsel->core.attr.type; in test_config() local
1864 int (*check)(struct evlist *evlist); member
2449 int (*check)(struct parse_events_terms *terms); member
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c17 #define VERIFY_TYPE(type, func) ({ \ argument
62 static inline int check(struct bpf_map *indirect, struct bpf_map *direct, in check() function
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_rmap.c2747 enum xfs_rmap_intent_type type, in __xfs_rmap_add()
2774 enum xfs_rmap_intent_type type = XFS_RMAP_MAP; in xfs_rmap_map_extent() local
2794 enum xfs_rmap_intent_type type = XFS_RMAP_UNMAP; in xfs_rmap_unmap_extent() local
2820 enum xfs_rmap_intent_type type = XFS_RMAP_CONVERT; in xfs_rmap_convert_extent() local
2994 struct xfs_rmap_irec check = *rec; in xfs_rmap_count_owners_helper() local
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Dmac_be.c531 static u8 fwdl_get_status_be(struct rtw89_dev *rtwdev, enum rtw89_fwdl_check_type type) in fwdl_get_status_be()
569 u32 check = h2c_or_fwdl ? B_BE_H2C_PATH_RDY : B_BE_DLFW_PATH_RDY; in rtw89_fwdl_check_path_ready_be() local
896 enum rtw89_machdr_frame_type type, in rtw89_mac_typ_fltr_opt_be()
1152 enum rtw89_mac_dle_rsvd_qt_type type; in resp_pktctl_init_be() local
1460 enum rtw89_mac_dle_ctrl_type type, in dle_upd_qta_aval_page_be()

12