Searched defs:alloc_flags (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/sys/kern/ |
H A D | subr_rangeset.c | 76 rs_free_data_t free_data, void *data_ctx, u_int alloc_flags) in rangeset_init() argument
|
/freebsd-src/sys/dev/bhnd/bhndb/ |
H A D | bhndb_private.h | 172 uint32_t alloc_flags; /**< resource allocation flags (@see bhndb_alloc_flags) */ member
|
H A D | bhndb.h | 176 uint32_t alloc_flags; /**< port allocation flags (@see bhndb_alloc_flags) */ member
|
H A D | bhndb_subr.c | 1067 bhnd_size_t size, bhndb_priority_t priority, uint32_t alloc_flags, in bhndb_add_resource_region()
|
H A D | bhndb.c | 259 uint32_t alloc_flags; in bhndb_init_region_cfg() local
|
/freebsd-src/sys/dev/gpio/ |
H A D | gpiobus.c | 97 gpio_alloc_intr_resource(device_t consumer_dev,int * rid,u_int alloc_flags,gpio_pin_t pin,uint32_t intr_mode) gpio_alloc_intr_resource() argument 122 gpio_alloc_intr_resource(device_t consumer_dev,int * rid,u_int alloc_flags,gpio_pin_t pin,uint32_t intr_mode) gpio_alloc_intr_resource() argument
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 3158 arc_hdr_alloc_abd(arc_buf_hdr_t * hdr,int alloc_flags) arc_hdr_alloc_abd() argument 4786 arc_get_data_abd(arc_buf_hdr_t * hdr,uint64_t size,const void * tag,int alloc_flags) arc_get_data_abd() argument 4898 arc_get_data_impl(arc_buf_hdr_t * hdr,uint64_t size,const void * tag,int alloc_flags) arc_get_data_impl() argument 5686 int alloc_flags = encrypted_read ? ARC_HDR_ALLOC_RDATA : 0; arc_read() local [all...] |
/freebsd-src/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
|
/freebsd-src/sys/cam/ |
H A D | cam_xpt.c | 4574 int alloc_flags; in xpt_get_ccb_nowait() local 4595 int alloc_flags; in xpt_get_ccb() local
|
H A D | cam_ccb.h | 354 uint16_t alloc_flags; /* ccb_alloc_flags */ member 356 uint16_t alloc_flags; /* ccb_alloc_flags */ member
|
/freebsd-src/contrib/ofed/libmlx5/ |
H A D | mlx5.h | 394 uint32_t alloc_flags; member
|