Home
last modified time | relevance | path

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

/freebsd-14.2/tools/test/stress2/misc/
H A Dpthread8.sh56 u_int lock_cnt;
71 for (i = 0; i < ra->lock_cnt; i++) {
78 for (i = 0; i < ra->lock_cnt; i++) {
108 ra.lock_cnt = 100;
109 ra.locks = calloc(ra.lock_cnt, sizeof(pthread_mutex_t));
118 for (i = 0; i < ra.lock_cnt; i++) {
/freebsd-14.2/sys/contrib/xen/
H A Dsysctl.h465 uint64_aligned_t lock_cnt; /* # of locking succeeded */ member
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dphy.c2541 cfo->lock_cnt = 0; in rtw89_phy_cfo_init()
2766 cfo->lock_cnt++; in rtw89_phy_cfo_dm()
2767 if (cfo->lock_cnt > CFO_PERIOD_CNT) { in rtw89_phy_cfo_dm()
2769 cfo->lock_cnt = 0; in rtw89_phy_cfo_dm()
H A Dcore.h4000 u8 lock_cnt; member