Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnetlabel.h282 cache = kzalloc_noprof(sizeof(*cache), flags); in netlbl_secattr_cache_alloc_noprof()
319 return kzalloc_noprof(sizeof(struct netlbl_lsm_catmap), flags); in netlbl_catmap_alloc_noprof()
385 return kzalloc_noprof(sizeof(struct netlbl_lsm_secattr), flags); in netlbl_secattr_alloc_noprof()
H A Dtcx.h80 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof()