Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.c104 u64 alloc_ns[MAX_SUB_SCHEDS]; member
224 secs > 0 ? (qa->alloc_ns[i] - prev->alloc_ns[i]) / (secs * 1e9) : 0.0, in print_hier()
227 prev->alloc_ns[i] = qa->alloc_ns[i]; in print_hier()
H A Dscx_qmap.h161 u64 alloc_ns[MAX_SUB_SCHEDS]; /* per child slot */ member
H A Dscx_qmap.bpf.c1532 qa.alloc_ns[owner] += delta; in account_alloc()
/linux/security/apparmor/
H A Dpolicy_ns.c105 static struct aa_ns *alloc_ns(const char *prefix, const char *name) in alloc_ns() function
228 ns = alloc_ns(parent->base.hname, name); in __aa_create_ns()
370 root_ns = alloc_ns(NULL, "root"); in aa_alloc_root_ns()