Home
last modified time | relevance | path

Searched defs:n_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/net/netlink/
Dpolicy.c20 unsigned int n_alloc; member
32 unsigned int n_alloc, i; in add_policy() local
/linux-5.10/tools/perf/
Dbuiltin-kmem.c976 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation()