Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dlabel.c107 static int ns_cmp(struct aa_ns *a, struct aa_ns *b) in ns_cmp() function
148 res = ns_cmp(a->ns, b->ns); in profile_cmp()
1096 if (ns_cmp(nsa, nsb) <= 0) in labelset_of_merge()
/Linux-v5.4/drivers/nvme/host/
Dcore.c3418 static int ns_cmp(void *priv, struct list_head *a, struct list_head *b) in ns_cmp() function
3742 list_sort(NULL, &ctrl->namespaces, ns_cmp); in nvme_scan_work()