Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
A Dstackleak_plugin.c174 bool prologue_instrumented = false, is_leaf = true; in stackleak_instrument_execute() local
198 is_leaf = false; in stackleak_instrument_execute()
232 if (is_leaf && in stackleak_instrument_execute()
238 if (is_leaf && in stackleak_instrument_execute()
/linux/arch/x86/kvm/mmu/
A Dtdp_mmu.c403 bool is_leaf = is_present && is_last_spte(new_spte, level); in __handle_changed_spte() local
419 if (was_leaf && is_leaf && pfn_changed) { in __handle_changed_spte()
463 if (is_leaf != was_leaf) in __handle_changed_spte()
464 kvm_update_page_stats(kvm, level, is_leaf ? 1 : -1); in __handle_changed_spte()
/linux/fs/reiserfs/
A 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()

Completed in 12 milliseconds