Home
last modified time | relevance | path

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

/linux/lib/
H A Dcodetag.c14 struct rw_semaphore mod_lock; /* protects mod_idr */ member
34 down_read(&cttype->mod_lock); in codetag_lock_module_list()
36 up_read(&cttype->mod_lock); in codetag_lock_module_list()
41 return down_read_trylock(&cttype->mod_lock) != 0; in codetag_trylock_module_list()
76 lockdep_assert_held(&cttype->mod_lock); in codetag_next_ct()
192 down_write(&cttype->mod_lock); in codetag_module_init()
199 up_write(&cttype->mod_lock); in codetag_module_init()
230 down_write(&cttype->mod_lock); in codetag_needs_module_section()
232 up_write(&cttype->mod_lock); in codetag_needs_module_section()
255 down_write(&cttype->mod_lock); in codetag_alloc_module_section()
[all …]