Home
last modified time | relevance | path

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

/include/net/
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()
A Dtcx.h79 struct tcx_entry *tcx = kzalloc_noprof(sizeof(*tcx), GFP_KERNEL); in tcx_entry_create_noprof()
/include/linux/
A Dslab.h1037 static inline __alloc_size(1) void *kzalloc_noprof(size_t size, gfp_t flags) in kzalloc_noprof() function
1041 #define kzalloc(...) alloc_hooks(kzalloc_noprof(__VA_ARGS__))
/include/crypto/
A Dacompress.h260 req = kzalloc_noprof(len, gfp); in acomp_request_alloc_extra_noprof()

Completed in 12 milliseconds