Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/s390/net/
Dqeth_l2_main.c899 static refcount_t qeth_l2_switchdev_notify_refcnt; variable
906 if (!refcount_inc_not_zero(&qeth_l2_switchdev_notify_refcnt)) { in qeth_l2_br2dev_get()
913 refcount_set(&qeth_l2_switchdev_notify_refcnt, 1); in qeth_l2_br2dev_get()
918 qeth_l2_switchdev_notify_refcnt.refs.counter); in qeth_l2_br2dev_get()
926 if (refcount_dec_and_test(&qeth_l2_switchdev_notify_refcnt)) { in qeth_l2_br2dev_put()
938 qeth_l2_switchdev_notify_refcnt.refs.counter); in qeth_l2_br2dev_put()
2441 refcount_set(&qeth_l2_switchdev_notify_refcnt, 0); in qeth_l2_init()