/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_private.h | 72 uint32_t alloc_flags, 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.c | 259 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 D | bhndb_hwdata.c | 87 .alloc_flags = (_flags) \
|
H A D | bhndb_subr.c | 1067 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/sys/sys/ |
H A D | rangeset.h | 49 rs_free_data_t free_data, void *rs_data_ctx, u_int alloc_flags);
|
/freebsd/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 83 rs->rs_alloc_flags = alloc_flags; in rangeset_init()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiobusvar.h | 168 u_int alloc_flags, gpio_pin_t pin, uint32_t intr_mode);
|
H A D | gpiobus.c | 95 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument 110 alloc_flags); in gpio_alloc_intr_resource() 120 gpio_alloc_intr_resource(device_t consumer_dev, int *rid, u_int alloc_flags, in gpio_alloc_intr_resource() argument
|
/freebsd/sys/cam/ |
H A D | cam_xpt.c | 4550 if (free_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) { in xpt_free_ccb() 4572 int alloc_flags; in xpt_get_ccb_nowait() local 4575 alloc_flags = CAM_CCB_FROM_UMA; in xpt_get_ccb_nowait() 4578 alloc_flags = 0; in xpt_get_ccb_nowait() 4583 new_ccb->ccb_h.alloc_flags = alloc_flags; in xpt_get_ccb_nowait() 4593 int alloc_flags; in xpt_get_ccb() local 4597 alloc_flags = CAM_CCB_FROM_UMA; in xpt_get_ccb() 4600 alloc_flags = 0; in xpt_get_ccb() 4603 new_ccb->ccb_h.alloc_flags = alloc_flags; in xpt_get_ccb()
|
H A D | cam_periph.c | 1455 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 D | cam_ccb.h | 354 uint16_t alloc_flags; /* ccb_alloc_flags */ 356 uint16_t alloc_flags; /* ccb_alloc_flags */ 353 uint16_t alloc_flags; /* ccb_alloc_flags */ global() member 355 uint16_t alloc_flags; /* ccb_alloc_flags */ global() member
|
/freebsd/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/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 3176 arc_hdr_alloc_abd(arc_buf_hdr_t *hdr, int alloc_flags) in arc_hdr_alloc_abd() argument 3179 boolean_t alloc_rdata = ((alloc_flags & ARC_HDR_ALLOC_RDATA) != 0); in arc_hdr_alloc_abd() 3190 alloc_flags); in arc_hdr_alloc_abd() 3197 alloc_flags); in arc_hdr_alloc_abd() 4927 int alloc_flags) in arc_get_data_abd() argument 4931 arc_get_data_impl(hdr, size, tag, alloc_flags); in arc_get_data_abd() 4932 if (alloc_flags & ARC_HDR_ALLOC_LINEAR) in arc_get_data_abd() 5041 int alloc_flags) in arc_get_data_impl() argument 5059 B_TRUE, alloc_flags & ARC_HDR_USE_RESERVE); in arc_get_data_impl() 5880 int alloc_flags = encrypted_read ? ARC_HDR_ALLOC_RDATA : 0; in arc_read() local [all …]
|
/freebsd/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()
|
/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 1786 KASSERT((start_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) == 0, in ata_action()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 2619 KASSERT((start_ccb->ccb_h.alloc_flags & CAM_CCB_FROM_UMA) == 0, in scsi_action()
|