Searched refs:alloc_flags (Results 1 – 7 of 7) sorted by relevance
38 int alloc_flags; member96 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()
155 u_int alloc_flags, gpio_pin_t pin, uint32_t intr_mode);
86 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument101 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
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()
394 uint32_t alloc_flags; member
187 mr->alloc_flags = acc; in mlx5_reg_mr()
102 gfp_t alloc_flags = cbk ? GFP_ATOMIC : GFP_KERNEL; in alloc_cmd() local105 ent = kzalloc(sizeof(*ent), alloc_flags); in alloc_cmd()