Home
last modified time | relevance | path

Searched refs:cret (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/events/intel/
Duncore.c1695 int pret = 0, cret = 0, mret = 0, ret; in intel_uncore_init() local
1716 cret = uncore_cpu_init(); in intel_uncore_init()
1724 if (cret && pret && mret) in intel_uncore_init()
/Linux-v5.10/sound/pci/ac97/
Dac97_patch.c2336 int cret; in snd_ac97_ad1986_vrefout_put() local
2366 cret = snd_ac97_update_bits(ac97, AC97_AD_MISC2, in snd_ac97_ad1986_vrefout_put()
2368 if (cret < 0) in snd_ac97_ad1986_vrefout_put()
2369 return cret; in snd_ac97_ad1986_vrefout_put()
2379 return (cret > 0 || lret > 0 || mret > 0) ? 1 : 0; in snd_ac97_ad1986_vrefout_put()
/Linux-v5.10/fs/
Dio_uring.c8518 enum io_wq_cancel cret; in io_attempt_cancel() local
8521 cret = io_wq_cancel_work(ctx->io_wq, &req->work); in io_attempt_cancel()
8522 if (cret != IO_WQ_CANCEL_NOTFOUND) in io_attempt_cancel()
8526 cret = io_wq_cancel_cb(ctx->io_wq, io_cancel_link_cb, req, true); in io_attempt_cancel()
8527 if (cret != IO_WQ_CANCEL_NOTFOUND) in io_attempt_cancel()
8628 enum io_wq_cancel cret; in __io_uring_cancel_task_requests() local
8630 cret = io_wq_cancel_cb(ctx->io_wq, io_cancel_task_cb, task, true); in __io_uring_cancel_task_requests()
8631 if (cret != IO_WQ_CANCEL_NOTFOUND) in __io_uring_cancel_task_requests()