| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | refcount.c | 132 ref->ref_holder = holder; in zfs_refcount_add_many() 147 zfs_refcount_add(zfs_refcount_t *rc, const void *holder) in zfs_refcount_add() argument 149 return (zfs_refcount_add_many(rc, 1, holder)); in zfs_refcount_add() 154 const void *holder) in zfs_refcount_remove_many() argument 196 panic("No such hold %p on refcount %llx", holder, in zfs_refcount_remove_many() 202 zfs_refcount_remove(zfs_refcount_t *rc, const void *holder) in zfs_refcount_remove() argument 204 return (zfs_refcount_remove_many(rc, 1, holder)); in zfs_refcount_remove() 278 zfs_refcount_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_held() argument 291 if (ref->ref_holder == holder) { in zfs_refcount_held() 306 zfs_refcount_not_held(zfs_refcount_t *rc, const void *holder) in zfs_refcount_not_held() argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_refcount.h | 101 #define zfs_refcount_add(rc, holder) atomic_inc_64_nv(&(rc)->rc_count) 102 #define zfs_refcount_remove(rc, holder) atomic_dec_64_nv(&(rc)->rc_count) 103 #define zfs_refcount_add_many(rc, number, holder) \ 105 #define zfs_refcount_remove_many(rc, number, holder) \ 114 #define zfs_refcount_held(rc, holder) ((rc)->rc_count > 0) 115 #define zfs_refcount_not_held(rc, holder) (B_TRUE)
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | THIRDPARTYLICENSE.gladman | 15 3. the name of the copyright holder is not used to endorse products
|
| H A D | THIRDPARTYLICENSE.openssl | 83 * except that the holder is Tim Hudson ([email protected]).
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | pdump_lib.rst | 26 Note: The filter option in the API is a place holder for future enhancements. 30 Note: The filter option in the API is a place holder for future enhancements.
|
| /f-stack/dpdk/license/ |
| H A D | bsd-3-clause.txt | 7 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
|
| H A D | lgpl-2.1.txt | 62 restrictive license from a patent holder. Therefore, we insist that 119 program which contains a notice placed by the copyright holder or 407 original copyright holder who places the Library under this License may add
|
| H A D | gpl-2.0.txt | 63 a notice placed by the copyright holder saying it may be distributed 231 original copyright holder who places the Program under this License
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-blkdev.m4 | 13 void *holder = NULL; 15 bdev = blkdev_get_by_path(path, mode, holder);
|
| H A D | po.m4 | 60 …[$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_… 61 …(if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/…
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/ |
| H A D | THIRDPARTYLICENSE.cryptogams | 17 copyright holder and contributors may be used to endorse or
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | t1042si-post.dtsi | 37 /* Place holder for ethernet related device tree nodes */
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | THIRDPARTYLICENSE.openssl | 83 * except that the holder is Tim Hudson ([email protected]).
|
| /f-stack/ |
| H A D | LICENSE | 89 3. Neither the name of the copyright holder nor the names of its contributors 162 …ny program or other work which contains a notice placed by the copyright holder saying it may be d… 208 …s either by patents or by copyrighted interfaces, the original copyright holder who places the Pro…
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | COPYING | 63 a notice placed by the copyright holder saying it may be distributed 231 original copyright holder who places the Program under this License
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 63 a notice placed by the copyright holder saying it may be distributed 231 original copyright holder who places the Program under this License
|