Searched refs:ok (Results 151 - 175 of 217) sorted by last modified time

123456789

/linux-master/drivers/scsi/arm/
H A Dacornscsi.c1718 unsigned int target, lun, ok = 0; local
1744 ok = 1;
1746 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun))
1747 ok = 1;
1751 if (ok) {
1766 return !ok;
1953 case PHASE_CONNECTED: /* STATE: device selected ok */
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c197 int error, ok; local
233 ok = (s & RQ_LOCAL_OK) || (s & RQ_NET_OK);
264 if (!ok &&
271 m->error = ok ? 0 : (error ?: -EIO);
1586 /* It is ok to look outside the lock,
1739 * blocking in tcp sendmsg. That's ok, though, that's handled via the
/linux-master/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c152 __u8 *ok; local
154 ok = bpf_map_lookup_elem(&cpu_filter, &cpu);
155 if (!ok)
160 __u8 *ok; local
168 ok = bpf_map_lookup_elem(&task_filter, &pid);
169 if (!ok)
174 __u8 *ok; local
177 ok = bpf_map_lookup_elem(&cgroup_filter, &cgrp_id);
178 if (!ok)
/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/gpu/drm/i915/gt/
H A Dselftest_workarounds.c1171 bool ok = true; local
1173 ok &= wa_list_verify(gt, &lists->gt_wa_list, str);
1182 ok &= engine_wa_list_verify(ce,
1186 ok &= engine_wa_list_verify(ce,
1193 return ok;
1202 bool ok; local
1218 ok = verify_wa_lists(gt, lists, "before reset");
1219 if (!ok)
1224 ok = verify_wa_lists(gt, lists, "after reset");
1232 return ok
1263 bool ok; local
[all...]
/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)
H A Dcdv_intel_display.c585 bool ok; local
657 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk,
659 if (!ok) {
/linux-master/drivers/net/netdevsim/
H A Dipsec.c222 ipsec->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/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinit.c138 int i = 200, ok = 0; local
159 if (ok++ > 5)
/linux-master/drivers/net/can/ctucanfd/
H A Dctucanfd_base.c600 bool ok; local
614 ok = ctucan_insert_frame(priv, cf, txtb_id, can_is_canfd_skb(skb));
616 if (!ok) {
1004 * if ok -> echo
/linux-master/drivers/input/joystick/
H A Dsidewinder.c105 int ok; member in struct:sw
437 sw->ok++;
440 && sw->ok > SW_OK) {
450 sw->ok = 0;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c13 struct net_device *ndev, bool up, bool ok)
25 (ok && netif_carrier_ok(ndev_i)))
33 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok) argument
36 return wil_has_other_active_ifaces(wil, NULL, up, ok);
12 wil_has_other_active_ifaces(struct wil6210_priv *wil, struct net_device *ndev, bool up, bool ok) argument
H A Dwil6210.h1211 struct net_device *ndev, bool up, bool ok);
1212 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok);
/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/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/i915/selftests/
H A Di915_vma.c41 bool ok = true; local
45 ok = false;
51 ok = false;
57 ok = false;
60 return ok;
69 bool ok = true; local
79 ok = false;
85 ok = false;
99 if (!ok) {
748 bool ok local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbtf_helpers.c237 bool ok = true; local
243 ok = false;
246 return ok;
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.h55 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
/linux-master/arch/x86/include/asm/
H A Darchrandom.h22 bool ok; local
27 : CC_OUT(c) (ok), [out] "=r" (*v));
28 if (ok)
36 bool ok; local
39 : CC_OUT(c) (ok), [out] "=r" (*v));
40 return ok;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtimer_mim.c35 ASSERT_EQ(timer_skel->bss->ok, 1 | 2, "ok");
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.h58 int efx_siena_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
/linux-master/sound/soc/codecs/
H A Dwm8958-dsp2.c175 goto ok;
179 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) {

Completed in 329 milliseconds

123456789