Searched refs:render_cap_t (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/fs/proc/ |
A D | array.c | 300 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() function 323 render_cap_t(m, "CapInh:\t", &cap_inheritable); in task_cap() 324 render_cap_t(m, "CapPrm:\t", &cap_permitted); in task_cap() 325 render_cap_t(m, "CapEff:\t", &cap_effective); in task_cap() 326 render_cap_t(m, "CapBnd:\t", &cap_bset); in task_cap() 327 render_cap_t(m, "CapAmb:\t", &cap_ambient); in task_cap()
|
Completed in 5 milliseconds