Searched refs:numlower (Results 1 – 2 of 2) sorted by relevance
147 struct ovl_entry *ovl_alloc_entry(unsigned int numlower) in ovl_alloc_entry() argument151 oe = kzalloc(struct_size(oe, __lowerstack, numlower), GFP_KERNEL); in ovl_alloc_entry()153 oe->__numlower = numlower; in ovl_alloc_entry()
456 struct ovl_entry *ovl_alloc_entry(unsigned int numlower);
Completed in 9 milliseconds