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

123456789

/linux-master/fs/ntfs3/
H A Drecord.c137 goto ok;
141 goto ok;
168 goto ok;
173 ok:
H A Drun.c1057 bool ok; local
1073 for (ok = run_lookup_entry(run, vcn, &lcn, &len, &index);
1075 ok = run_get_entry(run, ++index, &vcn, &lcn, &len)) {
1076 if (!ok || next_vcn != vcn)
1089 ok = wnd_is_used(wnd, lcn, len);
1091 if (ok)
H A Dattrib.c465 goto ok;
511 goto ok;
605 goto ok;
613 goto ok;
764 goto ok;
795 ok:
978 goto ok; /* Slow normal way without allocation. */
985 goto ok;
1093 goto ok;
1201 ok
[all...]
/linux-master/arch/arm/kernel/
H A Dtraps.c221 int ok = 1; local
241 ok = 0;
244 ok = 0;
249 if (ok)
/linux-master/fs/bcachefs/
H A Djournal_types.h142 x(ok) \
/linux-master/scripts/kconfig/
H A Dqconf.cc44 QList<int> ConfigSettings::readSizes(const QString& key, bool *ok) argument
56 *ok = true;
59 *ok = false;
1265 bool ok; local
1275 QList<int> sizes = configSettings->readSizes("/split", &ok);
1276 if (ok)
1322 bool ok = true; local
1527 QList<int> sizes = configSettings->readSizes("/split1", &ok);
1528 if (ok)
1531 sizes = configSettings->readSizes("/split2", &ok);
[all...]
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.h239 unsigned ok:1; /* current packet transmitted without error */ member in struct:tx_pkt_status
288 unsigned ok:1; /* current packet received ok without error */ member in struct:rx_pkt_status
/linux-master/arch/x86/kernel/
H A Dverify_cpu.S84 ja .Lverify_cpu_clear_xd # family > 6, ok
/linux-master/sound/pci/emu10k1/
H A Demu10k1x.c1241 int timeout, ok; local
1249 ok = 0;
1251 while (!ok && timeout-- > 0) {
1254 ok = 1;
1257 if (!ok && mpu401_read_data(emu, midi) == MPU401_ACK)
1258 ok = 1;
1260 ok = 1;
1263 if (!ok) {
/linux-master/fs/hpfs/
H A Ddir.c41 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok;
53 ok:
/linux-master/sound/drivers/
H A Dserial-u16550.c317 int ok; local
331 ok = 1;
337 ok = 0; /* failed */
344 ok = 0; /* failed */
351 ok = 0; /* failed */
353 return ok;
/linux-master/drivers/clk/tegra/
H A Dclk-dfll.c1906 bool ok = true; local
1908 ok &= read_dt_param(td, "nvidia,droop-ctrl", &td->droop_ctrl);
1909 ok &= read_dt_param(td, "nvidia,sample-rate", &td->sample_rate);
1910 ok &= read_dt_param(td, "nvidia,force-mode", &td->force_mode);
1911 ok &= read_dt_param(td, "nvidia,cf", &td->cf);
1912 ok &= read_dt_param(td, "nvidia,ci", &td->ci);
1913 ok &= read_dt_param(td, "nvidia,cg", &td->cg);
1920 ok = false;
1923 return ok ? 0 : -EINVAL;
/linux-master/arch/alpha/kernel/
H A Dpci_iommu.c210 int ok = 1;
214 ok = 0;
218 ok = 0;
222 ok ? "yes" : "no", __builtin_return_address(0));
224 return ok;
209 int ok = 1; local
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c4150 bool ok = true; local
4164 ok = asus->charge_mode_available;
4166 ok = asus->egpu_enable_available;
4168 ok = asus->egpu_connect_available;
4170 ok = asus->dgpu_disable_available;
4172 ok = asus->gpu_mux_mode_available;
4174 ok = asus->fan_boost_mode_available;
4176 ok = asus->throttle_thermal_policy_available;
4178 ok = asus->ppt_pl2_sppt_available;
4180 ok
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_uc.c423 int ok; local
426 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len,
428 if (unlikely(!ok))
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dinit.c259 int i, ok; local
285 ok = 0;
291 if (ok++ > 5)
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c559 bool ok; local
566 ok = (check_reg_write(validated_shader, validation_state, false) &&
571 return ok;
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c108 bool ok, is_sdvo = false; local
148 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk,
150 if (!ok) {
H A Doaktrail_crtc.c374 bool ok, is_sdvo = false; local
507 ok = limit->find_pll(limit, crtc, adjusted_mode->clock,
517 if (!ok)
/linux-master/drivers/mmc/host/
H A Dcb710-mmc.c225 int ok = 0; local
233 ok = 1;
238 ok ? "set." : "NOT SET!");
241 r1, r2, (r1|r2) ? "BAD (NOT ZERO)!" : "ok");
/linux-master/drivers/infiniband/hw/hfi1/
H A Duc.c451 int ok; local
454 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len,
456 if (unlikely(!ok))
/linux-master/drivers/iio/pressure/
H A Drohm-bm1390.c702 int ok; local
704 ok = __bm1390_fifo_flush(idev, BM1390_FIFO_LENGTH,
706 if (ok > 0)
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c568 int ok; local
573 ok = p && of_device_is_compatible(p, "uni-n-i2c");
575 if (!ok)
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c157 bool ok = true; local
170 ok = false;
210 return ok;
/linux-master/net/xfrm/
H A Dxfrm_device.c419 goto ok;
422 goto ok;
427 ok:

Completed in 591 milliseconds

123456789