Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Duser.c29 static bool need_wait; variable
82 need_wait = true; in snapshot_open()
172 if (need_wait) { in snapshot_write()
174 need_wait = false; in snapshot_write()
253 if (need_wait) { in snapshot_ioctl()
255 need_wait = false; in snapshot_ioctl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_scan_fsm.c280 static int scan_off_chan(struct scan_obj *pscan, bool off_ch, bool *need_wait) in scan_off_chan() argument
288 *need_wait = false; in scan_off_chan()
298 *need_wait = false; in scan_off_chan()
780 bool need_wait; in scan_off_ch_st_hdl() local
786 if (scan_off_chan(pscan, true, &need_wait) < 0) { in scan_off_ch_st_hdl()
792 if (need_wait == true) { in scan_off_ch_st_hdl()
950 scan_off_chan(pscan, false, &need_wait); in scan_off_ch_st_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_scan_fsm.c280 static int scan_off_chan(struct scan_obj *pscan, bool off_ch, bool *need_wait) in scan_off_chan() argument
288 *need_wait = false; in scan_off_chan()
298 *need_wait = false; in scan_off_chan()
780 bool need_wait; in scan_off_ch_st_hdl() local
786 if (scan_off_chan(pscan, true, &need_wait) < 0) { in scan_off_ch_st_hdl()
792 if (need_wait == true) { in scan_off_ch_st_hdl()
950 scan_off_chan(pscan, false, &need_wait); in scan_off_ch_st_hdl()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c202 int need_wait; member
808 info->need_wait = 0; in prepare_start_command()
1070 info->need_wait = 1; in nand_cmdfunc()
1148 info->need_wait = 1; in nand_cmdfunc_extended()
1158 info->need_wait = 0; in nand_cmdfunc_extended()
1407 if (info->need_wait) { in pxa3xx_nand_waitfunc()
1410 info->need_wait = 0; in pxa3xx_nand_waitfunc()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddelegation.c860 bool need_wait; in nfs_server_return_all_delegations() local
866 need_wait = nfs_server_mark_return_all_delegations(server); in nfs_server_return_all_delegations()
869 if (need_wait) { in nfs_server_return_all_delegations()
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk.c482 bool need_wait = !(m->msg_flags & MSG_DONTWAIT); in xsk_sendmsg() local
488 if (unlikely(need_wait)) in xsk_sendmsg()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c1654 bool need_wait; in __wait_discard_cmd_range() local
1658 need_wait = false; in __wait_discard_cmd_range()
1673 need_wait = true; in __wait_discard_cmd_range()
1679 if (need_wait) { in __wait_discard_cmd_range()
1710 bool need_wait = false; in f2fs_wait_discard_bio() local
1720 need_wait = true; in f2fs_wait_discard_bio()
1725 if (need_wait) in f2fs_wait_discard_bio()
/OK3568_Linux_fs/kernel/net/packet/
H A Daf_packet.c2671 bool need_wait = !(msg->msg_flags & MSG_DONTWAIT); in tpacket_snd() local
2738 if (need_wait && skb) { in tpacket_snd()
2774 !need_wait, &err); in tpacket_snd()
2843 (need_wait && packet_read_pending(&po->tx_ring)))); in tpacket_snd()