Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 1555) sorted by relevance

12345678910>>...63

/freebsd-src/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh108 typeset object=$1
113 if [[ -f $object ]]; then
118 $CHMOD S+c${attr} $object
130 typeset object=$1
136 if [[ -f $object ]]; then
144 $CHMOD S-c${attr} $object
156 typeset object=$1
159 if [[ -z $object || -z $attr ]]; then
160 log_fail "Object($object), Attr($attr) not defined."
175 $func $object
[all …]
H A Dcifs_attr_001_pos.ksh83 typeset object=$1
88 if [[ -z $object ]]; then
93 $RUNWATTR -u $user "$CHMOD S+c${attr} $object"
96 $CHMOD S+c${attr} $object
112 typeset object=$1
117 if [[ -z $object ]]; then
122 $RUNWATTR -u $user "$CHMOD S-c${attr} $object"
125 $CHMOD S-c${attr} $object
141 typeset object=$2
143 if [[ -z $user || -z $object ]]; then
[all …]
H A Dcifs_attr_002_pos.ksh86 typeset object=$1
91 if [[ -z $object ]]; then
97 if [[ -f $object ]]; then
104 "$CHMOD S+c${attr} $object"
107 $CHMOD S+c${attr} $object
123 typeset object=$1
128 if [[ -z $object ]]; then
129 log_fail "Object($object) not defined."
134 if [[ -f $object ]]; then
141 "$CHMOD S-c${attr} $object"
[all …]
/freebsd-src/sys/vm/
H A Dvm_object.c62 * Virtual memory object module.
113 static int vm_object_page_collect_flush(vm_object_t object, vm_page_t p,
118 static void vm_object_backing_remove(vm_object_t object);
123 * page of memory exists within exactly one object.
125 * An object is only deallocated when all "references"
127 * region of an object should be writeable.
129 * Associated with each object is a list of all resident
130 * memory pages belonging to that object; this list is
131 * maintained by the "vm_page" module, and locked by the object's
134 * Each object als
176 vm_object_t object; vm_object_zdtor() local
210 vm_object_t object; vm_object_zinit() local
233 _vm_object_allocate(objtype_t type,vm_pindex_t size,u_short flags,vm_object_t object,void * handle) _vm_object_allocate() argument
312 vm_object_clear_flag(vm_object_t object,u_short bits) vm_object_clear_flag() argument
329 vm_object_set_memattr(vm_object_t object,vm_memattr_t memattr) vm_object_set_memattr() argument
344 vm_object_pip_add(vm_object_t object,short i) vm_object_pip_add() argument
352 vm_object_pip_wakeup(vm_object_t object) vm_object_pip_wakeup() argument
359 vm_object_pip_wakeupn(vm_object_t object,short i) vm_object_pip_wakeupn() argument
372 vm_object_pip_sleep(vm_object_t object,const char * waitid) vm_object_pip_sleep() argument
380 vm_object_pip_wait(vm_object_t object,const char * waitid) vm_object_pip_wait() argument
390 vm_object_pip_wait_unlocked(vm_object_t object,const char * waitid) vm_object_pip_wait_unlocked() argument
406 vm_object_t object; vm_object_allocate() local
441 vm_object_t object; vm_object_allocate_dyn() local
461 vm_object_t handle, object; vm_object_allocate_anon() local
478 vm_object_reference_vnode(vm_object_t object) vm_object_reference_vnode() argument
501 vm_object_reference(vm_object_t object) vm_object_reference() argument
523 vm_object_reference_locked(vm_object_t object) vm_object_reference_locked() argument
539 vm_object_deallocate_vnode(vm_object_t object) vm_object_deallocate_vnode() argument
570 vm_object_t object; vm_object_deallocate_anon() local
622 vm_object_deallocate(vm_object_t object) vm_object_deallocate() argument
697 vm_object_destroy(vm_object_t object) vm_object_destroy() argument
703 vm_object_sub_shadow(vm_object_t object) vm_object_sub_shadow() argument
711 vm_object_backing_remove_locked(vm_object_t object) vm_object_backing_remove_locked() argument
731 vm_object_backing_remove(vm_object_t object) vm_object_backing_remove() argument
749 vm_object_backing_insert_locked(vm_object_t object,vm_object_t backing_object) vm_object_backing_insert_locked() argument
765 vm_object_backing_insert(vm_object_t object,vm_object_t backing_object) vm_object_backing_insert() argument
785 vm_object_backing_insert_ref(vm_object_t object,vm_object_t backing_object) vm_object_backing_insert_ref() argument
809 vm_object_backing_transfer(vm_object_t object,vm_object_t backing_object) vm_object_backing_transfer() argument
841 vm_object_collapse_wait(vm_object_t object) vm_object_collapse_wait() argument
857 vm_object_backing_collapse_wait(vm_object_t object) vm_object_backing_collapse_wait() argument
884 vm_object_terminate_pages(vm_object_t object) vm_object_terminate_pages() argument
931 vm_object_terminate(vm_object_t object) vm_object_terminate() argument
1024 vm_object_page_clean(vm_object_t object,vm_ooffset_t start,vm_ooffset_t end,int flags) vm_object_page_clean() argument
1115 vm_object_page_collect_flush(vm_object_t object,vm_page_t p,int pagerflags,int flags,boolean_t * allclean,boolean_t * eio) vm_object_page_collect_flush() argument
1172 vm_object_sync(vm_object_t object,vm_ooffset_t offset,vm_size_t size,boolean_t syncio,boolean_t invalidate) vm_object_sync() argument
1281 vm_object_advice_applies(vm_object_t object,int advice) vm_object_advice_applies() argument
1293 vm_object_madvise_freespace(vm_object_t object,int advice,vm_pindex_t pindex,vm_size_t size) vm_object_madvise_freespace() argument
1322 vm_object_madvise(vm_object_t object,vm_pindex_t pindex,vm_pindex_t end,int advice) vm_object_madvise() argument
1436 vm_object_shadow(vm_object_t * object,vm_ooffset_t * offset,vm_size_t length,struct ucred * cred,bool shared) vm_object_shadow() argument
1655 vm_object_collapse_scan_wait(vm_object_t object,vm_page_t p) vm_object_collapse_scan_wait() argument
1686 vm_object_scan_all_shadowed(vm_object_t object) vm_object_scan_all_shadowed() argument
1773 vm_object_collapse_scan(vm_object_t object) vm_object_collapse_scan() argument
1905 vm_object_collapse(vm_object_t object) vm_object_collapse() argument
2064 vm_object_page_remove(vm_object_t object,vm_pindex_t start,vm_pindex_t end,int options) vm_object_page_remove() argument
2171 vm_object_page_noreuse(vm_object_t object,vm_pindex_t start,vm_pindex_t end) vm_object_page_noreuse() argument
2203 vm_object_populate(vm_object_t object,vm_pindex_t start,vm_pindex_t end) vm_object_populate() argument
2341 vm_object_set_writeable_dirty_(vm_object_t object) vm_object_set_writeable_dirty_() argument
2347 vm_object_mightbedirty_(vm_object_t object) vm_object_mightbedirty_() argument
2361 vm_object_unwire(vm_object_t object,vm_ooffset_t offset,vm_size_t length,uint8_t queue) vm_object_unwire() argument
2444 vm_object_vnode(vm_object_t object) vm_object_vnode() argument
2663 _vm_object_in_map(vm_map_t map,vm_object_t object,vm_map_entry_t entry) _vm_object_in_map() argument
2695 vm_object_in_map(vm_object_t object) vm_object_in_map() argument
2716 vm_object_t object; DB_SHOW_COMMAND_FLAGS() local
2745 DB_SHOW_COMMAND(object,vm_object_print_static) DB_SHOW_COMMAND() argument
2748 vm_object_t object = (vm_object_t)addr; DB_SHOW_COMMAND() local
2814 vm_object_t object; DB_SHOW_COMMAND_FLAGS() local
[all...]
H A Dvm_object.h62 * Virtual memory object module definitions.
81 * vm_object_t Virtual memory object.
86 * (o) per-object lock
114 blockcount_t busy; /* (a) object is busy, disallow page busy. */
116 struct vm_object *backing_object; /* object that I'm a shadow of */
117 vm_ooffset_t backing_object_offset;/* Offset in backing object */
193 #define OBJ_PG_DTOR 0x00000080 /* do not reset object, leave that
196 #define OBJ_SWAP 0x00000200 /* object swaps, type will be OBJT_SWAP
198 #define OBJ_SPLIT 0x00000400 /* object is being split */
236 extern struct mtx vm_object_list_mtx; /* lock for object lis
238 VM_OBJECT_ASSERT_LOCKED(object) global() argument
240 VM_OBJECT_ASSERT_RLOCKED(object) global() argument
242 VM_OBJECT_ASSERT_WLOCKED(object) global() argument
244 VM_OBJECT_ASSERT_UNLOCKED(object) global() argument
246 VM_OBJECT_LOCK_DOWNGRADE(object) global() argument
248 VM_OBJECT_RLOCK(object) global() argument
250 VM_OBJECT_RUNLOCK(object) global() argument
252 VM_OBJECT_SLEEP(object,wchan,pri,wmesg,timo) global() argument
254 VM_OBJECT_TRYRLOCK(object) global() argument
256 VM_OBJECT_TRYWLOCK(object) global() argument
258 VM_OBJECT_TRYUPGRADE(object) global() argument
260 VM_OBJECT_WLOCK(object) global() argument
262 VM_OBJECT_WOWNED(object) global() argument
264 VM_OBJECT_WUNLOCK(object) global() argument
266 VM_OBJECT_UNLOCK(object) global() argument
268 VM_OBJECT_DROP(object) global() argument
270 VM_OBJECT_PICKUP(object,state) global() argument
273 VM_OBJECT_ASSERT_PAGING(object) global() argument
276 VM_OBJECT_ASSERT_REFERENCE(object) global() argument
286 vm_object_set_flag(vm_object_t object,u_short bits) vm_object_set_flag() argument
307 vm_object_color(vm_object_t object,u_short color) vm_object_color() argument
317 vm_object_reserv(vm_object_t object) vm_object_reserv() argument
339 vm_object_busied(vm_object_t object) vm_object_busied() argument
344 VM_OBJECT_ASSERT_BUSY(object) global() argument
[all...]
H A Ddevice_pager.c65 static void dev_pager_free_page(vm_object_t object, vm_page_t m);
66 static int dev_pager_populate(vm_object_t object, vm_pindex_t pidx,
97 static int old_dev_pager_fault(vm_object_t object, vm_ooffset_t offset,
117 vm_object_t object; in cdev_pager_lookup()
121 object = vm_pager_object_lookup(&dev_pager_object_list, handle); in cdev_pager_lookup()
122 if (object != NULL && object->un_pager.devp.handle == NULL) { in cdev_pager_lookup()
123 msleep(&object->un_pager.devp.handle, &dev_pager_mtx, in cdev_pager_lookup()
125 vm_object_deallocate(object); in cdev_pager_lookup()
129 return (object); in cdev_pager_lookup()
116 vm_object_t object; cdev_pager_lookup() local
136 vm_object_t object; cdev_pager_allocate() local
262 cdev_pager_free_page(vm_object_t object,vm_page_t m) cdev_pager_free_page() argument
275 dev_pager_free_page(vm_object_t object,vm_page_t m) dev_pager_free_page() argument
287 dev_pager_dealloc(vm_object_t object) dev_pager_dealloc() argument
316 dev_pager_getpages(vm_object_t object,vm_page_t * ma,int count,int * rbehind,int * rahead) dev_pager_getpages() argument
352 dev_pager_populate(vm_object_t object,vm_pindex_t pidx,int fault_type,vm_prot_t max_prot,vm_pindex_t * first,vm_pindex_t * last) dev_pager_populate() argument
364 old_dev_pager_fault(vm_object_t object,vm_ooffset_t offset,int prot,vm_page_t * mres) old_dev_pager_fault() argument
437 dev_pager_putpages(vm_object_t object,vm_page_t * m,int count,int flags,int * rtvals) dev_pager_putpages() argument
445 dev_pager_haspage(vm_object_t object,vm_pindex_t pindex,int * before,int * after) dev_pager_haspage() argument
[all...]
H A Dphys_pager.c52 static int default_phys_pager_getpages(vm_object_t object, vm_page_t *m,
54 static int default_phys_pager_populate(vm_object_t object, vm_pindex_t pidx,
56 static boolean_t default_phys_pager_haspage(vm_object_t object,
78 vm_object_t object, object1; in phys_pager_allocate() local
97 object = vm_pager_object_lookup(&phys_pager_object_list, handle); in phys_pager_allocate()
98 if (object == NULL) { in phys_pager_allocate()
105 object = vm_pager_object_lookup(&phys_pager_object_list, in phys_pager_allocate()
107 if (object != NULL) { in phys_pager_allocate()
112 if (pindex > object->size) in phys_pager_allocate()
113 object->size = pindex; in phys_pager_allocate()
[all …]
H A Dvnode_pager.c89 static int vnode_pager_input_smlfs(vm_object_t object, vm_page_t m);
90 static int vnode_pager_input_old(vm_object_t object, vm_page_t m);
148 /* Create the VM system backing object for this vnode */
152 vm_object_t object; in vnode_create_vobject_any() local
156 object = vp->v_object; in vnode_create_vobject_any()
157 if (object != NULL) in vnode_create_vobject_any()
167 object = vnode_pager_alloc(vp, size, 0, 0, td->td_ucred); in vnode_create_vobject_any()
170 * that the object is associated with the vp. We still have in vnode_create_vobject_any()
174 VM_OBJECT_RLOCK(object); in vnode_create_vobject_any()
175 last = refcount_release(&object in vnode_create_vobject_any()
256 vm_object_t object; vnode_pager_alloc() local
322 vnode_pager_dealloc(vm_object_t object) vnode_pager_dealloc() argument
364 vnode_pager_haspage(vm_object_t object,vm_pindex_t pindex,int * before,int * after) vnode_pager_haspage() argument
499 vm_object_t object; vnode_pager_setsize() local
575 struct vm_object *object; vnode_pager_purge_range() local
667 vnode_pager_input_smlfs(vm_object_t object,vm_page_t m) vnode_pager_input_smlfs() argument
760 vnode_pager_input_old(vm_object_t object,vm_page_t m) vnode_pager_input_old() argument
833 vnode_pager_getpages(vm_object_t object,vm_page_t * m,int count,int * rbehind,int * rahead) vnode_pager_getpages() argument
848 vnode_pager_getpages_async(vm_object_t object,vm_page_t * m,int count,int * rbehind,int * rahead,vop_getpages_iodone_t iodone,void * arg) vnode_pager_getpages_async() argument
894 vm_object_t object; vnode_pager_generic_getpages() local
1218 vm_object_t object; vnode_pager_generic_getpages_done() local
1310 vnode_pager_putpages(vm_object_t object,vm_page_t * m,int count,int flags,int * rtvals) vnode_pager_putpages() argument
1374 vm_object_t object; vnode_pager_generic_putpages() local
1627 vnode_pager_update_writecount(vm_object_t object,vm_offset_t start,vm_offset_t end) vnode_pager_update_writecount() argument
1656 vnode_pager_release_writecount(vm_object_t object,vm_offset_t start,vm_offset_t end) vnode_pager_release_writecount() argument
1706 vnode_pager_getvp(vm_object_t object,struct vnode ** vpp,bool * vp_heldp) vnode_pager_getvp() argument
[all...]
H A Dvm_pager.h65 typedef void pgo_getvp_t(vm_object_t object, struct vnode **vpp,
67 typedef void pgo_freespace_t(vm_object_t object, vm_pindex_t start,
69 typedef void pgo_page_inserted_t(vm_object_t object, vm_page_t m);
70 typedef void pgo_page_removed_t(vm_object_t object, vm_page_t m);
71 typedef boolean_t pgo_can_alloc_page_t(vm_object_t object, vm_pindex_t pindex);
147 vm_pager_put_pages(vm_object_t object, vm_page_t *m, int count, int flags, in vm_pager_put_pages() argument
150 VM_OBJECT_ASSERT_WLOCKED(object); in vm_pager_put_pages()
151 (*pagertab[object->type]->pgo_putpages) in vm_pager_put_pages()
152 (object, m, count, flags, rtvals); in vm_pager_put_pages()
158 * Check to see if an object'
166 vm_pager_has_page(vm_object_t object,vm_pindex_t offset,int * before,int * after) vm_pager_has_page() argument
178 vm_pager_populate(vm_object_t object,vm_pindex_t pidx,int fault_type,vm_prot_t max_prot,vm_pindex_t * first,vm_pindex_t * last) vm_pager_populate() argument
210 vm_pager_update_writecount(vm_object_t object,vm_offset_t start,vm_offset_t end) vm_pager_update_writecount() argument
221 vm_pager_release_writecount(vm_object_t object,vm_offset_t start,vm_offset_t end) vm_pager_release_writecount() argument
232 vm_pager_getvp(vm_object_t object,struct vnode ** vpp,bool * vp_heldp) vm_pager_getvp() argument
245 vm_pager_freespace(vm_object_t object,vm_pindex_t start,vm_size_t size) vm_pager_freespace() argument
256 vm_pager_page_inserted(vm_object_t object,vm_page_t m) vm_pager_page_inserted() argument
266 vm_pager_page_removed(vm_object_t object,vm_page_t m) vm_pager_page_removed() argument
276 vm_pager_can_alloc_page(vm_object_t object,vm_pindex_t pindex) vm_pager_can_alloc_page() argument
[all...]
H A Dvm_pager.c119 dead_pager_putpages(vm_object_t object, vm_page_t *m, int count, in dead_pager_putpages() argument
129 dead_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *prev, int *next) in dead_pager_haspage() argument
140 dead_pager_dealloc(vm_object_t object) in dead_pager_dealloc() argument
146 dead_pager_getvp(vm_object_t object, struct vnode **vpp, bool *vp_heldp) in dead_pager_getvp() argument
257 vm_object_t object; in vm_pager_allocate() local
261 object = (*pagertab[type]->pgo_alloc)(handle, size, prot, off, cred); in vm_pager_allocate()
262 if (object != NULL) in vm_pager_allocate()
263 object->type = type; in vm_pager_allocate()
264 return (object); in vm_pager_allocate()
271 vm_pager_deallocate(vm_object_t object) in vm_pager_deallocate() argument
[all …]
H A Dvm_reserv.c125 * Computes the index of the small page underlying the given (object, pindex)
128 #define VM_RESERV_INDEX(object, pindex) \
129 (((object)->pg_color + (pindex)) & (VM_LEVEL_0_NPAGES - 1))
141 * speculatively allocated to an object. The reservation provides the small
143 * within that object. The reservation's "popcnt" tracks the number of these
147 * object's list of reservations.
160 LIST_ENTRY(vm_reserv) objq; /* (o, r) object queue */
161 vm_object_t object; /* (o, r) containing object */
162 vm_pindex_t pindex; /* (o, r) offset in object */
105 VM_RESERV_INDEX(object,pindex) global() argument
138 vm_object_t object; /* (o, r) containing object */ global() member
246 vm_reserv_object_lock_idx(object) global() argument
248 vm_reserv_object_lock_ptr(object) global() argument
250 vm_reserv_object_lock(object) global() argument
252 vm_reserv_object_unlock(object) global() argument
340 vm_object_t object; vm_reserv_remove() local
360 vm_reserv_insert(vm_reserv_t rv,vm_object_t object,vm_pindex_t pindex) vm_reserv_insert() argument
463 vm_reserv_from_object(vm_object_t object,vm_pindex_t pindex,vm_page_t mpred,vm_page_t * msuccp) vm_reserv_from_object() argument
569 vm_reserv_alloc_contig(vm_object_t object,vm_pindex_t pindex,int domain,int req,vm_page_t mpred,u_long npages,vm_paddr_t low,vm_paddr_t high,u_long alignment,vm_paddr_t boundary) vm_reserv_alloc_contig() argument
765 vm_reserv_alloc_page(vm_object_t object,vm_pindex_t pindex,int domain,int req,vm_page_t mpred) vm_reserv_alloc_page() argument
926 vm_reserv_break_all(vm_object_t object) vm_reserv_break_all() argument
[all...]
H A Dswap_pager.c139 * mappings for an entire vm object is implemented as a pc-trie.
429 static void swap_pager_dealloc(vm_object_t object);
436 swap_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, int *after);
440 static void swap_pager_update_writecount(vm_object_t object,
442 static void swap_pager_release_writecount(vm_object_t object,
444 static void swap_pager_freespace_pgo(vm_object_t object, vm_pindex_t start,
450 .pgo_alloc = swap_pager_alloc, /* allocate an OBJT_SWAP object */
451 .pgo_dealloc = swap_pager_dealloc, /* deallocate an OBJT_SWAP object */
490 static daddr_t swp_pager_meta_build(struct pctrie_iter *, vm_object_t object,
543 swblk_lookup(vm_object_t object, vm_pindex_
672 swap_pager_init_object(vm_object_t object,void * handle,struct ucred * cred,vm_ooffset_t size,vm_ooffset_t offset) swap_pager_init_object() argument
694 vm_object_t object; swap_pager_alloc_init() local
726 vm_object_t object; swap_pager_alloc() local
764 swap_pager_dealloc(vm_object_t object) swap_pager_dealloc() argument
991 swap_pager_freespace(vm_object_t object,vm_pindex_t start,vm_size_t size,vm_size_t * freed) swap_pager_freespace() argument
1000 swap_pager_freespace_pgo(vm_object_t object,vm_pindex_t start,vm_size_t size) swap_pager_freespace_pgo() argument
1016 swap_pager_reserve(vm_object_t object,vm_pindex_t start,vm_pindex_t size) swap_pager_reserve() argument
1108 swap_pager_haspage(vm_object_t object,vm_pindex_t pindex,int * before,int * after) swap_pager_haspage() argument
1246 swap_pager_getpages_locked(vm_object_t object,vm_page_t * ma,int count,int * rbehind,int * rahead) swap_pager_getpages_locked() argument
1412 swap_pager_getpages(vm_object_t object,vm_page_t * ma,int count,int * rbehind,int * rahead) swap_pager_getpages() argument
1427 swap_pager_getpages_async(vm_object_t object,vm_page_t * ma,int count,int * rbehind,int * rahead,pgo_getpages_iodone_t iodone,void * arg) swap_pager_getpages_async() argument
1471 swap_pager_putpages(vm_object_t object,vm_page_t * ma,int count,int flags,int * rtvals) swap_pager_putpages() argument
1613 vm_object_t object = NULL; swp_pager_async_iodone() local
1777 swap_pager_swapped_pages(vm_object_t object) swap_pager_swapped_pages() argument
1807 swap_pager_swapoff_object(struct swdevt * sp,vm_object_t object) swap_pager_swapoff_object() argument
1929 vm_object_t object; swap_pager_swapoff() local
2019 swp_pager_free_empty_swblk(vm_object_t object,struct swblk * sb) swp_pager_free_empty_swblk() argument
2041 swp_pager_meta_build(vm_object_t object,vm_pindex_t pindex,daddr_t swapblk,bool nowait_noreplace) swp_pager_meta_build() argument
2238 swp_pager_meta_free(vm_object_t object,vm_pindex_t pindex,vm_pindex_t count,vm_size_t * freed) swp_pager_meta_free() argument
2263 swp_pager_meta_free_all(vm_object_t object) swp_pager_meta_free_all() argument
2287 swp_pager_meta_lookup(vm_object_t object,vm_pindex_t pindex) swp_pager_meta_lookup() argument
2315 swap_pager_find_least(vm_object_t object,vm_pindex_t pindex) swap_pager_find_least() argument
2781 vm_object_t object; vmspace_swap_count() local
3173 swap_pager_update_writecount(vm_object_t object,vm_offset_t start,vm_offset_t end) swap_pager_update_writecount() argument
3185 swap_pager_release_writecount(vm_object_t object,vm_offset_t start,vm_offset_t end) swap_pager_release_writecount() argument
[all...]
H A Dsg_pager.c75 vm_object_t object; in sg_pager_alloc() local
116 object = vm_object_allocate(OBJT_SG, npages); in sg_pager_alloc()
117 object->handle = sglist_hold(sg); in sg_pager_alloc()
118 TAILQ_INIT(&object->un_pager.sgp.sgp_pglist); in sg_pager_alloc()
119 return (object); in sg_pager_alloc()
123 sg_pager_dealloc(vm_object_t object) in sg_pager_dealloc() argument
131 while ((m = TAILQ_FIRST(&object->un_pager.sgp.sgp_pglist)) != 0) { in sg_pager_dealloc()
134 TAILQ_REMOVE(&object->un_pager.sgp.sgp_pglist, m, plinks.q); in sg_pager_dealloc()
138 sg = object->handle; in sg_pager_dealloc()
140 object->handle = NULL; in sg_pager_dealloc()
[all …]
/freebsd-src/sys/sys/
H A Dstdatomic.h237 #define atomic_compare_exchange_strong_explicit(object, expected, \
239 __c11_atomic_compare_exchange_strong(object, expected, desired, \
241 #define atomic_compare_exchange_weak_explicit(object, expected, \
243 __c11_atomic_compare_exchange_weak(object, expected, desired, \
245 #define atomic_exchange_explicit(object, desired, order) \
246 __c11_atomic_exchange(object, desired, order) argument
247 #define atomic_fetch_add_explicit(object, operand, order) \
248 __c11_atomic_fetch_add(object, operand, order) argument
249 #define atomic_fetch_and_explicit(object, operand, order) \
250 __c11_atomic_fetch_and(object, operan argument
236 atomic_compare_exchange_strong_explicit(object,expected,desired,success,failure) global() argument
240 atomic_compare_exchange_weak_explicit(object,expected,desired,success,failure) global() argument
244 atomic_exchange_explicit(object,desired,order) global() argument
252 atomic_fetch_sub_explicit(object,operand,order) global() argument
254 atomic_fetch_xor_explicit(object,operand,order) global() argument
256 atomic_load_explicit(object,order) global() argument
258 atomic_store_explicit(object,desired,order) global() argument
261 atomic_compare_exchange_strong_explicit(object,expected,desired,success,failure) global() argument
265 atomic_compare_exchange_weak_explicit(object,expected,desired,success,failure) global() argument
269 atomic_exchange_explicit(object,desired,order) global() argument
271 atomic_fetch_add_explicit(object,operand,order) global() argument
273 atomic_fetch_and_explicit(object,operand,order) global() argument
275 atomic_fetch_or_explicit(object,operand,order) global() argument
277 atomic_fetch_sub_explicit(object,operand,order) global() argument
279 atomic_fetch_xor_explicit(object,operand,order) global() argument
281 atomic_load_explicit(object,order) global() argument
283 atomic_store_explicit(object,desired,order) global() argument
286 __atomic_apply_stride(object,operand) global() argument
288 atomic_compare_exchange_strong_explicit(object,expected,desired,success,failure) global() argument
296 atomic_compare_exchange_weak_explicit(object,expected,desired,success,failure) global() argument
302 atomic_exchange_explicit(object,desired,order) global() argument
310 atomic_exchange_explicit(object,desired,order) global() argument
319 atomic_fetch_add_explicit(object,operand,order) global() argument
322 atomic_fetch_and_explicit(object,operand,order) global() argument
324 atomic_fetch_or_explicit(object,operand,order) global() argument
326 atomic_fetch_sub_explicit(object,operand,order) global() argument
329 atomic_fetch_xor_explicit(object,operand,order) global() argument
331 atomic_load_explicit(object,order) global() argument
333 atomic_store_explicit(object,desired,order) global() argument
345 atomic_compare_exchange_strong(object,expected,desired) global() argument
348 atomic_compare_exchange_weak(object,expected,desired) global() argument
351 atomic_exchange(object,desired) global() argument
353 atomic_fetch_add(object,operand) global() argument
355 atomic_fetch_and(object,operand) global() argument
357 atomic_fetch_or(object,operand) global() argument
359 atomic_fetch_sub(object,operand) global() argument
361 atomic_fetch_xor(object,operand) global() argument
363 atomic_load(object) global() argument
365 atomic_store(object,desired) global() argument
[all...]
/freebsd-src/lib/libvgl/
H A Dsimple.c50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() argument
55 if (x>=0 && x<object->VXsize && y>=0 && y<object->VYsize) { in VGLSetXY()
56 if (object == VGLDisplay) { in VGLSetXY()
59 } else if (object->Type != MEMBUF) in VGLSetXY()
64 offset = (y * object->VXsize + x) * object->PixelBytes; in VGLSetXY()
65 switch (object->Type) { in VGLSetXY()
77 switch (object->PixelBytes) { in VGLSetXY()
79 memcpy(&object->Bitmap[offset], &color, 1); in VGLSetXY()
82 memcpy(&object->Bitmap[offset], &color, 2); in VGLSetXY()
85 memcpy(&object->Bitmap[offset], &color, 3); in VGLSetXY()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h141 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument
144 #define atomic_load(object) __c11_atomic_load(object, __ATOMIC_SEQ_CST) argument
147 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument
150 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) argument
153 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(object, expecte argument
135 atomic_store(object,desired) global() argument
138 atomic_load(object) global() argument
156 atomic_fetch_or(object,operand) global() argument
159 atomic_fetch_xor(object,operand) global() argument
162 atomic_fetch_and(object,operand) global() argument
182 atomic_flag_test_and_set(object) global() argument
183 atomic_flag_test_and_set_explicit(object,order) global() argument
185 atomic_flag_clear(object) global() argument
186 atomic_flag_clear_explicit(object,order) global() argument
[all...]
/freebsd-src/sys/dev/isci/scil/
H A Dscif_sas_remote_device_states.c92 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_initial_state_enter() argument
95 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_initial_state_enter()
125 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_stopped_state_enter() argument
128 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_stopped_state_enter()
168 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_starting_state_enter() argument
171 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_starting_state_enter()
220 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_starting_state_exit() argument
223 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_starting_state_exit()
245 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_ready_state_enter() argument
248 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_state_enter()
[all …]
H A Dscif_sas_controller_states.c85 SCI_BASE_OBJECT_T * object in scif_sas_controller_initial_state_enter() argument
88 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_initial_state_enter()
109 SCI_BASE_OBJECT_T * object in scif_sas_controller_reset_state_enter() argument
112 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_reset_state_enter()
185 SCI_BASE_OBJECT_T * object in scif_sas_controller_initializing_state_enter() argument
188 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_initializing_state_enter()
209 SCI_BASE_OBJECT_T * object in scif_sas_controller_initialized_state_enter() argument
212 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_initialized_state_enter()
233 SCI_BASE_OBJECT_T * object in scif_sas_controller_starting_state_enter() argument
236 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_starting_state_enter()
[all …]
H A Dscif_sas_task_request_states.c81 SCI_BASE_OBJECT_T *object in scif_sas_task_request_initial_state_enter() argument
84 SCIF_SAS_TASK_REQUEST_T * fw_task = (SCIF_SAS_TASK_REQUEST_T *)object; in scif_sas_task_request_initial_state_enter()
110 SCI_BASE_OBJECT_T *object in scif_sas_task_request_constructed_state_enter() argument
113 SCIF_SAS_TASK_REQUEST_T * fw_task = (SCIF_SAS_TASK_REQUEST_T *)object; in scif_sas_task_request_constructed_state_enter()
134 SCI_BASE_OBJECT_T *object in scif_sas_task_request_started_state_enter() argument
137 SCIF_SAS_TASK_REQUEST_T * fw_task = (SCIF_SAS_TASK_REQUEST_T *)object; in scif_sas_task_request_started_state_enter()
163 SCI_BASE_OBJECT_T *object in scif_sas_task_request_completed_state_enter() argument
166 SCIF_SAS_TASK_REQUEST_T * fw_task = (SCIF_SAS_TASK_REQUEST_T *)object; in scif_sas_task_request_completed_state_enter()
192 SCI_BASE_OBJECT_T *object in scif_sas_task_request_aborting_state_enter() argument
195 SCIF_SAS_TASK_REQUEST_T * fw_task = (SCIF_SAS_TASK_REQUEST_T *)object; in scif_sas_task_request_aborting_state_enter()
[all …]
H A Dscif_sas_io_request_states.c86 SCI_BASE_OBJECT_T *object in scif_sas_io_request_initial_state_enter() argument
89 SCIF_SAS_IO_REQUEST_T * fw_io = (SCIF_SAS_IO_REQUEST_T *)object; in scif_sas_io_request_initial_state_enter()
115 SCI_BASE_OBJECT_T *object in scif_sas_io_request_constructed_state_enter() argument
118 SCIF_SAS_IO_REQUEST_T * fw_io = (SCIF_SAS_IO_REQUEST_T *)object; in scif_sas_io_request_constructed_state_enter()
139 SCI_BASE_OBJECT_T *object in scif_sas_io_request_started_state_enter() argument
142 SCIF_SAS_IO_REQUEST_T * fw_io = (SCIF_SAS_IO_REQUEST_T *)object; in scif_sas_io_request_started_state_enter()
163 SCI_BASE_OBJECT_T *object in scif_sas_io_request_completed_state_enter() argument
166 SCIF_SAS_IO_REQUEST_T * fw_io = (SCIF_SAS_IO_REQUEST_T *)object; in scif_sas_io_request_completed_state_enter()
187 SCI_BASE_OBJECT_T *object in scif_sas_io_request_aborting_state_enter() argument
190 SCIF_SAS_IO_REQUEST_T * fw_io = (SCIF_SAS_IO_REQUEST_T *)object; in scif_sas_io_request_aborting_state_enter()
[all …]
/freebsd-src/contrib/kyua/utils/format/
H A Dcontainers.ipp37 /// Injects the object into a stream.
39 /// \param output The stream into which to inject the object.
40 /// \param object The object to format.
45 std::operator<<(std::ostream& output, const std::map< K, V >& object)
49 for (typename std::map< K, V >::const_iterator iter = object.begin();
50 iter != object.end(); ++iter, ++counter) {
60 /// Injects the object into a stream.
62 /// \param output The stream into which to inject the object.
63 /// \param object The object to format.
68 std::operator<<(std::ostream& output, const std::pair< T1, T2 >& object)
[all …]
/freebsd-src/sys/amd64/sgx/
H A Dsgx.c45 * sgx_mmap_single() allocates VM object with following pager
48 * VM object constructor does nothing
50 * VM object destructor destroys the SGX enclave associated
51 * with the object: it frees all the EPC pages allocated for
54 * VM object fault handler does nothing
76 * 1) User calls mmap() on /dev/sgx: we allocate a VM object
77 * 2) User calls ioctl SGX_IOC_ENCLAVE_CREATE: we look for the VM object
79 * page and store it in enclave's VM object queue by special index
83 * user address of enclave VM object.
88 * we destroy the enclave associated with the object
195 sgx_va_slot_init_by_index(struct sgx_softc * sc,vm_object_t object,uint64_t idx) sgx_va_slot_init_by_index() argument
235 vm_object_t object; sgx_va_slot_init() local
258 vm_object_t object; sgx_mem_find() local
297 vm_object_t object; sgx_enclave_find() local
372 vm_object_t object; sgx_enclave_remove() local
581 sgx_pg_fault(vm_object_t object,vm_ooffset_t offset,int prot,vm_page_t * mres) sgx_pg_fault() argument
603 sgx_insert_epc_page_by_index(vm_page_t page,vm_object_t object,vm_pindex_t pidx) sgx_insert_epc_page_by_index() argument
639 vm_object_t object; sgx_ioctl_create() local
781 vm_object_t object; sgx_ioctl_add_page() local
915 vm_object_t object; sgx_ioctl_init() local
[all...]
/freebsd-src/crypto/openssl/doc/man7/
H A Dprovider-object.pod5 provider-object - A specification for a provider-native object abstraction
16 The provider-native object abstraction is a set of L<OSSL_PARAM(3)> keys and
22 of object that belong with other operations, or with OpenSSL library code.
24 An object may be passed in the following manners:
32 This means that the I<object data> is passed as an octet string or an UTF8
34 The encoding of the object depends on the context it's used in; for example,
37 B<must> be encoded in DER for all object types except for B<OSSL_OBJECT_NAME>
47 This means that the I<object data> isn't passed directly, an I<object
57 implementation where the object originated (let's call it X) and its target
64 I<An object loading function in the target implementation>
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h21 namespace object {
64 Error getMachORelocationValueString(const object::MachOObjectFile *Obj,
65 const object::RelocationRef &RelRef,
68 const object::MachOObjectFile *
69 getMachODSymObject(const object::MachOObjectFile *O, StringRef Filename,
70 std::unique_ptr<object::Binary> &DSYMBinary,
74 void parseInputMachO(object::MachOUniversalBinary *UB);
76 void printMachOUnwindInfo(const object::MachOObjectFile *O);
77 void printMachOFileHeader(const object::ObjectFile *O);
78 void printMachOLoadCommands(const object::ObjectFile *O);
[all …]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c38 * Each of the concurrent object allocators will grab
51 uint64_t object; in dmu_object_alloc_impl() local
96 object = *cpuobj; in dmu_object_alloc_impl()
102 if ((P2PHASE(object, dnodes_per_chunk) == 0) || in dmu_object_alloc_impl()
103 (P2PHASE(object + dn_slots - 1, dnodes_per_chunk) < in dmu_object_alloc_impl()
109 object = os->os_obj_next_chunk; in dmu_object_alloc_impl()
132 * that we use multiple blocks of the dnode object in dmu_object_alloc_impl()
138 if (P2PHASE(object, L1_dnode_count) == 0) { in dmu_object_alloc_impl()
146 offset = object << DNODE_SHIFT; in dmu_object_alloc_impl()
155 object in dmu_object_alloc_impl()
265 dmu_object_claim(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) dmu_object_claim() argument
273 dmu_object_claim_dnsize(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,int dnodesize,dmu_tx_t * tx) dmu_object_claim_dnsize() argument
303 dmu_object_reclaim(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,dmu_tx_t * tx) dmu_object_reclaim() argument
311 dmu_object_reclaim_dnsize(objset_t * os,uint64_t object,dmu_object_type_t ot,int blocksize,dmu_object_type_t bonustype,int bonuslen,int dnodesize,boolean_t keep_spill,dmu_tx_t * tx) dmu_object_reclaim_dnsize() argument
338 dmu_object_rm_spill(objset_t * os,uint64_t object,dmu_tx_t * tx) dmu_object_rm_spill() argument
360 dmu_object_free(objset_t * os,uint64_t object,dmu_tx_t * tx) dmu_object_free() argument
458 dmu_object_zapify(objset_t * mos,uint64_t object,dmu_object_type_t old_type,dmu_tx_t * tx) dmu_object_zapify() argument
490 dmu_object_free_zapified(objset_t * mos,uint64_t object,dmu_tx_t * tx) dmu_object_free_zapified() argument
[all...]

12345678910>>...63