Searched refs:nc (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | nls.h | 64 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()
|
| D | gfp.h | 375 void page_frag_cache_drain(struct page_frag_cache *nc); 377 void *__page_frag_alloc_align(struct page_frag_cache *nc, unsigned int fragsz, 380 static inline void *page_frag_alloc_align(struct page_frag_cache *nc, in page_frag_alloc_align() argument 385 return __page_frag_alloc_align(nc, fragsz, gfp_mask, -align); in page_frag_alloc_align() 388 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() argument 391 return __page_frag_alloc_align(nc, fragsz, gfp_mask, ~0u); in page_frag_alloc()
|