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

123456789

/linux-master/crypto/
H A Dskcipher.c257 goto ok;
290 ok:
/linux-master/drivers/of/
H A Dbase.c455 * Return: True if the status property is absent or set to "okay" or "ok",
460 static const char * const ok[] = {"okay", "ok", NULL}; local
466 __of_device_is_status(device, ok);
488 * Return: True if the status property is absent or set to "okay" or "ok",
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1261 goto ok;
1272 goto ok;
1291 goto ok;
1296 ok:
2028 int ok; local
2046 ok = rvt_rkey_ok(qp, &e->rdma_sge, len, vaddr, rkey,
2048 if (unlikely(!ok))
2313 * queue, qpriv->r_tid_alloc follows qp->r_head_ack_queue. It is ok to
/linux-master/drivers/net/ethernet/3com/
H A D3c59x.c1790 int ok = 0; local
1804 ok = 1;
1818 ok = 1;
1826 ok = 1;
1835 if (!ok) {
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c808 bool ok = true; local
877 ok = false;
886 ok = false;
895 ok = false;
901 if (!ok)
H A Dintel_workarounds.c1889 bool ok = true; local
1898 ok &= wa_verify(wal->gt, wa, wa->is_mcr ?
1907 return ok;
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.c414 if (rxd->status.ok && rxd->status.pkt_size >= 60) {
442 if (rxd->status.ok && rxd->status.pkt_size <= 60)
523 if (txs->ok) {
/linux-master/net/tipc/
H A Dlink.c1437 goto ok;
1442 goto ok;
1449 ok:
/linux-master/net/netlink/
H A Daf_netlink.c839 bool ok; local
844 ok = !__netlink_lookup(table, portid, net);
846 if (!ok) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1190 bool ok = true; local
1205 ok = false;
1208 return ok;
/linux-master/kernel/printk/
H A Dprintk.c613 goto ok;
617 goto ok;
620 ok:
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c2380 goto ok;
2409 goto ok;
2458 ok:
3634 bool ok = false; local
3643 ok = true;
3645 return ok;
/linux-master/arch/sparc/kernel/
H A Dentry.S1141 mov %i0, %o0 ! round multiplier up so large ns ok
1155 sethi %hi(0x10c7), %o1 ! round multiplier up so large us ok
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c671 goto ok;
678 ok:
/linux-master/scripts/
H A Dcheckpatch.pl5335 my $ok = 0;
5343 $ok = 1;
5351 $ok = 1;
5355 if ($ok == 0) {
7181 my $ok = 0;
7187 $ok = 1 if ($rl =~ /^[ \+]\{/);
7188 $ok = 1 if ($rl =~ /\{/ && $n == 0);
7191 if (!$ok) {
/linux-master/drivers/usb/gadget/udc/
H A Dat91_udc.c207 (tmp & AT91_UDP_FRM_OK) ? " ok" : "",
510 goto ok;
523 ok:
/linux-master/fs/ntfs3/
H A Dsuper.c1121 * Alternative boot is ok but primary is not ok.
1225 /* It is ok if no ATTR_LABEL */
1586 * Alternative boot is ok but primary is not ok.
1757 goto ok;
1777 ok:
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3466 ok, dbid = self.IdBetween(query, lower_id, next_id, "DESC")
3467 if not ok:
3468 ok, dbid = self.IdBetween(query, next_id, higher_id, "")
3469 if not ok:
4582 ok = True
4585 ok = False
4587 if ok:
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c2362 * driver should be disabled. If ok is false, then the rx and tx
2364 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok) argument
2377 if (!ok)
/linux-master/net/sched/
H A Dsch_htb.c441 * reset bit in mask as parent is already ok
948 ok:
984 goto ok;
2106 * 19.6.2002 As Werner explained it is ok - bind filter is just
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S679 fblt A14_st |if less, all is ok, go to A14
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c2874 bool ok; local
2884 ok = false;
2892 ok = true;
2898 if (!ok)
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4779 bool ok; local
4782 ok = drm_dp_128b132b_lane_channel_eq_done(link_status,
4785 ok = drm_dp_channel_eq_ok(link_status, intel_dp->lane_count);
4787 if (ok)
4792 "[ENCODER:%d:%s] %s link not ok, retraining\n",
4835 * interrupts. Check if the main and AUX link state is ok.
4955 /* Retrain if link not ok */
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c4179 bool ok = false; local
4189 ok = true;
4206 if (!ok)
/linux-master/include/linux/
H A Dnetdevice.h4396 bool ok = spin_trylock(&txq->_xmit_lock); local
4398 if (likely(ok)) {
4402 return ok;

Completed in 457 milliseconds

123456789