Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/serf/buckets/
HDheaders_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-11-stable/sys/dev/gpio/
HDgpiobusvar.h155 u_int alloc_flags, gpio_pin_t pin, uint32_t intr_mode);
HDgpiobus.c86 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument
101 alloc_flags); in gpio_alloc_intr_resource()
111 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument
/freebsd-11-stable/contrib/ofed/libmlx5/
HDqp.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()
HDmlx5.h394 uint32_t alloc_flags; member
HDverbs.c187 mr->alloc_flags = acc; in mlx5_reg_mr()
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_cmd.c102 gfp_t alloc_flags = cbk ? GFP_ATOMIC : GFP_KERNEL; in alloc_cmd() local
105 ent = kzalloc(sizeof(*ent), alloc_flags); in alloc_cmd()