Home
last modified time | relevance | path

Searched refs:backlog (Results 51 – 75 of 197) sorted by relevance

12345678

/openbmc/linux/include/rdma/
H A Diw_cm.h128 int iw_cm_listen(struct iw_cm_id *cm_id, int backlog);
/openbmc/linux/net/sched/
H A Dsch_hhf.c405 prev_backlog = sch->qstats.backlog; in hhf_enqueue()
414 qdisc_tree_reduce_backlog(sch, 1, prev_backlog - sch->qstats.backlog); in hhf_enqueue()
561 prev_backlog = sch->qstats.backlog; in hhf_change()
568 prev_backlog - sch->qstats.backlog); in hhf_change()
H A Dsch_codel.c75 sch->qstats.backlog -= qdisc_pkt_len(skb); in dequeue_func()
94 skb = codel_dequeue(sch, &sch->qstats.backlog, &q->params, &q->vars, in codel_qdisc_dequeue()
H A Dsch_plug.c92 if (likely(sch->qstats.backlog + skb->len <= q->limit)) { in plug_enqueue()
H A Dsch_sfb.c407 sch->qstats.backlog += len; in sfb_enqueue()
583 sch->qstats.backlog = q->qdisc->qstats.backlog; in sfb_dump()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.c232 INIT_LIST_HEAD(&inst->backlog.list); in qat_crypto_create_instances()
233 spin_lock_init(&inst->backlog.lock); in qat_crypto_create_instances()
H A Dqat_compression.c183 INIT_LIST_HEAD(&inst->backlog.list); in qat_compression_create_instances()
184 spin_lock_init(&inst->backlog.lock); in qat_compression_create_instances()
/openbmc/linux/include/xen/interface/io/
H A Dpvcalls.h68 uint32_t backlog; member
/openbmc/linux/drivers/infiniband/core/
H A Dcma_priv.h80 int backlog; member
H A Diwcm.c561 int iw_cm_listen(struct iw_cm_id *cm_id, int backlog) in iw_cm_listen() argument
569 if (!backlog) in iw_cm_listen()
570 backlog = default_backlog; in iw_cm_listen()
572 ret = alloc_work_entries(cm_id_priv, backlog); in iw_cm_listen()
584 backlog); in iw_cm_listen()
H A Ducma.c90 atomic_t backlog; member
303 if (!atomic_add_unless(&listen_ctx->backlog, -1, 0)) in ucma_connect_event_handler()
328 atomic_inc(&listen_ctx->backlog); in ucma_connect_event_handler()
414 atomic_inc(&uevent->ctx->backlog); in ucma_get_event()
1100 if (cmd.backlog <= 0 || cmd.backlog > max_backlog) in ucma_listen()
1101 cmd.backlog = max_backlog; in ucma_listen()
1102 atomic_set(&ctx->backlog, cmd.backlog); in ucma_listen()
1105 ret = rdma_listen(ctx->cm_id, cmd.backlog); in ucma_listen()
/openbmc/linux/drivers/atm/
H A Deni.h50 struct sk_buff_head backlog; /* queue of waiting TX buffers */ member
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_ets.sh116 qdisc_stats_get $swp3 10: .backlog)
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.h117 int siw_create_listen(struct iw_cm_id *id, int backlog);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf101 tcp-backlog 511
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dredis.conf101 tcp-backlog 511
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cm.h155 int erdma_create_listen(struct iw_cm_id *id, int backlog);
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c822 struct crypto_async_request *req, *backlog; in safexcel_dequeue() local
830 backlog = priv->ring[ring].backlog; in safexcel_dequeue()
836 backlog = crypto_get_backlog(&priv->ring[ring].queue); in safexcel_dequeue()
842 priv->ring[ring].backlog = NULL; in safexcel_dequeue()
852 if (backlog) in safexcel_dequeue()
853 crypto_request_complete(backlog, -EINPROGRESS); in safexcel_dequeue()
872 priv->ring[ring].backlog = backlog; in safexcel_dequeue()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h82 #define xlisten(fd, backlog) \ argument
84 int __ret = listen((fd), (backlog)); \
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c496 } else if (!list_empty(&ctx->backlog)) { in sec_skcipher_alg_callback()
498 backlog_req = list_first_entry(&ctx->backlog, in sec_skcipher_alg_callback()
813 !list_empty(&ctx->backlog)) { in sec_alg_skcipher_crypto()
816 list_add_tail(&sec_req->backlog_head, &ctx->backlog); in sec_alg_skcipher_crypto()
877 INIT_LIST_HEAD(&ctx->backlog); in sec_alg_skcipher_init()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_iw_cm.c657 int qedr_iw_create_listen(struct iw_cm_id *cm_id, int backlog) in qedr_iw_create_listen() argument
681 listener->backlog = backlog; in qedr_iw_create_listen()
685 iparams.max_backlog = backlog; in qedr_iw_create_listen()
/openbmc/qemu/
H A Dqemu-nbd.c1040 int backlog; in main() local
1043 backlog = SOMAXCONN; in main()
1045 backlog = MIN(shared, SOMAXCONN); in main()
1055 if (qio_net_listener_open_sync(server, opts.saddr, backlog, in main()
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c1373 struct crypto_async_request *async_req, *backlog; in s5p_hash_handle_queue() local
1388 backlog = crypto_get_backlog(&dd->hash_queue); in s5p_hash_handle_queue()
1398 if (backlog) in s5p_hash_handle_queue()
1399 crypto_request_complete(backlog, -EINPROGRESS); in s5p_hash_handle_queue()
1977 struct crypto_async_request *async_req, *backlog; in s5p_tasklet_cb() local
1982 backlog = crypto_get_backlog(&dev->queue); in s5p_tasklet_cb()
1992 if (backlog) in s5p_tasklet_cb()
1993 crypto_request_complete(backlog, -EINPROGRESS); in s5p_tasklet_cb()
/openbmc/linux/include/linux/
H A Dtcp.h513 static inline void fastopen_queue_tune(struct sock *sk, int backlog) in fastopen_queue_tune() argument
518 WRITE_ONCE(queue->fastopenq.max_qlen, min_t(unsigned int, backlog, somaxconn)); in fastopen_queue_tune()
/openbmc/linux/net/atm/
H A Dsvc.c287 static int svc_listen(struct socket *sock, int backlog) in svc_listen() argument
320 sk->sk_max_ack_backlog = backlog > 0 ? backlog : ATM_BACKLOG_DEFAULT; in svc_listen()

12345678