Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_rmlock.c987 rms->writers = 0; in rms_init()
998 MPASS(rms->writers == 0); in rms_destroy()
1012 while (rms->writers > 0) in rms_rlock_fallback()
1075 MPASS(rms->writers > 0); in rms_runlock_fallback()
1081 wakeup_one(&rms->writers); in rms_runlock_fallback()
1173 MPASS(rms->writers == 1); in rms_wlock_switch()
1193 rms->writers++; in rms_wlock()
1194 if (rms->writers > 1) { in rms_wlock()
1229 MPASS(rms->writers >= 1); in rms_wunlock()
1231 rms->writers--; in rms_wunlock()
[all …]
/f-stack/freebsd/sys/
H A D_rmlock.h79 int writers; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst17 Since these data structures are lockless, the writers and readers
19 an element from a data structure, the writers cannot return the memory
159 Hence, they can be called concurrently from multiple writers even while
H A Dhash_lib.rst90 …top the readers from accessing the hash table until writers finish their updates. Readers and writ…
H A Dpacket_framework.rst1113 The threads performing table lookup are actually table writers rather than just readers.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst88 that the writers can free the memory associated with the lock free data