Home
last modified time | relevance | path

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

/include/linux/
Dnls.h64 unsigned char nc = t->charset2lower[c]; in nls_tolower() local
66 return nc ? nc : c; in nls_tolower()
71 unsigned char nc = t->charset2upper[c]; in nls_toupper() local
73 return nc ? nc : c; in nls_toupper()
Dgfp.h647 extern void *page_frag_alloc_align(struct page_frag_cache *nc,
651 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() argument
654 return page_frag_alloc_align(nc, fragsz, gfp_mask, ~0u); in page_frag_alloc()