Home
last modified time | relevance | path

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

/linux-6.6.21/fs/proc/
Darray.c303 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() function
326 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
327 render_cap_t(m, "CapPrm:\t", &cap_permitted); in task_cap()
328 render_cap_t(m, "CapEff:\t", &cap_effective); in task_cap()
329 render_cap_t(m, "CapBnd:\t", &cap_bset); in task_cap()
330 render_cap_t(m, "CapAmb:\t", &cap_ambient); in task_cap()