Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dsync.c119 bool need_wait, need_sync; in rcu_sync_enter() local
122 need_wait = rsp->gp_count++; in rcu_sync_enter()
128 BUG_ON(need_wait && need_sync); in rcu_sync_enter()
134 } else if (need_wait) { in rcu_sync_enter()
/Linux-v4.19/fs/nfs/
Ddelegation.c691 bool need_wait; in nfs_server_return_all_delegations() local
697 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
700 if (need_wait) { in nfs_server_return_all_delegations()
/Linux-v4.19/net/xdp/
Dxsk.c281 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local
291 if (need_wait) in xsk_sendmsg()
/Linux-v4.19/fs/f2fs/
Dsegment.c1453 bool need_wait; in __wait_discard_cmd_range() local
1457 need_wait = false; in __wait_discard_cmd_range()
1472 need_wait = true; in __wait_discard_cmd_range()
1478 if (need_wait) { in __wait_discard_cmd_range()
1509 bool need_wait = false; in f2fs_wait_discard_bio() local
1519 need_wait = true; in f2fs_wait_discard_bio()
1524 if (need_wait) in f2fs_wait_discard_bio()
/Linux-v4.19/net/packet/
Daf_packet.c2605 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2658 if (need_wait && need_resched()) in tpacket_snd()
2687 !need_wait, &err); in tpacket_snd()
2755 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()