Searched refs:max_pending_ops (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmessage_queue.c185 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
188 mc, mc->pending_ops, max_pending_ops );
191 if (mc->pending_ops >= max_pending_ops) {
H A Dcompare.c196 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
226 if (mc->pending_ops >= max_pending_ops) {
H A Ddelete.c188 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
219 if (mc->pending_ops >= max_pending_ops) {
H A Dmodrdn.c258 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
288 if (mc->pending_ops >= max_pending_ops) {
H A Dadd.c253 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
284 if (mc->pending_ops >= max_pending_ops) {
H A Dmodify.c248 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
279 if (mc->pending_ops >= max_pending_ops) {
H A Dsearch.c689 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
760 if (mc->pending_ops >= max_pending_ops) {

Completed in 113 milliseconds