HomeSort by: relevance | last modified time | path
    Searched defs:max_pending_ops (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
add.c 254 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
292 if (mc->pending_ops >= max_pending_ops) {
compare.c 196 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
234 if (mc->pending_ops >= max_pending_ops) {
delete.c 188 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) {
message_queue.c 185 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) {
modify.c 244 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
282 if (mc->pending_ops >= max_pending_ops) {
modrdn.c 258 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
296 if (mc->pending_ops >= max_pending_ops) {
search.c 690 int max_pending_ops = (mi->mi_max_pending_ops == 0) ? META_BACK_CFG_MAX_PENDING_OPS : mi->mi_max_pending_ops; local
768 if (mc->pending_ops >= max_pending_ops) {

Completed in 54 milliseconds