Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 1506) sorted by relevance

12345678910>>...61

/linux/fs/xfs/scrub/
A Dbtree.c29 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 …]
A Ddabtree.c32 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/fs/nilfs2/
A Dbtree.c1216 int level; in nilfs_btree_commit_insert() local
1239 int level, ret; in nilfs_btree_insert() local
1574 int level; in nilfs_btree_commit_delete() local
1591 int level, ret; in nilfs_btree_delete() local
2001 int level, ret; in nilfs_btree_prepare_propagate_v() local
2037 int level; in nilfs_btree_commit_propagate_v() local
2087 int level, ret; in nilfs_btree_propagate() local
2138 int level; in nilfs_btree_add_dirty_buffer() local
2174 int level, i; in nilfs_btree_lookup_dirty_buffers() local
2205 int level, in nilfs_btree_assign_p()
[all …]
/linux/fs/bcachefs/
A Dbtree_locking.h41 unsigned level) in btree_node_locked_type()
67 unsigned level, in mark_btree_node_locked_noreset()
79 unsigned level) in mark_btree_node_unlocked()
87 unsigned level, in mark_btree_node_locked()
104 btree_lock_want(struct btree_path *path, int level) in btree_lock_want()
116 struct btree_path *path, unsigned level) in btree_trans_lock_hold_time_update()
128 struct btree_path *path, unsigned level) in btree_node_unlock()
259 unsigned level, in btree_node_lock_increment()
278 unsigned level, in btree_node_lock()
351 struct btree_path *path, unsigned level) in bch2_btree_node_relock()
[all …]
A Dbtree_journal_iter.c34 enum btree_id id, unsigned level, in __bch2_journal_key_search()
57 enum btree_id id, unsigned level, in bch2_journal_key_search()
65 unsigned level, struct bpos pos, in bch2_journal_keys_peek_upto()
111 unsigned level, struct bpos pos) in bch2_journal_keys_peek_slot()
174 unsigned level, struct bkey_i *k) in bch2_journal_key_insert_take()
250 unsigned level, struct bkey_i *k) in bch2_journal_key_insert()
267 unsigned level, struct bpos pos) in bch2_journal_key_delete()
278 unsigned level, struct bpos pos) in bch2_key_deleted_in_journal()
294 unsigned level, struct bpos pos) in bch2_journal_key_overwritten()
344 enum btree_id id, unsigned level, in bch2_journal_iter_init()
[all …]
/linux/tools/power/x86/intel-speed-select/
A Disst-display.c84 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
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()
600 int level; in isst_clos_display_information() local
643 int level; in isst_clos_display_clos_information() local
685 int level; in isst_clos_display_assoc_information() local
704 int level = 3; in isst_display_result() local
[all …]
/linux/drivers/edac/
A Dedac_mc.h48 #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/drivers/gpu/drm/xe/
A Dxe_lmtt_2l.c76 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()
A Dxe_lmtt_ml.c76 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()
/linux/arch/arm64/kernel/
A Dcacheinfo.c24 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/drivers/scsi/esas2r/
A Desas2r_log.c85 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/arch/riscv/kernel/
A Dcacheinfo.c27 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/arch/s390/include/asm/
A Ddebug.h35 unsigned long level : 3; member
49 int level; member
133 static inline bool debug_level_enabled(debug_info_t *id, int level) in debug_level_enabled()
151 static inline debug_entry_t *debug_event(debug_info_t *id, int level, in debug_event()
171 static inline debug_entry_t *debug_int_event(debug_info_t *id, int level, in debug_int_event()
193 static inline debug_entry_t *debug_long_event(debug_info_t *id, int level, in debug_long_event()
215 static inline debug_entry_t *debug_text_event(debug_info_t *id, int level, in debug_text_event()
275 static inline debug_entry_t *debug_exception(debug_info_t *id, int level, in debug_exception()
296 static inline debug_entry_t *debug_int_exception(debug_info_t *id, int level, in debug_int_exception()
319 static inline debug_entry_t *debug_long_exception (debug_info_t *id, int level, in debug_long_exception()
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
A Dia_css_gc.host.c77 unsigned int level) in ia_css_gc_dump()
90 unsigned int level) in ia_css_ce_dump()
102 unsigned int level) in ia_css_gc_debug_dtrace()
112 unsigned int level) in ia_css_ce_debug_dtrace()
/linux/scripts/gdb/linux/
A Dpgtable.py18 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/drivers/gpu/drm/i915/display/
A Di9xx_wm.c979 int level; in g4x_raw_plane_wm_compute() local
1116 int level; in _g4x_compute_pipe_wm() local
1581 int level; in vlv_raw_plane_wm_compute() local
1645 int level; in _vlv_compute_pipe_wm() local
1863 int level; in vlv_compute_intermediate_wm() local
2685 int level; in ilk_increase_wm_latency() local
2883 int level; in ilk_compute_intermediate_wm() local
3381 int level; in ilk_pipe_wm_get_hw_state() local
3732 int level; in g4x_wm_sanitize() local
3826 int level; in vlv_wm_get_hw_state() local
[all …]
A Dintel_backlight.c205 static void lpt_set_backlight(const struct drm_connector_state *conn_state, u32 level) in lpt_set_backlight()
466 const struct drm_connector_state *conn_state, u32 level) in lpt_enable_backlight()
510 const struct drm_connector_state *conn_state, u32 level) in pch_enable_backlight()
558 const struct drm_connector_state *conn_state, u32 level) in i9xx_enable_backlight()
598 const struct drm_connector_state *conn_state, u32 level) in i965_enable_backlight()
634 const struct drm_connector_state *conn_state, u32 level) in vlv_enable_backlight()
665 const struct drm_connector_state *conn_state, u32 level) in bxt_enable_backlight()
715 const struct drm_connector_state *conn_state, u32 level) in cnp_enable_backlight()
746 const struct drm_connector_state *conn_state, u32 level) in ext_pwm_enable_backlight()
1527 u32 level; in ext_pwm_setup_backlight() local
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
A Dia_css_ynr.host.c116 unsigned int level) in ia_css_nr_dump()
136 unsigned int level) in ia_css_yee_dump()
193 unsigned int level) in ia_css_nr_debug_dtrace()
205 unsigned int level) in ia_css_ee_debug_dtrace()
/linux/fs/xfs/libxfs/
A Dxfs_btree.c122 int level, in __xfs_btree_check_lblock_hdr()
156 int level, in __xfs_btree_check_fsblock()
196 int level, in __xfs_btree_check_memblock()
224 int level, in __xfs_btree_check_agblock()
265 int level, in __xfs_btree_check_block()
317 int level) in __xfs_btree_check_ptr()
352 int level) in xfs_btree_check_ptr()
757 int level) in xfs_btree_ptr_offset()
1327 int level, in xfs_btree_init_block_cur()
1661 int level, in xfs_btree_increment()
[all …]
A Dxfs_btree_staging.c286 unsigned int level, in xfs_btree_bload_prep_block()
438 unsigned int level) in xfs_btree_bload_max_npb()
462 unsigned int level) in xfs_btree_bload_desired_npb()
483 unsigned int level, in xfs_btree_bload_level_geometry()
546 int level) in xfs_btree_bload_ensure_slack()
596 unsigned int level = cur->bc_nlevels - 1; in xfs_btree_bload_compute_geometry() local
686 unsigned int level = 0; in xfs_btree_bload() local
/linux/arch/x86/virt/svm/
A Dsev.c283 static struct rmpentry *__snp_lookup_rmpentry(u64 pfn, int *level) in __snp_lookup_rmpentry()
308 int snp_lookup_rmpentry(u64 pfn, bool *assigned, int *level) in snp_lookup_rmpentry()
331 int level; in dump_rmpentry() local
378 unsigned int level; in snp_dump_hva_rmpentry() local
449 unsigned int level; in adjust_direct_map() local
511 int ret, level; in rmpupdate() local
541 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable) in rmp_make_private()
557 int rmp_make_shared(u64 pfn, enum pg_level level) in rmp_make_shared()
/linux/net/netfilter/
A Dnf_conntrack_h323_asn1.c277 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/drivers/s390/scsi/
A Dzfcp_dbf.c70 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/arch/powerpc/platforms/powernv/
A Dopal-hmi.c38 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
/linux/security/lockdown/
A Dlockdown.c27 static int lock_kernel_down(const char *where, enum lockdown_reason level) in lock_kernel_down()
38 static int __init lockdown_param(char *level) in lockdown_param()
103 enum lockdown_reason level = lockdown_levels[i]; in lockdown_read() local
139 enum lockdown_reason level = lockdown_levels[i]; in lockdown_write() local

Completed in 68 milliseconds

12345678910>>...61