OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lc_refcnt
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
unbind.c
65
lc->lc_conn->c_connid, lc->
lc_refcnt
, lc->lc_lcflags );
67
if ( lc->
lc_refcnt
> 0 ) {
bind.c
326
if ( lc->
lc_refcnt
> 1 ) {
336
assert( lc->
lc_refcnt
== 1 );
346
lc->lc_conn->c_connid, lc->
lc_refcnt
);
348
if ( tmplc->
lc_refcnt
!= 0 ) {
386
* we can do this because
lc_refcnt
== 1 */
507
if ( lc->
lc_refcnt
== 0 ) {
755
lc->
lc_refcnt
= 1;
903
if ( !LDAP_BACK_CONN_BINDING( lc ) && lc->
lc_refcnt
== 0 ) {
951
refcnt = ++lc->
lc_refcnt
;
1038
refcnt = ++tmplc->
lc_refcnt
;
[
all
...]
back-ldap.h
106
#define
lc_refcnt
lc_base.lcb_refcnt
macro
/src/sys/sys/
localcount.h
48
volatile uint32_t
lc_refcnt
; /* only for debugging */
member in struct:localcount
/src/sys/kern/
subr_localcount.c
222
if (atomic_inc_32_nv(&lc->
lc_refcnt
) == 0)
270
if (atomic_dec_32_nv(&lc->
lc_refcnt
) == UINT_MAX)
287
return lc->
lc_refcnt
;
Completed in 18 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026