Home
last modified time | relevance | path

Searched refs:inflight (Results 1 – 8 of 8) sorted by relevance

/net/core/
Dpage_pool.c199 s32 inflight; in page_pool_inflight() local
201 inflight = _distance(hold_cnt, release_cnt); in page_pool_inflight()
203 trace_page_pool_inflight(pool, inflight, hold_cnt, release_cnt); in page_pool_inflight()
204 WARN(inflight < 0, "Negative(%d) inflight packet-pages", inflight); in page_pool_inflight()
206 return inflight; in page_pool_inflight()
373 int inflight; in page_pool_release() local
376 inflight = page_pool_inflight(pool); in page_pool_release()
377 if (!inflight) in page_pool_release()
380 return inflight; in page_pool_release()
387 int inflight; in page_pool_release_retry() local
[all …]
Dnet-sysfs.c1196 __ATTR(inflight, 0444, bql_show_inflight, NULL);
/net/unix/
Dgarbage.c169 atomic_long_dec(&usk->inflight); in dec_inflight()
174 atomic_long_inc(&usk->inflight); in inc_inflight()
179 atomic_long_inc(&u->inflight); in inc_inflight_move_tail()
237 inflight_refs = atomic_long_read(&u->inflight); in unix_gc()
268 if (atomic_long_read(&u->inflight) > 0) { in unix_gc()
Dscm.c56 if (atomic_long_inc_return(&u->inflight) == 1) { in unix_inflight()
77 BUG_ON(!atomic_long_read(&u->inflight)); in unix_notinflight()
80 if (atomic_long_dec_and_test(&u->inflight)) in unix_notinflight()
Daf_unix.c787 atomic_long_set(&u->inflight, 0); in unix_create1()
/net/atm/
Dpppoatm.c64 atomic_t inflight; member
137 atomic_dec(&pvcc->inflight); in pppoatm_pop()
242 atomic_inc_not_zero(&pvcc->inflight)) in pppoatm_may_send()
272 atomic_inc_not_zero(&pvcc->inflight)) in pppoatm_may_send()
408 atomic_set(&pvcc->inflight, NONE_INFLIGHT); in pppoatm_assign_vcc()
/net/ipv4/
Dtcp_bbr.c412 u32 inflight; in bbr_inflight() local
414 inflight = bbr_bdp(sk, bw, gain); in bbr_inflight()
415 inflight = bbr_quantization_budget(sk, inflight); in bbr_inflight()
417 return inflight; in bbr_inflight()
559 u32 inflight, bw; in bbr_is_next_cycle_phase() local
567 inflight = bbr_packets_in_net_at_edt(sk, rs->prior_in_flight); in bbr_is_next_cycle_phase()
578 inflight >= bbr_inflight(sk, bw, bbr->pacing_gain)); in bbr_is_next_cycle_phase()
585 inflight <= bbr_inflight(sk, bw, BBR_UNIT); in bbr_is_next_cycle_phase()
/net/sctp/
Doutput.c651 size_t datasize, rwnd, inflight, flight_size; in sctp_packet_can_append_data() local
670 inflight = q->outstanding_bytes; in sctp_packet_can_append_data()
675 if (datasize > rwnd && inflight > 0) in sctp_packet_can_append_data()
703 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()