Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dstackleak_plugin.c176 bool prologue_instrumented = false, is_leaf = true; in stackleak_instrument_execute() local
200 is_leaf = false; in stackleak_instrument_execute()
234 if (is_leaf && in stackleak_instrument_execute()
240 if (is_leaf && in stackleak_instrument_execute()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dtdp_mmu.c251 bool is_leaf = is_present && is_last_spte(new_spte, level); in __handle_changed_spte() local
271 if (was_leaf && is_leaf && pfn_changed) { in __handle_changed_spte()
/kernel/linux/linux-5.10/fs/reiserfs/
Dstree.c408 static int is_leaf(char *buf, int blocksize, struct buffer_head *bh) in is_leaf() function
539 return is_leaf(bh->b_data, bh->b_size, bh); in is_tree_node()