Searched refs:render_cap_t (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/proc/ | 
| D | array.c | 305 static void render_cap_t(struct seq_file *m, const char *header,  in render_cap_t()  function333 	render_cap_t(m, "CapInh:\t", &cap_inheritable);  in task_cap()
 334 	render_cap_t(m, "CapPrm:\t", &cap_permitted);  in task_cap()
 335 	render_cap_t(m, "CapEff:\t", &cap_effective);  in task_cap()
 336 	render_cap_t(m, "CapBnd:\t", &cap_bset);  in task_cap()
 337 	render_cap_t(m, "CapAmb:\t", &cap_ambient);  in task_cap()
 
 |