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

123456789

/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/sound/
H A Dlast.c13 int idx, ok = 0; local
21 ok++;
24 if (ok == 0)
/linux-master/arch/arm64/include/asm/
H A Darchrandom.h28 bool ok; local
37 : "=r" (*v), "=r" (ok)
41 return ok;
46 bool ok; local
55 : "=r" (*v), "=r" (ok)
59 return ok;
/linux-master/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c56 __u8 *ok; local
58 ok = bpf_map_lookup_elem(&cpu_filter, &cpu);
59 if (!ok)
65 __u8 *ok; local
67 ok = bpf_map_lookup_elem(&task_filter, &pid);
68 if (!ok)
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)
H A Dlock_contention.bpf.c174 __u8 *ok; local
176 ok = bpf_map_lookup_elem(&cpu_filter, &cpu);
177 if (!ok)
182 __u8 *ok; local
185 ok = bpf_map_lookup_elem(&task_filter, &pid);
186 if (!ok)
191 __u8 *ok; local
194 ok = bpf_map_lookup_elem(&type_filter, &flags);
195 if (!ok)
200 __u8 *ok; local
209 __u8 *ok; local
[all...]
/linux-master/drivers/crypto/ccree/
H A Dcc_fips.h20 void cc_set_ree_fips_status(struct cc_drvdata *drvdata, bool ok);
32 bool ok) {}
31 cc_set_ree_fips_status(struct cc_drvdata *drvdata, bool ok) argument
/linux-master/arch/x86/boot/
H A Da20.c56 int ok = 0; local
67 ok = rdgs32(A20_TEST_ADDR+0x10) ^ ctr;
68 if (ok)
73 return ok;
123 * Actual routine to enable A20; return 0 on ok, -1 on failure
/linux-master/arch/x86/um/os-Linux/
H A Dtask_size.c22 int ok = 0; local
51 ok = 1;
59 ok = 1;
65 return ok;
/linux-master/tools/testing/selftests/timens/
H A Dclock_nanosleep.c48 int j, ok, ret; local
78 ok = 0;
90 ok = 1;
94 if (!ok)
99 if (!ok) {
/linux-master/sound/core/
H A Dinfo_oss.c49 int idx, ok = -1; local
57 if (ok < 0) {
59 ok++;
64 if (ok < 0)
66 return ok;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_mim.c36 __u64 ok; variable
47 ok |= 1;
60 ok |= 2;
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c68 bool ok = true; local
76 if (ok)
80 ok = false;
86 ok = false;
89 return ok;
106 bool ok = true; local
110 ok = false;
116 ok = false;
123 ok = false;
129 ok
[all...]
/linux-master/sound/pci/ca0106/
H A Dca_midi.c78 int timeout, ok; local
86 ok = 0;
88 while (!ok && timeout-- > 0) {
91 ok = 1;
94 if (!ok && ca_midi_read_data(midi) == midi->ack)
95 ok = 1;
97 ok = 1;
100 if (!ok)
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddpi.c252 bool ok; local
261 ok = dss_div_calc(pck, ctx->pck_min, dpi_calc_dss_cb, ctx);
262 if (ok)
263 return ok;
277 bool ok; local
279 ok = dpi_dsi_clk_calc(dpi, pck_req, &ctx);
280 if (!ok)
304 bool ok; local
306 ok = dpi_dss_clk_calc(pck_req, &ctx);
307 if (!ok)
503 bool ok; local
[all...]
/linux-master/kernel/irq/
H A Dspurious.c121 int i, ok = 0; local
136 ok = 1;
141 return ok;
211 * with something else removing an action. It's ok to take
401 int ok = misrouted_irq(irq); local
403 desc->irqs_unhandled -= ok;
/linux-master/tools/testing/selftests/x86/
H A Dunwind_vdso.c90 bool ok = (eax == SYS_getpid || eax == getpid()) && local
94 if (!ok)
97 (ok ? "OK" : "FAIL"),
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c194 bool ok = true; local
196 ok = false;
198 ok = false;
200 ok = false;
202 printf("[%s]\tCPU %u:", ok ? "OK" : "FAIL", cpu);
212 if (!ok)
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c44 static int ok(void) function
141 func_ptr = ok;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_occ.sh72 action police rate 100mbit burst 100k conform-exceed drop/ok
82 action police rate 100mbit burst 100k conform-exceed drop/ok \
/linux-master/sound/drivers/mpu401/
H A Dmpu401_uart.c106 /* ok. for better Tx performance try do some output
213 int timeout, ok; local
220 /* ok. standard MPU-401 initialization */
233 ok = 0;
235 while (!ok && timeout-- > 0) {
238 ok = 1;
241 if (!ok && mpu->read(mpu, MPU401D(mpu)) == MPU401_ACK)
242 ok = 1;
244 ok = 1;
246 if (!ok) {
[all...]
/linux-master/tools/perf/scripts/python/
H A Dlibxed.py98 ok = self.xed_format_context(2, inst.xedp, inst.bufferp, sizeof(inst.buffer), ip, 0, 0)
99 if not ok:
/linux-master/sound/pci/emu10k1/
H A Demumpu401.c107 int timeout, ok; local
115 ok = 0;
117 while (!ok && timeout-- > 0) {
120 ok = 1;
123 if (!ok && mpu401_read_data(emu, midi) == MPU401_ACK)
124 ok = 1;
126 ok = 1;
129 if (!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/drivers/scsi/aacraid/
H A Dsa.c157 int ok; local
179 ok = 0;
193 ok = 1;
199 if (ok != 1)

Completed in 359 milliseconds

123456789