Home
last modified time | relevance | path

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

/linux/mm/kfence/
H A Dreport.c108 bool show_alloc) in kfence_print_stack() argument
110 const struct kfence_track *track = show_alloc ? &meta->alloc_track : &meta->free_track; in kfence_print_stack()
118 show_alloc ? "allocated" : meta->state == KFENCE_OBJECT_RCU_FREEING ? in kfence_print_stack()
131 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack()