Home
last modified time | relevance | path

Searched refs:urgent (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
H A Dspace-info.c2139 bool urgent; in do_reclaim_sweep() local
2142 urgent = is_reclaim_urgent(space_info); in do_reclaim_sweep()
2173 if (!will_reclaim && urgent) { in do_reclaim_sweep()
2174 urgent = false; in do_reclaim_sweep()
/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c1579 static const int urgent = BIT(CW1200_LINK_ID_AFTER_DTIM) | in cw1200_get_prio_queue() local
1609 link_id_map & urgent) && in cw1200_get_prio_queue()
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst90 rule, but typically only fixes for bugs that are urgent, critical, and/or were
308 Note, KVM bugs are rarely urgent *and* non-trivial to reproduce. Ask yourself
H A Dsecurity-bugs.rst89 The security list exists for urgent bugs that grant an attacker a capability
/linux/net/ipv4/
H A Dtcp_output.c2370 /* Don't use the nagle rule for urgent data (or for the final FIN). */ in tcp_nagle_test()
4521 * Question: what should we make while urgent mode?
4525 * Current solution: to send TWO zero-length segments in urgent mode:
4526 * one is with SEG.SEQ=SND.UNA to deliver urgent pointer, another is
4529 static int tcp_xmit_probe_skb(struct sock *sk, int urgent, int mib) in tcp_xmit_probe_skb() argument
4546 tcp_init_nondata_skb(skb, sk, tp->snd_una - !urgent, TCPHDR_ACK); in tcp_xmit_probe_skb()