Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Ddz.c78 atomic_t map_guard; member
666 int map_guard; in dz_release_port() local
671 map_guard = atomic_add_return(-1, &mux->map_guard); in dz_release_port()
672 if (!map_guard) in dz_release_port()
691 int map_guard; in dz_request_port() local
694 map_guard = atomic_add_return(1, &mux->map_guard); in dz_request_port()
695 if (map_guard == 1) { in dz_request_port()
698 atomic_add(-1, &mux->map_guard); in dz_request_port()
706 map_guard = atomic_add_return(-1, &mux->map_guard); in dz_request_port()
707 if (!map_guard) in dz_request_port()
Dsb1250-duart.c97 refcount_t map_guard; member
654 if(refcount_dec_and_test(&duart->map_guard)) in sbd_release_port()
697 refcount_inc(&duart->map_guard); in sbd_request_port()
698 if (refcount_read(&duart->map_guard) == 1) { in sbd_request_port()
701 refcount_dec(&duart->map_guard); in sbd_request_port()
709 if (refcount_dec_and_test(&duart->map_guard)) in sbd_request_port()