Searched refs:nc (Results 1 – 2 of 2) sorted by relevance
64 unsigned char nc = t->charset2lower[c]; in nls_tolower() local66 return nc ? nc : c; in nls_tolower()71 unsigned char nc = t->charset2upper[c]; in nls_toupper() local73 return nc ? nc : c; in nls_toupper()
647 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() argument654 return page_frag_alloc_align(nc, fragsz, gfp_mask, ~0u); in page_frag_alloc()