| /freebsd/share/man/man9/ |
| H A D | refcount.9 | 173 objects including explicitly releasing any resources when the last reference 179 .Xr atomic 9 ) before releasing the reference, which 190 function returns true when releasing the last reference and false when 191 releasing any other reference.
|
| H A D | PHOLD.9 | 45 its hold count has reached zero before the kernel begins releasing resources
|
| H A D | vm_page_wire.9 | 71 corresponding page queue upon releasing its last wiring.
|
| H A D | mutex.9 | 108 Acquiring and releasing uncontested mutexes should be as cheap 137 In all architectures both acquiring and releasing of a
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | string_pool.h | 69 assert(S->second && "Releasing PooledStringPtr with zero ref count"); 84 assert(S->second && "Releasing PooledStringPtr with zero ref count"); 94 assert(S->second && "Releasing PooledStringPtr with zero ref count");
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_cond.c | 104 printf("1: After releasing the mutex.\n"); in ATF_TC_BODY() 165 printf("1: After releasing the mutex.\n"); in ATF_TC_BODY() 224 printf("1: After releasing the mutex.\n"); in ATF_TC_BODY() 292 printf("1: After releasing the mutex.\n"); in ATF_TC_BODY() 422 printf("1: After releasing the mutex.\n"); in ATF_TC_BODY()
|
| H A D | t_mutex.c | 120 printf("1: Before releasing the mutex.\n"); in ATF_TC_BODY() 123 printf("1: After releasing the mutex.\n"); in ATF_TC_BODY() 425 printf("1: Before releasing the mutex once.\n"); in ATF_TC_BODY() 428 printf("1: After releasing the mutex once.\n"); in ATF_TC_BODY() 432 printf("1: Before releasing the mutex twice.\n"); in ATF_TC_BODY() 435 printf("1: After releasing the mutex twice.\n"); in ATF_TC_BODY()
|
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | openpam_load.c | 92 openpam_log(PAM_LOG_DEBUG, "releasing %s", module->path); in openpam_release_module() 99 * Destroy a chain, freeing all its links and releasing the modules
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-mux-gpmux.txt | 35 + between the child bus I2C transaction and releasing of the multiplexer 36 + during releasing of the multiplexer
|
| H A D | i2c-mux-gpmux.yaml | 56 - between the child bus I2C transaction and releasing of the multiplexer 57 - during releasing of the multiplexer
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_plist.c | 55 * The caller is responsible for releasing the returned property value 87 * The caller is responsible for releasing their reference ownership via 132 * The caller is responsible for releasing the returned property value 766 * The caller is responsible for releasing the returned property value 810 * The caller is responsible for releasing the returned property value 852 * The caller is responsible for releasing their reference ownership via
|
| /freebsd/crypto/krb5/src/kadmin/dbutil/ |
| H A D | import_err.et | 19 error_code IMPORT_RENAME_UNLOCK, "while releasing permanent lock"
|
| /freebsd/contrib/kyua/utils/ |
| H A D | auto_array.ipp | 99 /// Gets the value of the wrapped pointer without releasing ownership. 110 /// Gets the value of the wrapped pointer without releasing ownership.
|
| /freebsd/contrib/openpam/doc/man/ |
| H A D | pam_end.3 | 17 corresponding PAM context, releasing all resources allocated to it.
|
| H A D | pam_set_data.3 | 29 responsible for releasing the resources associated with the object.
|
| H A D | openpam_readline.3 | 57 The caller is responsible for releasing the returned buffer by passing
|
| H A D | openpam_readword.3 | 75 The caller is responsible for releasing the returned buffer by passing
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_log.h | 256 * The osm_log_destroy function destroys the object, releasing 538 printf("cl_plock_release: Releasing %p file %s, line %d\n", \ 550 printf("cl_spinlock_release: Releasing %p file %s, line %d\n", \
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/ |
| H A D | db_lock.3 | 244 requesting or releasing the lock. 407 after releasing all locks held or requested by that process.
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 86 * optimization in order to avoid releasing the hold only to in dmu_object_alloc_impl() 88 * for releasing the hold they must provide the tag. in dmu_object_alloc_impl() 254 * the caller is responsible for releasing the hold by calling dnode_rele().
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_barrier.cpp | 581 ("__kmp_linear_barrier_gather: T#%d(%d:%d) releasing T#%d(%d:%d)" in __kmp_linear_barrier_gather_template() 704 ("__kmp_linear_barrier_release: T#%d(%d:%d) releasing T#%d(%d:%d) " in __kmp_linear_barrier_release_template() 743 // Early exit for reaping threads releasing forkjoin barrier in __kmp_linear_barrier_release_template() 872 ("__kmp_tree_barrier_gather: T#%d(%d:%d) releasing T#%d(%d:%d) " in __kmp_tree_barrier_gather() 937 // Early exit for reaping threads releasing forkjoin barrier in __kmp_tree_barrier_release() 988 ("__kmp_tree_barrier_release: T#%d(%d:%d) releasing T#%d(%d:%u)" in __kmp_tree_barrier_release() 1046 ("__kmp_hyper_barrier_gather: T#%d(%d:%d) releasing T#%d(%d:%d) " in __kmp_hyper_barrier_gather() 1178 // Early exit for reaping threads releasing forkjoin barrier in __kmp_hyper_barrier_release() 1254 ("__kmp_hyper_barrier_release: T#%d(%d:%d) releasing T#%d(%d:%u)" in __kmp_hyper_barrier_release() 1490 KA_TRACE(20, ("__kmp_hierarchical_barrier_gather: T#%d(%d:%d) releasing" in __kmp_hierarchical_barrier_gather() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | spear_spics.txt | 8 transfers without releasing their chipselects.
|
| /freebsd/lib/libc/rpc/ |
| H A D | getnetpath.3 | 120 when processing is complete, releasing resources for reuse.
|
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | simple_lock_test.c | 75 log_error("main: unlocking and releasing context. err == %d", err); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 96 /// retaining or releasing U is equivalent to retaining or releasing V. In other
|