Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h72 uint32_t alloc_flags,
172 uint32_t alloc_flags; /**< resource allocation flags (@see bhndb_alloc_flags) */ member
H A Dbhndb.h176 uint32_t alloc_flags; /**< port allocation flags (@see bhndb_alloc_flags) */ member
H A Dbhndb_hwdata.c87 .alloc_flags = (_flags) \
H A Dbhndb.c259 uint32_t alloc_flags; in bhndb_init_region_cfg() local
316 alloc_flags = pp->alloc_flags; in bhndb_init_region_cfg()
318 alloc_flags = 0; in bhndb_init_region_cfg()
328 BHNDB_PRIORITY_HIGH, alloc_flags, regw); in bhndb_init_region_cfg()
387 pp->priority, pp->alloc_flags, NULL); in bhndb_init_region_cfg()
435 flags = region->alloc_flags; in bhndb_init_region_cfg()
1686 if ((region->alloc_flags & BHNDB_ALLOC_FULFILL_ON_OVERCOMMIT) == 0) in bhndb_io_resource_get_window()
H A Dbhndb_subr.c1067 bhnd_size_t size, bhndb_priority_t priority, uint32_t alloc_flags, in bhndb_add_resource_region() argument
1081 .alloc_flags = alloc_flags, in bhndb_add_resource_region()
/freebsd-src/sys/sys/
H A Drangeset.h49 rs_free_data_t free_data, void *rs_data_ctx, u_int alloc_flags);
/freebsd-src/sys/kern/
H A Dsubr_rangeset.c76 rs_free_data_t free_data, void *data_ctx, u_int alloc_flags) in rangeset_init() argument
83 rs->rs_alloc_flags = alloc_flags; in rangeset_init()
/freebsd-src/sys/dev/gpio/
H A Dgpiobusvar.h168 u_int alloc_flags, gpio_pin_t pin, uint32_t intr_mode);
H A Dgpiobus.c95 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags,
110 alloc_flags); in gpio_alloc_intr_resource()
120 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags,
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/cam/
H A Dcam_xpt.c4552 if (free_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) { in xpt_free_ccb()
4574 int alloc_flags; in xpt_get_ccb_nowait() local
4577 alloc_flags = CAM_CCB_FROM_UMA; in xpt_get_ccb_nowait()
4580 alloc_flags = 0; in xpt_get_ccb_nowait()
4585 new_ccb->ccb_h.alloc_flags = alloc_flags; in xpt_get_ccb_nowait()
4595 int alloc_flags; in xpt_get_ccb() local
4599 alloc_flags = CAM_CCB_FROM_UMA; in xpt_get_ccb()
4602 alloc_flags = 0; in xpt_get_ccb()
4605 new_ccb->ccb_h.alloc_flags = alloc_flags; in xpt_get_ccb()
H A Dcam_periph.c1455 done_flags = done_ccb->ccb_h.alloc_flags; in camperiphdone()
1457 done_ccb->ccb_h.alloc_flags = done_flags; in camperiphdone()
1752 flags = orig_ccb->ccb_h.alloc_flags; in camperiphscsisenseerror()
1754 orig_ccb->ccb_h.alloc_flags = flags; in camperiphscsisenseerror()
H A Dcam_ccb.h354 uint16_t alloc_flags; /* ccb_alloc_flags */ member
356 uint16_t alloc_flags; /* ccb_alloc_flags */ member
/freebsd-src/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-src/sys/contrib/openzfs/module/zfs/
H A Darc.c3175 arc_hdr_alloc_abd(arc_buf_hdr_t *hdr, int alloc_flags) in arc_hdr_alloc_abd()
3178 boolean_t alloc_rdata = ((alloc_flags & ARC_HDR_ALLOC_RDATA) != 0); in arc_hdr_alloc_abd()
3189 alloc_flags); in arc_hdr_free_abd()
3196 alloc_flags); in arc_hdr_free_abd()
4926 int alloc_flags) in arc_get_data_impl()
4930 arc_get_data_impl(hdr, size, tag, alloc_flags); in arc_get_data_impl()
4931 if (alloc_flags & ARC_HDR_ALLOC_LINEAR) in arc_get_data_impl()
5040 int alloc_flags) in arc_access()
5058 B_TRUE, alloc_flags & ARC_HDR_USE_RESERVE); in arc_access()
5878 int alloc_flags in arc_read()
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 Dmlx5_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()
/freebsd-src/sys/cam/ata/
H A Data_xpt.c1786 KASSERT((start_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) == 0, in ata_action()
/freebsd-src/sys/cam/scsi/
H A Dscsi_xpt.c2621 KASSERT((start_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) == 0, in scsi_action()