Home
last modified time | relevance | path

Searched refs:max_cnt (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dsysctl.c69 unsigned int cnt = 0, max_cnt; in SYS_FUNC() local
159 max_cnt = info.nlen; in SYS_FUNC()
160 if (abbrev(tcp) && max_cnt > max_strlen) in SYS_FUNC()
161 max_cnt = max_strlen; in SYS_FUNC()
162 while (cnt < max_cnt) in SYS_FUNC()
DChangeLog42846 * system.c (sys_sysctl): Change 'cnt' and 'max_cnt' types to unsigned.
/external/jemalloc_new/src/
Dmutex.c55 int cnt = 0, max_cnt = MALLOC_MUTEX_MAX_SPIN; in malloc_mutex_lock_slow() local
62 } while (cnt++ < max_cnt); in malloc_mutex_lock_slow()
/external/u-boot/arch/powerpc/include/asm/
Dcpm_8xx.h624 ushort max_cnt; /* maximum length counter */ member
/external/u-boot/fs/ubifs/
Dlpt.c1645 c->lpt_heap[i].max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
1652 c->dirty_idx.max_cnt = LPT_HEAP_SZ; in lpt_init_rd()
Dlprops.c174 if (heap->cnt >= heap->max_cnt) { in add_to_lpt_heap()
Dubifs.h1224 int max_cnt; member