Home
last modified time | relevance | path

Searched refs:max_used (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_memory.c268 if (pool->max_used < used) in snd_seq_cell_alloc()
269 pool->max_used = used; in snd_seq_cell_alloc()
408 pool->max_used = 0; in snd_seq_pool_init()
481 pool->max_used = 0; in snd_seq_pool_new()
518 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool()
Dseq_memory.h54 int max_used; member
/linux-3.4.99/tools/vm/
Dslabinfo.c767 unsigned long long min_used = max, max_used = 0, in totals() local
866 if (used > max_used) in totals()
867 max_used = used; in totals()
974 store_size(b3, max_used);store_size(b4, total_used); in totals()
/linux-3.4.99/drivers/usb/host/
Dehci-sched.c1343 u32 max_used; in sitd_slot_ok() local
1365 max_used = ehci->uframe_periodic_max - stream->usecs; in sitd_slot_ok()
1367 if (periodic_usecs (ehci, frame, uf) > max_used) in sitd_slot_ok()
1374 max_used = ehci->uframe_periodic_max - stream->c_usecs; in sitd_slot_ok()
1381 > max_used) in sitd_slot_ok()