/linux-6.14.4/fs/xfs/scrub/ |
D | btree.c | 29 int level, in __xchk_btree_process_error() 65 int level, in xchk_btree_process_error() 76 int level, in xchk_btree_xref_process_error() 88 int level, in __xchk_btree_set_corrupt() 106 int level) in xchk_btree_set_corrupt() 116 int level) in xchk_btree_xref_set_corrupt() 126 int level) in xchk_btree_set_preen() 188 int level) in xchk_btree_key() 236 int level, in xchk_btree_ptr_ok() 257 int level, in xchk_btree_block_check_sibling() [all …]
|
D | dabtree.c | 32 int level, in xchk_da_process_error() 69 int level) in xchk_da_set_corrupt() 85 int level) in xchk_da_set_preen() 100 int level) in xchk_da_btree_node_entry() 115 int level, in xchk_da_btree_hash() 147 int level, in xchk_da_btree_ptr_ok() 235 int level, in xchk_da_btree_block_check_sibling() 295 int level, in xchk_da_btree_block_check_siblings() 330 int level, in xchk_da_btree_block() 505 int level; in xchk_da_btree() local
|
/linux-6.14.4/arch/arm/kernel/ |
D | cacheinfo.c | 19 #define CLIDR_CTYPE_SHIFT(level) (3 * (level - 1)) argument 20 #define CLIDR_CTYPE_MASK(level) (7 << CLIDR_CTYPE_SHIFT(level)) argument 21 #define CLIDR_CTYPE(clidr, level) \ argument 64 static inline enum cache_type get_cache_type(int level) in get_cache_type() 77 enum cache_type type, unsigned int level) in ci_leaf_init() 85 unsigned int ctype, level, leaves; in detect_cache_level() local 123 unsigned int level, leaves; in init_cache_level() local 151 unsigned int level, idx; in populate_cache_leaves() local
|
/linux-6.14.4/fs/nilfs2/ |
D | btree.c | 26 int level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_alloc_path() local 47 int level = NILFS_BTREE_LEVEL_DATA; in nilfs_btree_free_path() local 96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 163 int level, int nchildren, int ncmax, in nilfs_btree_node_init() 343 int level, flags, nchildren; in nilfs_btree_node_broken() local 374 int level, flags, nchildren; in nilfs_btree_root_broken() local 417 nilfs_btree_get_nonroot_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_nonroot_node() 423 nilfs_btree_get_sib_node(const struct nilfs_btree_path *path, int level) in nilfs_btree_get_sib_node() 436 int level, int *ncmaxp) in nilfs_btree_get_node() 451 struct nilfs_btree_node *node, int level) in nilfs_btree_bad_node() [all …]
|
/linux-6.14.4/tools/power/x86/intel-speed-select/ |
D | isst-display.c | 84 static void format_and_print_txt(FILE *outf, int level, char *header, in format_and_print_txt() 112 static void format_and_print(FILE *outf, int level, char *header, char *value) in format_and_print() 172 int level = 1; in print_package_info() local 210 static void _isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in _isst_pbf_display_information() 253 static void _isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in _isst_fact_display_information() 335 int level = print_package_info(id, outf); in isst_ctdp_display_core_info() local 355 static int level; in isst_ctdp_display_information() local 573 void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in isst_pbf_display_information() 583 void isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in isst_fact_display_information() 600 int level; in isst_clos_display_information() local [all …]
|
/linux-6.14.4/drivers/edac/ |
D | edac_mc.h | 48 #define edac_printk(level, prefix, fmt, arg...) \ argument 51 #define edac_mc_printk(mci, level, fmt, arg...) \ argument 54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument 57 #define edac_device_printk(ctl, level, fmt, arg...) \ argument 60 #define edac_pci_printk(ctl, level, fmt, arg...) \ argument 73 #define edac_dbg(level, fmt, ...) \ argument 82 #define edac_dbg(level, fmt, ...) \ argument
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_lmtt_2l.c | 76 static unsigned int lmtt_2l_pte_num(unsigned int level) in lmtt_2l_pte_num() 90 static unsigned int lmtt_2l_pte_size(unsigned int level) in lmtt_2l_pte_size() 102 static unsigned int lmtt_2l_pte_shift(unsigned int level) in lmtt_2l_pte_shift() 112 static unsigned int lmtt_2l_pte_index(u64 addr, unsigned int level) in lmtt_2l_pte_index() 126 static u64 lmtt_2l_pte_encode(unsigned long offset, unsigned int level) in lmtt_2l_pte_encode()
|
D | xe_lmtt_ml.c | 76 static unsigned int lmtt_ml_pte_num(unsigned int level) in lmtt_ml_pte_num() 92 static unsigned int lmtt_ml_pte_size(unsigned int level) in lmtt_ml_pte_size() 105 static unsigned int lmtt_ml_pte_shift(unsigned int level) in lmtt_ml_pte_shift() 118 static unsigned int lmtt_ml_pte_index(u64 addr, unsigned int level) in lmtt_ml_pte_index() 136 static u64 lmtt_ml_pte_encode(unsigned long offset, unsigned int level) in lmtt_ml_pte_encode()
|
D | xe_pt_walk.c | 27 static u64 xe_pt_addr_end(u64 addr, u64 end, unsigned int level, in xe_pt_addr_end() 37 unsigned int level, const struct xe_pt_walk *walk) in xe_pt_next() 73 int xe_pt_walk_range(struct xe_ptw *parent, unsigned int level, in xe_pt_walk_range() 140 int xe_pt_walk_shared(struct xe_ptw *parent, unsigned int level, in xe_pt_walk_shared()
|
/linux-6.14.4/fs/bcachefs/ |
D | btree_locking.h | 42 unsigned level) in btree_node_locked_type() 62 static inline bool btree_node_locked(struct btree_path *path, unsigned level) in btree_node_locked() 68 unsigned level, in mark_btree_node_locked_noreset() 81 unsigned level, in mark_btree_node_locked() 90 static inline enum six_lock_type __btree_lock_want(struct btree_path *path, int level) in __btree_lock_want() 98 btree_lock_want(struct btree_path *path, int level) in btree_lock_want() 110 struct btree_path *path, unsigned level) in btree_trans_lock_hold_time_update() 125 struct btree_path *path, unsigned level) in btree_node_unlock() 263 unsigned level, in btree_node_lock_increment() 282 unsigned level, in btree_node_lock() [all …]
|
D | btree_journal_iter.c | 45 enum btree_id id, unsigned level, in __bch2_journal_key_search() 68 enum btree_id id, unsigned level, in bch2_journal_key_search() 76 unsigned level, struct bpos pos, in bch2_journal_keys_peek_max() 132 unsigned level, struct bpos pos, in bch2_journal_keys_peek_prev_min() 187 unsigned level, struct bpos pos) in bch2_journal_keys_peek_slot() 251 unsigned level, struct bkey_i *k) in bch2_journal_key_insert_take() 327 unsigned level, struct bkey_i *k) in bch2_journal_key_insert() 344 unsigned level, struct bpos pos) in bch2_journal_key_delete() 355 unsigned level, struct bpos pos) in bch2_key_deleted_in_journal() 433 unsigned level, struct bpos pos) in bch2_journal_key_overwritten() [all …]
|
/linux-6.14.4/arch/arm64/kernel/ |
D | cacheinfo.c | 24 static inline enum cache_type get_cache_type(int level) in get_cache_type() 35 enum cache_type type, unsigned int level) in ci_leaf_init() 43 unsigned int ctype, level, leaves; in detect_cache_level() local 70 unsigned int level, leaves; in init_cache_level() local 101 unsigned int level, idx; in populate_cache_leaves() local
|
/linux-6.14.4/drivers/scsi/esas2r/ |
D | esas2r_log.c | 85 static const char *translate_esas2r_event_level_to_kernel(const long level) in translate_esas2r_event_level_to_kernel() 121 static int esas2r_log_master(const long level, in esas2r_log_master() 189 int esas2r_log(const long level, const char *format, ...) in esas2r_log() 214 int esas2r_log_dev(const long level, in esas2r_log_dev() 241 int esas2r_log_hexdump(const long level, in esas2r_log_hexdump()
|
/linux-6.14.4/arch/riscv/kernel/ |
D | cacheinfo.c | 27 static struct cacheinfo *get_cacheinfo(u32 level, enum cache_type type) in get_cacheinfo() 51 uintptr_t get_cache_size(u32 level, enum cache_type type) in get_cache_size() 58 uintptr_t get_cache_geometry(u32 level, enum cache_type type) in get_cache_geometry() 68 enum cache_type type, unsigned int level) in ci_leaf_init() 84 int levels = 1, level = 1; in populate_cache_leaves() local
|
/linux-6.14.4/arch/s390/include/asm/ |
D | debug.h | 35 unsigned long level : 3; member 49 int level; member 142 static inline bool debug_level_enabled(debug_info_t *id, int level) in debug_level_enabled() 160 static inline debug_entry_t *debug_event(debug_info_t *id, int level, in debug_event() 180 static inline debug_entry_t *debug_int_event(debug_info_t *id, int level, in debug_int_event() 202 static inline debug_entry_t *debug_long_event(debug_info_t *id, int level, in debug_long_event() 224 static inline debug_entry_t *debug_text_event(debug_info_t *id, int level, in debug_text_event() 284 static inline debug_entry_t *debug_exception(debug_info_t *id, int level, in debug_exception() 305 static inline debug_entry_t *debug_int_exception(debug_info_t *id, int level, in debug_int_exception() 328 static inline debug_entry_t *debug_long_exception (debug_info_t *id, int level, in debug_long_exception() [all …]
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_btree.c | 128 int level, in __xfs_btree_check_lblock_hdr() 162 int level, in __xfs_btree_check_fsblock() 202 int level, in __xfs_btree_check_memblock() 230 int level, in __xfs_btree_check_agblock() 271 int level, in __xfs_btree_check_block() 301 int level, /* level of the btree block */ in xfs_btree_check_block() 323 int level) in __xfs_btree_check_ptr() 358 int level) in xfs_btree_check_ptr() 751 int level) in xfs_btree_ptr_offset() 806 int level = xfs_btree_get_level(block); in xfs_btree_ptr_addr() local [all …]
|
D | xfs_btree_staging.c | 287 unsigned int level, in xfs_btree_bload_prep_block() 439 unsigned int level) in xfs_btree_bload_max_npb() 463 unsigned int level) in xfs_btree_bload_desired_npb() 484 unsigned int level, in xfs_btree_bload_level_geometry() 547 int level) in xfs_btree_bload_ensure_slack() 598 unsigned int level = cur->bc_nlevels - 1; in xfs_btree_bload_compute_geometry() local 690 unsigned int level = 0; in xfs_btree_bload() local
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/ |
D | ia_css_gc.host.c | 68 unsigned int level) in ia_css_gc_dump() 81 unsigned int level) in ia_css_ce_dump() 93 unsigned int level) in ia_css_gc_debug_dtrace() 103 unsigned int level) in ia_css_ce_debug_dtrace()
|
/linux-6.14.4/scripts/gdb/linux/ |
D | pgtable.py | 18 def page_mask(level=1): argument 46 def entry_va(level, phys_addr, translating_va): argument 47 def start_bit(level): argument 89 def __init__(self, address, level): argument 154 def page_size_line(ps_bit, ps, level): argument
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ |
D | ia_css_ynr.host.c | 107 unsigned int level) in ia_css_nr_dump() 127 unsigned int level) in ia_css_yee_dump() 184 unsigned int level) in ia_css_nr_debug_dtrace() 196 unsigned int level) in ia_css_ee_debug_dtrace()
|
/linux-6.14.4/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 277 char *base, int level) in decode_nul() 285 char *base, int level) in decode_bool() 296 char *base, int level) in decode_oid() 315 char *base, int level) in decode_int() 362 char *base, int level) in decode_enum() 378 char *base, int level) in decode_bitstr() 414 char *base, int level) in decode_numstr() 434 char *base, int level) in decode_octstr() 487 char *base, int level) in decode_bmpstr() 516 char *base, int level) in decode_seq() [all …]
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | i9xx_wm.c | 919 static int g4x_plane_fifo_size(enum plane_id plane_id, int level) in g4x_plane_fifo_size() 948 static int g4x_fbc_fifo_size(int level) in g4x_fbc_fifo_size() 963 int level) in g4x_compute_wm() 1018 int level, enum plane_id plane_id, u16 value) in g4x_raw_plane_wm_set() 1034 int level, u16 value) in g4x_raw_fbc_wm_set() 1063 int level; in g4x_raw_plane_wm_compute() local 1130 enum plane_id plane_id, int level) in g4x_raw_plane_wm_is_valid() 1138 int level) in g4x_raw_crtc_wm_is_valid() 1152 struct g4x_wm_state *wm_state, int level) in g4x_invalidate_wms() 1177 int level) in g4x_compute_fbc_en() [all …]
|
D | intel_backlight.c | 207 static void lpt_set_backlight(const struct drm_connector_state *conn_state, u32 level) in lpt_set_backlight() 217 static void pch_set_backlight(const struct drm_connector_state *conn_state, u32 level) in pch_set_backlight() 227 static void i9xx_set_backlight(const struct drm_connector_state *conn_state, u32 level) in i9xx_set_backlight() 255 static void vlv_set_backlight(const struct drm_connector_state *conn_state, u32 level) in vlv_set_backlight() 266 static void bxt_set_backlight(const struct drm_connector_state *conn_state, u32 level) in bxt_set_backlight() 275 static void ext_pwm_set_backlight(const struct drm_connector_state *conn_state, u32 level) in ext_pwm_set_backlight() 284 intel_panel_actually_set_backlight(const struct drm_connector_state *conn_state, u32 level) in intel_panel_actually_set_backlight() 335 static void lpt_disable_backlight(const struct drm_connector_state *old_conn_state, u32 level) in lpt_disable_backlight() 425 static void ext_pwm_disable_backlight(const struct drm_connector_state *old_conn_state, u32 level) in ext_pwm_disable_backlight() 468 const struct drm_connector_state *conn_state, u32 level) in lpt_enable_backlight() [all …]
|
/linux-6.14.4/drivers/s390/scsi/ |
D | zfcp_dbf.c | 70 void zfcp_dbf_hba_fsf_res(char *tag, int level, struct zfcp_fsf_req *req) in zfcp_dbf_hba_fsf_res() 122 static int const level = 3; in zfcp_dbf_hba_fsf_fces() local 155 void zfcp_dbf_hba_fsf_reqid(const char *const tag, const int level, in zfcp_dbf_hba_fsf_reqid() 200 static int const level = 2; in zfcp_dbf_hba_fsf_uss() local 247 static int const level = 1; in zfcp_dbf_hba_bit_err() local 281 static int const level = 1; in zfcp_dbf_hba_def_err() local 343 static int const level = 1; in zfcp_dbf_rec_trig() local 400 void zfcp_dbf_rec_run_lvl(int level, char *tag, struct zfcp_erp_action *erp) in zfcp_dbf_rec_run_lvl() 454 static int const level = 1; in zfcp_dbf_rec_run_wka() local 671 void zfcp_dbf_scsi_common(char *tag, int level, struct scsi_device *sdev, in zfcp_dbf_scsi_common() [all …]
|
/linux-6.14.4/arch/powerpc/platforms/powernv/ |
D | opal-hmi.c | 38 static void print_core_checkstop_reason(const char *level, in print_core_checkstop_reason() 89 static void print_nx_checkstop_reason(const char *level, in print_nx_checkstop_reason() 140 static void print_npu_checkstop_reason(const char *level, in print_npu_checkstop_reason() 177 static void print_checkstop_reason(const char *level, in print_checkstop_reason() 200 const char *level, *sevstr, *error_info; in print_hmi_event_info() local
|