Searched refs:shareable (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_object.h94 * @shareable: Other ttm_object_files can access this object.
125 bool shareable; member in struct:ttm_base_object
138 * @shareable: This object is shareable with other applcations.
149 bool shareable,
166 * comparing the @tfile argument and checking the object shareable flag.
H A Dttm_object.c149 bool shareable,
158 base->shareable = shareable;
245 if (tfile != base->tfile && !base->shareable) {
246 printf("[TTM] Attempted access of non-shareable object %p\n",
147 ttm_base_object_init(struct ttm_object_file *tfile, struct ttm_base_object *base, bool shareable, enum ttm_object_type object_type, void (*rcount_release) (struct ttm_base_object **), void (*ref_obj_release) (struct ttm_base_object *, enum ttm_ref_type ref_type)) argument
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx_osm.c94 int shareable; local
97 shareable = (ahc->flags & AHC_EDGE_INTERRUPT) ? 0: RF_SHAREABLE;
100 RF_ACTIVE | shareable);

Completed in 62 milliseconds