Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcpu-load.rst60 static unsigned long hog (unsigned long niters)
63 while (!stop && --niters);
64 return niters;
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcpu-load.rst66 static unsigned long hog (unsigned long niters)
69 while (!stop && --niters);
70 return niters;
/linux/Documentation/admin-guide/
H A Dcpu-load.rst70 static unsigned long hog (unsigned long niters)
73 while (!stop && --niters);
74 return niters;
/linux/lib/
H A Dtest_objpool.c74 u32 niters; member
333 if (!irq && (item->delay || !(++(item->niters) & 0x7FFF))) in ot_bulk_sync()
515 if (item->delay || !(++(item->niters) & 0x7FFF)) in ot_bulk_async()