Home
last modified time | relevance | path

Searched refs:sleepers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c44 * @tx_lock: protects svq, sbufs and sleepers, to allow concurrent senders.
50 * @sleepers: number of senders that are waiting for a tx buffer
69 atomic_t sleepers; member
479 * the "sleepers" reference count, and exits.
493 if (atomic_inc_return(&vrp->sleepers) == 1) in rpmsg_upref_sleepers()
508 * the "sleepers" reference count, and exits.
520 if (atomic_dec_and_test(&vrp->sleepers)) in rpmsg_downref_sleepers()
/kernel/linux/linux-6.6/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c44 * @tx_lock: protects svq, sbufs and sleepers, to allow concurrent senders.
50 * @sleepers: number of senders that are waiting for a tx buffer
68 atomic_t sleepers; member
471 * the "sleepers" reference count, and exits.
485 if (atomic_inc_return(&vrp->sleepers) == 1) in rpmsg_upref_sleepers()
500 * the "sleepers" reference count, and exits.
512 if (atomic_dec_and_test(&vrp->sleepers)) in rpmsg_downref_sleepers()

Completed in 3 milliseconds