Searched refs:tab (Results 1 – 12 of 12) sorted by relevance
105 t = *desc->tab; in memp_sanity()183 *desc->tab = NULL; in memp_init_pool()195 memp->next = *desc->tab; in memp_init_pool()196 *desc->tab = memp; in memp_init_pool()259 memp = *desc->tab; in do_memp_malloc_pool()268 *desc->tab = memp->next; in do_memp_malloc_pool()385 memp->next = *desc->tab; in do_memp_free_pool()386 *desc->tab = memp; in do_memp_free_pool()437 old_first = *memp_pools[type]->tab; in memp_free()
105 t = *desc->tab; in memp_sanity()238 *desc->tab = NULL; in memp_init_pool()242 memp->next = *desc->tab; in memp_init_pool()243 *desc->tab = memp; in memp_init_pool()306 memp = *desc->tab; in do_memp_malloc_pool()316 *desc->tab = memp->next; in do_memp_malloc_pool()434 memp->next = *desc->tab; in do_memp_free_pool()435 *desc->tab = memp; in do_memp_free_pool()486 old_first = *memp_pools[type]->tab; in memp_free()
166 # tab宽度168 # 使用tab字符: Never, ForIndentation, ForContinuationAndIndentation, Always
554 static void dump_proc_subtree(struct proc_dentry *dentry, int tab) in dump_proc_subtree() argument565 for(int i = 0; i < tab; i ++) in dump_proc_subtree()567 rt_kprintf("%-4s", i + 1 >= tab ? "|-" : " "); in dump_proc_subtree()573 dump_proc_subtree(iter, tab + 1); in dump_proc_subtree()
129 struct memp **tab; member
151 struct memp **tab; member
17 2. indentation is two spaces per level (i.e. per tab).
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen1445 # the same information as the tab index, you could consider setting
225 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen1456 # the same information as the tab index, you could consider setting
Completed in 21 milliseconds