Home
last modified time | relevance | path

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

/linux-6.1.9/mm/kfence/
Dreport.c107 bool show_alloc) in kfence_print_stack() argument
109 const struct kfence_track *track = show_alloc ? &meta->alloc_track : &meta->free_track; in kfence_print_stack()
115 show_alloc ? "allocated" : "freed", track->pid, in kfence_print_stack()
126 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack()