Home
last modified time | relevance | path

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

/fs/proc/
Darray.c309 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() function
337 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap()
338 render_cap_t(m, "CapPrm:\t", &cap_permitted); in task_cap()
339 render_cap_t(m, "CapEff:\t", &cap_effective); in task_cap()
340 render_cap_t(m, "CapBnd:\t", &cap_bset); in task_cap()
341 render_cap_t(m, "CapAmb:\t", &cap_ambient); in task_cap()