Home
last modified time | relevance | path

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

/linux/include/net/
A Dnetlabel.h281 cache = kzalloc_noprof(sizeof(*cache), flags); in netlbl_secattr_cache_alloc_noprof()
318 return kzalloc_noprof(sizeof(struct netlbl_lsm_catmap), flags); in netlbl_catmap_alloc_noprof()
384 return kzalloc_noprof(sizeof(struct netlbl_lsm_secattr), flags); in netlbl_secattr_alloc_noprof()
A Dtcx.h80 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof()
/linux/include/crypto/internal/
A Dacompress.h75 req = kzalloc_noprof(sizeof(*req) + crypto_acomp_reqsize(tfm), GFP_KERNEL); in __acomp_request_alloc_noprof()
/linux/include/linux/
A Dslab.h1012 static inline __alloc_size(1) void *kzalloc_noprof(size_t size, gfp_t flags) in kzalloc_noprof() function
1016 #define kzalloc(...) alloc_hooks(kzalloc_noprof(__VA_ARGS__))

Completed in 9 milliseconds