Searched refs:tobj (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/fs/procfs/
H A Dprocfs_map.c117 vm_object_t obj, tobj, lobj; local
149 for (lobj = tobj = obj; tobj; tobj = tobj->backing_object) {
150 if (tobj != obj)
151 VM_OBJECT_RLOCK(tobj);
154 lobj = tobj;
/freebsd-10-stable/sys/kern/
H A Dkern_proc.c2038 vm_object_t obj, tobj, lobj; local
2063 for (lobj = tobj = obj; tobj; tobj = tobj->backing_object) {
2064 if (tobj != obj) {
2065 VM_OBJECT_RLOCK(tobj);
2066 kve->kve_offset += tobj->backing_object_offset;
2070 lobj = tobj;
2188 vm_object_t obj, tobj; local
2253 vm_object_t obj, tobj, lobj; local
[all...]
H A Dsys_process.c336 vm_object_t obj, tobj, lobj; local
398 for (tobj = obj; tobj != NULL; tobj = tobj->backing_object) {
399 if (tobj != obj)
400 VM_OBJECT_RLOCK(tobj);
403 lobj = tobj;
404 pve->pve_offset += tobj->backing_object_offset;
/freebsd-10-stable/sys/compat/linprocfs/
H A Dlinprocfs.c978 vm_object_t obj, tobj, lobj; local
1021 for (lobj = tobj = obj; tobj; tobj = tobj->backing_object) {
1022 VM_OBJECT_RLOCK(tobj);
1025 lobj = tobj;
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c444 const X509_OBJECT *tobj, *pstmp; local
448 tobj = sk_X509_OBJECT_value(h, tidx);
449 if (x509_object_cmp(&tobj, &pstmp))
/freebsd-10-stable/contrib/libucl/src/
H A Ducl_parser.c924 ucl_object_t *nobj, *tobj; local
1108 tobj = __DECONST (ucl_object_t *, ucl_hash_search_obj (container, nobj));
1109 if (tobj == NULL) {
1116 DL_APPEND (tobj, nobj);
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c1643 vm_object_t obj, lobj, tobj; local
1680 for (lobj = tobj = obj; tobj != NULL; tobj = tobj->backing_object) {
1681 if (tobj != obj)
1682 VM_OBJECT_RLOCK(tobj);
1685 lobj = tobj;

Completed in 145 milliseconds