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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c361 u32 max_before_softirq; /* We'll call do_softirq to prevent starvation. */ member in struct:pktgen_thread
1676 seq_printf(seq, "Name: %s max_before_softirq: %d\n",
1677 t->tsk->comm, t->max_before_softirq);
1783 if (!strcmp(name, "max_before_softirq")) {
1786 t->max_before_softirq = value;
1789 sprintf(pg_result, "OK: max_before_softirq=%lu", value);
3263 u32 max_before_softirq; local
3274 max_before_softirq = t->max_before_softirq;
3303 if (tx_since_softirq > max_before_softirq) {
[all...]

Completed in 257 milliseconds