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

/linux-4.4.14/kernel/rcu/
H A Dsync.c102 bool need_wait, need_sync; rcu_sync_enter() local
105 need_wait = rsp->gp_count++; rcu_sync_enter()
111 BUG_ON(need_wait && need_sync); rcu_sync_enter()
117 } else if (need_wait) { rcu_sync_enter()
/linux-4.4.14/drivers/mtd/nand/
H A Dpxa3xx_nand.c229 int need_wait; member in struct:pxa3xx_nand_info
911 info->need_wait = 0; prepare_start_command()
1152 info->need_wait = 1; nand_cmdfunc()
1219 info->need_wait = 1; nand_cmdfunc_extended()
1226 info->need_wait = 0; nand_cmdfunc_extended()
1370 if (info->need_wait) { pxa3xx_nand_waitfunc()
1371 info->need_wait = 0; pxa3xx_nand_waitfunc()
/linux-4.4.14/fs/nfs/
H A Ddelegation.c606 bool need_wait; nfs_server_return_all_delegations() local
612 need_wait = nfs_server_mark_return_all_delegations(server); nfs_server_return_all_delegations()
615 if (need_wait) { nfs_server_return_all_delegations()
/linux-4.4.14/net/packet/
H A Daf_packet.c2472 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); tpacket_snd() local
2517 if (need_wait && need_resched()) tpacket_snd()
2527 !need_wait, &err); tpacket_snd()
2587 (need_wait && packet_read_pending(&po->tx_ring)))); tpacket_snd()

Completed in 210 milliseconds