Searched refs:batch_count (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dhung_task.c135 int batch_count = HUNG_TASK_BATCHING; local
149 if (!--batch_count) {
150 batch_count = HUNG_TASK_BATCHING;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dhung_task.c135 int batch_count = HUNG_TASK_BATCHING; local
149 if (!--batch_count) {
150 batch_count = HUNG_TASK_BATCHING;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jbd/
H A Dcheckpoint.c253 __flush_batch(journal_t *journal, struct buffer_head **bhs, int *batch_count) argument
257 for (i = 0; i < *batch_count; i++)
260 for (i = 0; i < *batch_count; i++) {
266 *batch_count = 0;
280 struct buffer_head **bhs, int *batch_count)
326 bhs[*batch_count] = bh;
329 (*batch_count)++;
330 if (*batch_count == NR_BATCH) {
332 __flush_batch(journal, bhs, batch_count);
383 int batch_count local
279 __process_buffer(journal_t *journal, struct journal_head *jh, struct buffer_head **bhs, int *batch_count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jbd2/
H A Dcheckpoint.c254 __flush_batch(journal_t *journal, int *batch_count) argument
258 for (i = 0; i < *batch_count; i++)
261 for (i = 0; i < *batch_count; i++) {
267 *batch_count = 0;
281 int *batch_count, transaction_t *transaction)
328 journal->j_chkpt_bhs[*batch_count] = bh;
332 (*batch_count)++;
333 if (*batch_count == JBD2_NR_BATCH) {
335 __flush_batch(journal, batch_count);
389 int batch_count local
280 __process_buffer(journal_t *journal, struct journal_head *jh, int *batch_count, transaction_t *transaction) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jbd/
H A Dcheckpoint.c253 __flush_batch(journal_t *journal, struct buffer_head **bhs, int *batch_count) argument
257 for (i = 0; i < *batch_count; i++)
260 for (i = 0; i < *batch_count; i++) {
266 *batch_count = 0;
280 struct buffer_head **bhs, int *batch_count)
326 bhs[*batch_count] = bh;
329 (*batch_count)++;
330 if (*batch_count == NR_BATCH) {
332 __flush_batch(journal, bhs, batch_count);
383 int batch_count local
279 __process_buffer(journal_t *journal, struct journal_head *jh, struct buffer_head **bhs, int *batch_count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jbd2/
H A Dcheckpoint.c254 __flush_batch(journal_t *journal, int *batch_count) argument
258 for (i = 0; i < *batch_count; i++)
261 for (i = 0; i < *batch_count; i++) {
267 *batch_count = 0;
281 int *batch_count, transaction_t *transaction)
328 journal->j_chkpt_bhs[*batch_count] = bh;
332 (*batch_count)++;
333 if (*batch_count == JBD2_NR_BATCH) {
335 __flush_batch(journal, batch_count);
389 int batch_count local
280 __process_buffer(journal_t *journal, struct journal_head *jh, int *batch_count, transaction_t *transaction) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dmemcontrol.c4234 int batch_count = PRECHARGE_COUNT_AT_ONCE; local
4268 if (!batch_count--) {
4269 batch_count = PRECHARGE_COUNT_AT_ONCE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dmemcontrol.c4234 int batch_count = PRECHARGE_COUNT_AT_ONCE; local
4268 if (!batch_count--) {
4269 batch_count = PRECHARGE_COUNT_AT_ONCE;

Completed in 140 milliseconds