Searched refs:count (Results 126 - 150 of 177) sorted by relevance

12345678

/net/sched/
H A Dcls_api.c484 arg.w.count = 0;
486 cb->args[1] = arg.w.count + 1;
H A Dcls_flow.c636 if (arg->count < arg->skip)
643 arg->count++;
H A Dsch_atm.c51 int ref; /* reference count */
317 * Reference count must be 2: one for "keepalive" (set at class
339 if (walker->count >= walker->skip &&
344 walker->count++;
H A Dsch_sfb.c654 if (walker->count >= walker->skip)
659 walker->count++;
H A Dsch_sfq.c893 arg->count < arg->skip) {
894 arg->count++;
901 arg->count++;
H A Dsch_qfq.c683 if (arg->count < arg->skip) {
684 arg->count++;
691 arg->count++;
/net/core/
H A Dflow_dissector.c222 qcount = dev->tc_to_txq[tc].count;
H A Ddev.c702 * the usage count incremented and the caller must use dev_put() to
837 * The returned device has not had its ref count increased
1764 * offset/count pair it will no longer be used. In the worst case TC0
1775 if (tc->offset + tc->count > txq) {
1786 if (tc->offset + tc->count > txq) {
2771 * difficult to retry a send to this method. (You can bump the ref count
3660 if (NAPI_GRO_CB(skb)->count == 1) {
3791 NAPI_GRO_CB(skb)->count = 1;
4525 * dev_set_promiscuity - update promiscuity count on a device
4529 * Add or remove promiscuity from a device. While the count i
5130 unsigned int i, count = dev->num_rx_queues; local
5163 unsigned int count = dev->num_tx_queues; local
[all...]
H A Dnet_namespace.c157 atomic_set(&net->count, 1);
/net/ipv4/
H A Dping.c256 int i, j, count; local
268 count = group_info->ngroups;
270 int cp_count = min_t(int, NGROUPS_PER_BLOCK, count);
277 count -= cp_count;
H A Dfib_trie.c571 * we just count them one extra time here.
1506 * have to count on finding a matching prefix further down,
1921 int count = cb->args[3]; local
1927 if (count == 0)
1935 l = trie_leafindex(t, count);
1941 cb->args[3] = count;
1946 ++count;
1951 cb->args[3] = count;
/net/ipv6/
H A Dip6_fib.c325 w->count = 0;
341 w->skip = w->count;
1413 w->count++;
1508 c.w.count = 0;
/net/mac80211/
H A Dsta_info.c1050 int count = skb_queue_len(&pending), tmp; local
1056 filtered += tmp - count;
1057 count = tmp;
1063 buffered += tmp - count;
H A Dtx.c703 .count = ratetbl->rate[0].count
727 if (unlikely(!info->control.rates[0].count))
728 info->control.rates[0].count = 1;
730 if (WARN_ON_ONCE((info->control.rates[0].count > 1) &&
732 info->control.rates[0].count = 1;
H A Dtrace.h448 LOCAL_PR_FMT " configure mc filter, count=%d, allmulti=%d",
996 __field(u8, count)
1004 __entry->count = ch_switch->count;
1008 LOCAL_PR_FMT " new " CHANDEF_PR_FMT " count:%d",
1009 LOCAL_PR_ARG, CHANDEF_PR_ARG, __entry->count
/net/packet/
H A Ddiag.c59 dml->pdmc_count = ml->count;
/net/rds/
H A Dib.h49 unsigned long count; member in struct:rds_ib_cache_head
H A Dtcp_recv.c286 desc.count = 1; /* give more than one skb per call */
/net/netfilter/ipvs/
H A Dip_vs_ctl.c105 /* we only count free and buffered memory (in pages) */
1145 /* increase the module use count */
1245 /* decrease the module use count */
1387 /* decrease the module use count */
2337 /* increase the module use count */
2448 /* decrease the module use count */
2478 int idx, count=0; local
2489 if (count >= get->num_services)
2493 if (copy_to_user(&uptr->entrytable[count],
2498 count
2541 int count = 0; local
[all...]
/net/sunrpc/
H A Dxprt.c1249 atomic_set(&xprt->count, 1);
1357 if (atomic_dec_and_test(&xprt->count))
1368 if (atomic_inc_not_zero(&xprt->count))
/net/bridge/
H A Dbr_multicast.c513 unsigned int count = 0; local
520 count++;
528 if (unlikely(count > br->hash_elasticity && count)) {
/net/caif/
H A Dcfpkt_skbuff.c27 atomic_t count; member in struct:cfpktq
28 /* Lock protects count updates */
/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4.c379 in->ctl_table[1].data = &net->ct.count;
H A Dnf_conntrack_l3proto_ipv4_compat.c364 unsigned int nr_conntracks = atomic_read(&net->ct.count);
/net/l2tp/
H A Dl2tp_core.c282 int count = 0; local
287 if (++count > nth) {
349 int count = 0; local
353 if (++count > nth) {
613 /* The ref count is increased since we now hold a pointer to
1685 /* Bump the reference count. The tunnel context is deleted
1852 /* Bump the reference count. The session context is deleted
1877 /* Ignore management session in session count value */

Completed in 334 milliseconds

12345678