/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_rmap.h | 87 uint64_t *owner, in xfs_owner_info_unpack() 93 *owner = oinfo->oi_owner; in xfs_owner_info_unpack() 105 uint64_t owner, in xfs_owner_info_pack() 109 oinfo->oi_owner = owner; in xfs_owner_info_pack() 126 uint64_t owner, uint64_t offset, unsigned int flags, 129 xfs_extlen_t len, uint64_t owner, uint64_t offset, 132 xfs_extlen_t len, uint64_t owner, uint64_t offset, 181 xfs_agblock_t bno, xfs_extlen_t len, uint64_t owner); 183 xfs_agblock_t bno, xfs_extlen_t len, uint64_t owner); 191 uint64_t owner, uint64_ 85 xfs_owner_info_unpack( const struct xfs_owner_info *oinfo, uint64_t *owner, uint64_t *offset, unsigned int *flags) xfs_owner_info_unpack() argument 103 xfs_owner_info_pack( struct xfs_owner_info *oinfo, uint64_t owner, uint64_t offset, unsigned int flags) xfs_owner_info_pack() argument [all...] |
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/ |
H A D | spinlock.h | 24 u16 next, owner; member 26 u16 owner, next; 67 * No: spin on the owner. Send a local event to avoid missing an in hyp_spin_lock() 78 : "Q" (lock->owner) in hyp_spin_lock() 96 : "=Q" (lock->owner), "=&r" (tmp) in hyp_spin_unlock() 105 return lockval.owner != lockval.next; in hyp_spin_is_locked()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | exynos-iommu.c | 231 * which are bound to given master device. It is usually referenced by 'owner' 263 struct device *master; /* master device (owner) */ 274 struct list_head owner_node; /* node for owner controllers list */ 677 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master); in exynos_sysmmu_suspend() local 679 mutex_lock(&owner->rpm_lock); in exynos_sysmmu_suspend() 684 mutex_unlock(&owner->rpm_lock); in exynos_sysmmu_suspend() 695 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master); in exynos_sysmmu_resume() local 697 mutex_lock(&owner->rpm_lock); in exynos_sysmmu_resume() 702 mutex_unlock(&owner->rpm_lock); in exynos_sysmmu_resume() 845 struct exynos_iommu_owner *owner in exynos_iommu_detach_device() local 883 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_attach_device() local 1244 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_probe_device() local 1270 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_release_device() local 1295 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_of_xlate() local [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | exynos-iommu.c | 230 * which are bound to given master device. It is usually referenced by 'owner' 285 struct device *master; /* master device (owner) */ 296 struct list_head owner_node; /* node for owner controllers list */ 829 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master); in exynos_sysmmu_suspend() local 831 mutex_lock(&owner->rpm_lock); in exynos_sysmmu_suspend() 836 mutex_unlock(&owner->rpm_lock); in exynos_sysmmu_suspend() 847 struct exynos_iommu_owner *owner = dev_iommu_priv_get(master); in exynos_sysmmu_resume() local 849 mutex_lock(&owner->rpm_lock); in exynos_sysmmu_resume() 854 mutex_unlock(&owner->rpm_lock); in exynos_sysmmu_resume() 987 struct exynos_iommu_owner *owner in exynos_iommu_detach_device() local 1025 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_attach_device() local 1386 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_probe_device() local 1412 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_set_platform_dma() local 1426 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_release_device() local 1439 struct exynos_iommu_owner *owner = dev_iommu_priv_get(dev); exynos_iommu_of_xlate() local [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | pca9450-regulator.c | 235 .owner = THIS_MODULE, 264 .owner = THIS_MODULE, 293 .owner = THIS_MODULE, 318 .owner = THIS_MODULE, 336 .owner = THIS_MODULE, 354 .owner = THIS_MODULE, 372 .owner = THIS_MODULE, 390 .owner = THIS_MODULE, 408 .owner = THIS_MODULE, 426 .owner [all...] |
H A D | lm363x-regulator.c | 114 .owner = THIS_MODULE, 127 .owner = THIS_MODULE, 142 .owner = THIS_MODULE, 157 .owner = THIS_MODULE, 172 .owner = THIS_MODULE, 188 .owner = THIS_MODULE, 201 .owner = THIS_MODULE, 216 .owner = THIS_MODULE, 233 .owner = THIS_MODULE, 246 .owner [all...] |
/kernel/linux/linux-5.10/drivers/dma/bestcomm/ |
H A D | sram.c | 41 int bcom_sram_init(struct device_node *sram_node, char *owner) in bcom_sram_init() argument 51 "Already initialized !\n", owner); in bcom_sram_init() 58 "Couldn't allocate internal state !\n", owner); in bcom_sram_init() 66 "Invalid device node !\n", owner); in bcom_sram_init() 77 if (!request_mem_region(bcom_sram->base_phys, bcom_sram->size, owner)) { in bcom_sram_init() 79 "Couldn't request region !\n", owner); in bcom_sram_init() 91 owner, (long)bcom_sram->base_phys, bcom_sram->size ); in bcom_sram_init()
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | spinlock.h | 31 while (lockval.tickets.next != lockval.tickets.owner) in arch_spin_lock() 32 lockval.tickets.owner = READ_ONCE(lock->tickets.owner); in arch_spin_lock() 68 WRITE_ONCE(lock->tickets.owner, lock->tickets.owner + 1); in arch_spin_unlock() 73 return lock.tickets.owner == lock.tickets.next; in arch_spin_value_unlocked() 85 return (tickets.next - tickets.owner) > 1; in arch_spin_is_contended()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | local_lock_internal.h | 14 struct task_struct *owner; member 25 .owner = NULL, 30 DEBUG_LOCKS_WARN_ON(l->owner); in local_lock_acquire() 31 l->owner = current; in local_lock_acquire() 36 DEBUG_LOCKS_WARN_ON(l->owner != current); in local_lock_release() 37 l->owner = NULL; in local_lock_release() 43 l->owner = NULL; in local_lock_debug_init()
|
/kernel/linux/linux-6.6/drivers/dma/bestcomm/ |
H A D | sram.c | 37 int bcom_sram_init(struct device_node *sram_node, char *owner) in bcom_sram_init() argument 47 "Already initialized !\n", owner); in bcom_sram_init() 54 "Couldn't allocate internal state !\n", owner); in bcom_sram_init() 62 "Invalid device node !\n", owner); in bcom_sram_init() 70 if (!request_mem_region(res.start, resource_size(&res), owner)) { in bcom_sram_init() 72 "Couldn't request region !\n", owner); in bcom_sram_init() 84 owner, (long)bcom_sram->base_phys, bcom_sram->size ); in bcom_sram_init()
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLUniformHandler.h | 53 UniformHandle addUniform(const GrFragmentProcessor* owner, in addUniform() argument 59 return this->addUniformArray(owner, visibility, type, name, 0, outName); in addUniform() 62 UniformHandle addUniformArray(const GrFragmentProcessor* owner, in addUniformArray() argument 70 return this->internalAddUniformArray(owner, visibility, type, name, mangle, arrayCount, in addUniformArray() 86 // Looks up a uniform that was added by 'owner' with the given 'rawName' (pre-mangling). 88 GrShaderVar getUniformMapping(const GrFragmentProcessor& owner, SkString rawName) const; 92 GrShaderVar liftUniformToVertexShader(const GrFragmentProcessor& owner, SkString rawName); 121 virtual UniformHandle internalAddUniformArray(const GrFragmentProcessor* owner,
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | map.c | 24 struct module *owner; member 49 p->owner = module; in kobj_map() 105 struct module *owner; in kobj_lookup() local 112 if (!try_module_get(p->owner)) in kobj_lookup() 114 owner = p->owner; in kobj_lookup() 120 module_put(owner); in kobj_lookup() 125 /* Currently ->owner protects _only_ ->probe() itself. */ in kobj_lookup() 126 module_put(owner); in kobj_lookup()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag.c | 133 struct module *owner) in dsa_tag_driver_register() 135 dsa_tag_driver->owner = owner; in dsa_tag_driver_register() 143 unsigned int count, struct module *owner) in dsa_tag_drivers_register() 148 dsa_tag_driver_register(dsa_tag_driver_array[i], owner); in dsa_tag_drivers_register() 191 if (!try_module_get(dsa_tag_driver->owner)) in dsa_tag_driver_get_by_name() 220 if (!try_module_get(dsa_tag_driver->owner)) in dsa_tag_driver_get_by_id() 238 module_put(dsa_tag_driver->owner); in dsa_tag_driver_put() 132 dsa_tag_driver_register(struct dsa_tag_driver *dsa_tag_driver, struct module *owner) dsa_tag_driver_register() argument 142 dsa_tag_drivers_register(struct dsa_tag_driver *dsa_tag_driver_array[], unsigned int count, struct module *owner) dsa_tag_drivers_register() argument
|
/third_party/musl/src/stdio/ |
H A D | ftrylockfile.c | 34 int owner = f->lock; in ftrylockfile() local 35 if ((owner & ~MAYBE_WAITERS) == tid) { in ftrylockfile() 41 if (owner < 0) f->lock = owner = 0; in ftrylockfile() 42 if (owner || a_cas(&f->lock, 0, tid)) in ftrylockfile()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-dev-allocator.h | 28 * @owner: struct module pointer %THIS_MODULE for the driver. 40 struct module *owner); 46 * @owner: struct module pointer %THIS_MODULE for the driver. 53 struct module *owner); 57 struct module *owner) in media_device_usb_allocate() 61 struct module *owner) { } in media_device_delete() 55 media_device_usb_allocate( struct usb_device *udev, const char *module_name, struct module *owner) media_device_usb_allocate() argument 59 media_device_delete( struct media_device *mdev, const char *module_name, struct module *owner) media_device_delete() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | media-dev-allocator.h | 28 * @owner: struct module pointer %THIS_MODULE for the driver. 40 struct module *owner); 46 * @owner: struct module pointer %THIS_MODULE for the driver. 53 struct module *owner); 57 struct module *owner) in media_device_usb_allocate() 61 struct module *owner) { } in media_device_delete() 55 media_device_usb_allocate( struct usb_device *udev, const char *module_name, struct module *owner) media_device_usb_allocate() argument 59 media_device_delete( struct media_device *mdev, const char *module_name, struct module *owner) media_device_delete() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sync.c | 81 * amdgpu_sync_get_owner - extract the owner of a fence 83 * @f: fence get the owner from 97 return s_fence->owner; in amdgpu_sync_get_owner() 174 /* Determine based on the owner and mode if we should sync to a fence or not */ 177 void *owner, struct dma_fence *f) in amdgpu_sync_test_fence() 189 owner != AMDGPU_FENCE_OWNER_UNDEFINED) in amdgpu_sync_test_fence() 194 owner != AMDGPU_FENCE_OWNER_UNDEFINED && in amdgpu_sync_test_fence() 195 owner != AMDGPU_FENCE_OWNER_KFD) in amdgpu_sync_test_fence() 205 fence_owner == owner) in amdgpu_sync_test_fence() 211 fence_owner != owner) in amdgpu_sync_test_fence() 175 amdgpu_sync_test_fence(struct amdgpu_device *adev, enum amdgpu_sync_mode mode, void *owner, struct dma_fence *f) amdgpu_sync_test_fence() argument 235 amdgpu_sync_resv(struct amdgpu_device *adev, struct amdgpu_sync *sync, struct dma_resv *resv, enum amdgpu_sync_mode mode, void *owner) amdgpu_sync_resv() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | rheap.c | 140 blk->owner = NULL; in get_slot() 361 blk->owner = NULL; in rh_attach_region() 442 unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) in rh_alloc_align() argument 506 newblk->owner = owner; in rh_alloc_align() 517 unsigned long rh_alloc(rh_info_t * info, int size, const char *owner) in rh_alloc() argument 519 return rh_alloc_align(info, size, info->alignment, owner); in rh_alloc() 527 unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) in rh_alloc_fixed() argument 569 blk->owner = owner; in rh_alloc_fixed() 679 rh_set_owner(rh_info_t * info, unsigned long start, const char *owner) rh_set_owner() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | rheap.c | 140 blk->owner = NULL; in get_slot() 361 blk->owner = NULL; in rh_attach_region() 442 unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) in rh_alloc_align() argument 506 newblk->owner = owner; in rh_alloc_align() 517 unsigned long rh_alloc(rh_info_t * info, int size, const char *owner) in rh_alloc() argument 519 return rh_alloc_align(info, size, info->alignment, owner); in rh_alloc() 527 unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) in rh_alloc_fixed() argument 569 blk->owner = owner; in rh_alloc_fixed() 679 rh_set_owner(rh_info_t * info, unsigned long start, const char *owner) rh_set_owner() argument [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | lm363x-regulator.c | 114 .owner = THIS_MODULE, 127 .owner = THIS_MODULE, 142 .owner = THIS_MODULE, 157 .owner = THIS_MODULE, 172 .owner = THIS_MODULE, 188 .owner = THIS_MODULE, 201 .owner = THIS_MODULE, 216 .owner = THIS_MODULE, 233 .owner = THIS_MODULE, 246 .owner [all...] |
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 140 void TouchGesture::appendNewRec(void* owner, float x, float y) { in appendNewRec() argument 142 rec->fOwner = owner; in appendNewRec() 148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() argument 149 // SkDebugf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y); in touchBegin() 151 int index = this->findRec(owner); in touchBegin() 165 this->appendNewRec(owner, x, y); in touchBegin() 179 int TouchGesture::findRec(void* owner) const { in findRec() 181 if (owner == fTouches[i].fOwner) { in findRec() 208 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() argument 209 // SkDebugf("--- %d touchMoved %p %g %g\n", fTouches.count(), owner, in touchMoved() 261 touchEnd(void* owner) touchEnd() argument [all...] |
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | pi.c | 26 pi_state->owner = NULL; in refill_pi_state_cache() 48 struct task_struct *old_owner = pi_state->owner; in pi_state_update_owner() 63 pi_state->owner = new_owner; in pi_state_update_owner() 86 * If pi_state->owner is NULL, the owner is most probably dying in put_pi_state() 89 if (pi_state->owner) { in put_pi_state() 103 * clear pi_state->owner. in put_pi_state() 106 pi_state->owner = NULL; in put_pi_state() 115 * Waiter | pi_state | pi->owner | uTID | uODIED | ? 137 * thread is found then it indicates that the owner TI [all...] |
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 31 * non-privileged user can't create hard links to files if he isn't owner 76 int owner; member 103 int owner; member 160 static int create_check_hlinks(const struct user_file *ufile, int owner); 161 static int create_check_slinks(const struct user_file *ufile, int owner); 338 path, users[bdir->owner].name); in create_sub_dir() 367 bdirs[dir].owner = usr; in init_base_dirs() 436 static int create_check_slinks(const struct user_file *ufile, int owner) in create_check_slinks() argument 449 slink_info.owner = usr; in create_check_slinks() 450 slink_info.source_owner = owner; in create_check_slinks() 462 create_check_hlinks(const struct user_file *ufile, int owner) create_check_hlinks() argument [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 305 conn->owner, conn->device_id, in hmdfs_flush_stash_file_metadata() 318 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata() 328 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata() 353 conn->owner, conn->device_id, info->remote_ino); in hmdfs_wait_remote_writeback_once() 373 conn->owner, conn->device_id, info->remote_ino, in hmdfs_reset_remote_write_err() 439 conn->owner, conn->device_id, in hmdfs_flush_stash_file_data() 447 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_data() 533 conn->owner, conn->device_id, info->remote_ino, in hmdfs_close_stash_file() 587 conn->owner, conn->device_id, in hmdfs_new_file_cache() 594 conn->owner, con in hmdfs_new_file_cache() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 295 conn->owner, conn->device_id, in hmdfs_flush_stash_file_metadata() 308 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata() 318 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_metadata() 343 conn->owner, conn->device_id, info->remote_ino); in hmdfs_wait_remote_writeback_once() 363 conn->owner, conn->device_id, info->remote_ino, in hmdfs_reset_remote_write_err() 429 conn->owner, conn->device_id, in hmdfs_flush_stash_file_data() 437 conn->owner, conn->device_id, info->remote_ino, in hmdfs_flush_stash_file_data() 523 conn->owner, conn->device_id, info->remote_ino, in hmdfs_close_stash_file() 577 conn->owner, conn->device_id, in hmdfs_new_file_cache() 584 conn->owner, con in hmdfs_new_file_cache() [all...] |