Home
last modified time | relevance | path

Searched refs:plevel (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/xfs/scrub/
Ddabtree.c226 int plevel; in xchk_da_btree_block_check_sibling() local
262 for (plevel = 0; plevel < altpath->active; plevel++) { in xchk_da_btree_block_check_sibling()
263 if (altpath->blk[plevel].bp == NULL || in xchk_da_btree_block_check_sibling()
264 (plevel < path->active && in xchk_da_btree_block_check_sibling()
265 altpath->blk[plevel].bp == path->blk[plevel].bp)) in xchk_da_btree_block_check_sibling()
268 xfs_trans_brelse(ds->dargs.trans, altpath->blk[plevel].bp); in xchk_da_btree_block_check_sibling()
269 altpath->blk[plevel].bp = NULL; in xchk_da_btree_block_check_sibling()
/Linux-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_debugfs.c28 void *plevel; member
219 dir, vchiq_debugfs_log_entries[i].plevel, in vchiq_debugfs_init()
/Linux-v6.6/arch/arm64/kvm/
Darch_timer.c866 bool vlevel, plevel; in kvm_timer_should_notify_user() local
872 plevel = sregs->device_irq_level & KVM_ARM_DEV_EL1_PTIMER; in kvm_timer_should_notify_user()
875 kvm_timer_should_fire(ptimer) != plevel; in kvm_timer_should_notify_user()