Home
last modified time | relevance | path

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

/openbmc/linux/mm/kfence/
H A Dreport.c106 bool show_alloc) in kfence_print_stack() argument
108 const struct kfence_track *track = show_alloc ? &meta->alloc_track : &meta->free_track; in kfence_print_stack()
114 show_alloc ? "allocated" : "freed", track->pid, in kfence_print_stack()
125 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack()