Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/drbd/
Ddrbd_nl.c81 static atomic_t notify_genl_seq = ATOMIC_INIT(2); /* two. */ variable
4567 seq = atomic_inc_return(&notify_genl_seq); in notify_resource_state()
4619 seq = atomic_inc_return(&notify_genl_seq); in notify_device_state()
4669 seq = atomic_inc_return(&notify_genl_seq); in notify_connection_state()
4720 seq = atomic_inc_return(&notify_genl_seq); in notify_peer_device_state()
4764 unsigned int seq = atomic_inc_return(&notify_genl_seq); in notify_helper()