Home
last modified time | relevance | path

Searched refs:alloc_flags (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/serf/buckets/
H A Dheaders_buckets.c38 int alloc_flags; member
96 hdr->alloc_flags = 0; in serf_bucket_headers_setx()
101 hdr->alloc_flags |= ALLOC_HEADER; in serf_bucket_headers_setx()
109 hdr->alloc_flags |= ALLOC_VALUE; in serf_bucket_headers_setx()
248 if (scan->alloc_flags & ALLOC_HEADER) in serf_headers_destroy_and_data()
250 if (scan->alloc_flags & ALLOC_VALUE) in serf_headers_destroy_and_data()
/freebsd-13.1/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h73 uint32_t alloc_flags,
173 uint32_t alloc_flags; /**< resource allocation flags (@see bhndb_alloc_flags) */ member
H A Dbhndb.h178 uint32_t alloc_flags; /**< port allocation flags (@see bhndb_alloc_flags) */ member
H A Dbhndb_hwdata.c90 .alloc_flags = (_flags) \
H A Dbhndb.c271 uint32_t alloc_flags; in bhndb_init_region_cfg() local
328 alloc_flags = pp->alloc_flags; in bhndb_init_region_cfg()
330 alloc_flags = 0; in bhndb_init_region_cfg()
340 BHNDB_PRIORITY_HIGH, alloc_flags, regw); in bhndb_init_region_cfg()
399 pp->priority, pp->alloc_flags, NULL); in bhndb_init_region_cfg()
447 flags = region->alloc_flags; in bhndb_init_region_cfg()
1707 if ((region->alloc_flags & BHNDB_ALLOC_FULFILL_ON_OVERCOMMIT) == 0) in bhndb_io_resource_get_window()
H A Dbhndb_subr.c1070 bhnd_size_t size, bhndb_priority_t priority, uint32_t alloc_flags, in bhndb_add_resource_region() argument
1084 .alloc_flags = alloc_flags, in bhndb_add_resource_region()
/freebsd-13.1/sys/sys/
H A Drangeset.h51 rs_free_data_t free_data, void *rs_data_ctx, u_int alloc_flags);
/freebsd-13.1/sys/kern/
H A Dsubr_rangeset.c77 rs_free_data_t free_data, void *data_ctx, u_int alloc_flags) in rangeset_init() argument
84 rs->rs_alloc_flags = alloc_flags; in rangeset_init()
/freebsd-13.1/sys/dev/gpio/
H A Dgpiobusvar.h170 u_int alloc_flags, gpio_pin_t pin, uint32_t intr_mode);
H A Dgpiobus.c100 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument
115 alloc_flags); in gpio_alloc_intr_resource()
125 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dqp.c532 !(to_mmr(bind_info->mr)->alloc_flags & IBV_ACCESS_MW_BIND) || in set_bind_wr()
535 !(to_mmr(bind_info->mr)->alloc_flags & IBV_ACCESS_LOCAL_WRITE)))) in set_bind_wr()
1009 if (to_mmr(bind_info->mr)->alloc_flags & IBV_ACCESS_ZERO_BASED) { in mlx5_bind_mw()
H A Dmlx5.h394 uint32_t alloc_flags; member
H A Dverbs.c187 mr->alloc_flags = acc; in mlx5_reg_mr()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c3179 arc_hdr_alloc_abd(arc_buf_hdr_t *hdr, int alloc_flags) in arc_hdr_alloc_abd() argument
3193 alloc_flags); in arc_hdr_alloc_abd()
3200 alloc_flags); in arc_hdr_alloc_abd()
5203 int alloc_flags) in arc_get_data_abd() argument
5207 arc_get_data_impl(hdr, size, tag, alloc_flags); in arc_get_data_abd()
5317 int alloc_flags) in arc_get_data_impl() argument
5322 if (alloc_flags & ARC_HDR_DO_ADAPT) in arc_get_data_impl()
5339 alloc_flags & ARC_HDR_USE_RESERVE); in arc_get_data_impl()
6140 int alloc_flags = encrypted_read ? ARC_HDR_ALLOC_RDATA : 0; in arc_read() local
6171 alloc_flags |= ARC_HDR_DO_ADAPT; in arc_read()
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c104 gfp_t alloc_flags = cbk ? GFP_ATOMIC : GFP_KERNEL; in alloc_cmd() local
107 ent = kzalloc(sizeof(*ent), alloc_flags); in alloc_cmd()