Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dhpa.c533 size_t max_ops = (forced ? (size_t)-1 : 16); in hpa_shard_maybe_do_deferred_work() local
541 while (hpa_should_purge(tsdn, shard) && nops < max_ops) { in hpa_shard_maybe_do_deferred_work()
553 } while ((hugified || purged) && nops < max_ops); in hpa_shard_maybe_do_deferred_work()
/src/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h258 __u32 max_ops; member
/src/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3680 resp.tm_caps.max_ops = attr.tm_caps.max_ops; in ib_uverbs_ex_query_device()
/src/sys/ofed/include/rdma/
H A Dib_verbs.h299 u32 max_ops; member