Searched refs:ok (Results 201 - 215 of 215) sorted by relevance

123456789

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_rfk.c3587 bool ok; local
3637 ok = _tssi_get_cw_report(rtwdev, phy, path, power, tssi_cw_rpt);
3638 if (!ok)
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c1085 bool ok = false; local
1098 ok = true;
1102 if (!ok) {
/linux-master/drivers/net/
H A Dvirtio_net.c615 goto ok;
640 goto ok;
667 ok:
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c2298 bool ok = true; local
2301 return ok;
2312 ok = false;
2348 return ok;
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c1265 * refcount is ok */
1487 /* ok, there is no owner. either this node is
1701 /* ok, something horribly messed. kill thyself. */
1841 /* ok everything checks out with the MLE
1868 goto ok;
1896 ok:
3131 /* if all is working ok, this can only mean that we got
3504 * asts in progress. note that it is ok if the state of the
/linux-master/sound/pci/
H A Dcmipci.c922 goto ok;
926 ok:
/linux-master/net/ipv6/
H A Daddrconf.c2882 goto ok;
2889 goto ok;
2895 ok:
/linux-master/net/xfrm/
H A Dxfrm_policy.c3256 ok:
3271 goto ok;
/linux-master/drivers/md/
H A Draid5.c415 /* we are ok here if STRIPE_ON_RELEASE_LIST is set or not */
6754 int ok; local
6756 ok = retry_aligned_read(conf, bio, offset);
6758 if (!ok)
H A Dmd.c8618 void md_done_sync(struct mddev *mddev, int blocks, int ok) argument
8623 if (!ok) {
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c134 goto ok;
138 ok:
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c205 /* it's ok to kfree a NULL pointer */
3589 bool ok; local
3705 ok = i40e_alloc_rx_buffers_zc(ring, I40E_DESC_UNUSED(ring));
3707 ok = !i40e_alloc_rx_buffers(ring, I40E_DESC_UNUSED(ring));
3709 if (!ok) {
4184 * a permanent lifetime so it's ok to pass to
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S11370 # ok, I have a problem with putting the dst op at FP_DST. the emulation
14859 # ok, so now the result has a exponent equal to the smallest normalized
15027 # ok, so it's not an OPERR. but, we do have to remember to return the
15312 # ok, so now the result has a exponent equal to the smallest normalized
15479 # ok, so it's not an OPERR. but we do have to remember to return
24166 fblt.w A14_st # if less, all is ok, go to A14
/linux-master/drivers/scsi/
H A Dscsi_debug.c1469 /* Build SCSI "data-in" buffer. Returns 0 if ok else (DID_ERROR << 16). */
1488 /* Partial build of SCSI "data-in" buffer. Returns 0 if ok else
5772 bool ok = scsi_debug_abort_cmnd(SCpnt); local
5781 ok ? "" : " not");
6216 * here (so ok to keep referencing sdsc).
/linux-master/net/wireless/
H A Dnl80211.c10652 bool ok = false; local
10656 ok = true;
10660 if (!ok)

Completed in 784 milliseconds

123456789