Searched refs:alloc_flags (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/serf/buckets/ |
| H A D | headers_buckets.c | 38 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-12.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_private.h | 73 uint32_t alloc_flags, 174 uint32_t alloc_flags; /**< resource allocation flags (@see bhndb_alloc_flags) */ member
|
| H A D | bhndb.h | 181 uint32_t alloc_flags; /**< port allocation flags (@see bhndb_alloc_flags) */ member
|
| H A D | bhndb.c | 274 uint32_t alloc_flags; in bhndb_init_region_cfg() local 331 alloc_flags = pp->alloc_flags; in bhndb_init_region_cfg() 333 alloc_flags = 0; in bhndb_init_region_cfg() 343 BHNDB_PRIORITY_HIGH, alloc_flags, regw); in bhndb_init_region_cfg() 402 pp->priority, pp->alloc_flags, NULL); in bhndb_init_region_cfg() 450 flags = region->alloc_flags; in bhndb_init_region_cfg() 1710 if ((region->alloc_flags & BHNDB_ALLOC_FULFILL_ON_OVERCOMMIT) == 0) in bhndb_io_resource_get_window()
|
| H A D | bhndb_hwdata.c | 90 .alloc_flags = (_flags) \
|
| H A D | bhndb_subr.c | 1073 bhnd_size_t size, bhndb_priority_t priority, uint32_t alloc_flags, in bhndb_add_resource_region() argument 1087 .alloc_flags = alloc_flags, in bhndb_add_resource_region()
|
| /freebsd-12.1/sys/sys/ |
| H A D | rangeset.h | 52 rs_free_data_t free_data, void *rs_data_ctx, u_int alloc_flags);
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_rangeset.c | 78 rs_free_data_t free_data, void *data_ctx, u_int alloc_flags) in rangeset_init() argument 85 rs->rs_alloc_flags = alloc_flags; in rangeset_init()
|
| /freebsd-12.1/sys/dev/gpio/ |
| H A D | gpiobusvar.h | 160 u_int alloc_flags, gpio_pin_t pin, uint32_t intr_mode);
|
| H A D | gpiobus.c | 88 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument 103 alloc_flags); in gpio_alloc_intr_resource() 113 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument
|
| /freebsd-12.1/contrib/ofed/libmlx5/ |
| H A D | qp.c | 532 !(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 D | mlx5.h | 394 uint32_t alloc_flags; member
|
| H A D | verbs.c | 187 mr->alloc_flags = acc; in mlx5_reg_mr()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_cmd.c | 102 gfp_t alloc_flags = cbk ? GFP_ATOMIC : GFP_KERNEL; in alloc_cmd() local 105 ent = kzalloc(sizeof(*ent), alloc_flags); in alloc_cmd()
|