/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | bd9576-regulator.c | 108 .owner = THIS_MODULE, 127 .owner = THIS_MODULE, 145 .owner = THIS_MODULE, 164 .owner = THIS_MODULE, 183 .owner = THIS_MODULE, 200 .owner = THIS_MODULE,
|
H A D | wm8400-regulator.c | 128 .owner = THIS_MODULE, 142 .owner = THIS_MODULE, 156 .owner = THIS_MODULE, 170 .owner = THIS_MODULE, 184 .owner = THIS_MODULE, 198 .owner = THIS_MODULE,
|
H A D | ab8500.c | 545 .owner = THIS_MODULE, 568 .owner = THIS_MODULE, 591 .owner = THIS_MODULE, 614 .owner = THIS_MODULE, 642 .owner = THIS_MODULE, 661 .owner = THIS_MODULE, 677 .owner = THIS_MODULE, 693 .owner = THIS_MODULE, 709 .owner = THIS_MODULE, 729 .owner [all...] |
H A D | rk808-regulator.c | 79 .owner = THIS_MODULE, \ 103 .owner = THIS_MODULE, \ 144 .owner = THIS_MODULE, \ 755 .owner = THIS_MODULE, 771 .owner = THIS_MODULE, 783 .owner = THIS_MODULE, 817 .owner = THIS_MODULE, 833 .owner = THIS_MODULE, 845 .owner = THIS_MODULE, 872 .owner [all...] |
H A D | ab3100.c | 402 .owner = THIS_MODULE, 412 .owner = THIS_MODULE, 422 .owner = THIS_MODULE, 433 .owner = THIS_MODULE, 443 .owner = THIS_MODULE, 453 .owner = THIS_MODULE, 463 .owner = THIS_MODULE, 473 .owner = THIS_MODULE, 481 .owner = THIS_MODULE, 490 .owner [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | wm8400-regulator.c | 128 .owner = THIS_MODULE, 142 .owner = THIS_MODULE, 156 .owner = THIS_MODULE, 170 .owner = THIS_MODULE, 184 .owner = THIS_MODULE, 198 .owner = THIS_MODULE,
|
H A D | ab8500.c | 659 .owner = THIS_MODULE, 682 .owner = THIS_MODULE, 705 .owner = THIS_MODULE, 728 .owner = THIS_MODULE, 756 .owner = THIS_MODULE, 775 .owner = THIS_MODULE, 791 .owner = THIS_MODULE, 807 .owner = THIS_MODULE, 823 .owner = THIS_MODULE, 843 .owner [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_debugfs_params.c | 71 .owner = THIS_MODULE, 80 .owner = THIS_MODULE, 134 .owner = THIS_MODULE, 143 .owner = THIS_MODULE, 188 .owner = THIS_MODULE, 197 .owner = THIS_MODULE,
|
/kernel/liteos_a/kernel/base/sched/ |
H A D | los_idle.c | 45 STATIC VOID IdlePriorityInheritance(LosTaskCB *owner, const SchedParam *param); 46 STATIC VOID IdlePriorityRestore(LosTaskCB *owner, const LOS_DL_LIST *list, const SchedParam *param); 163 STATIC VOID IdlePriorityInheritance(LosTaskCB *owner, const SchedParam *param) in IdlePriorityInheritance() argument 165 (VOID)owner; in IdlePriorityInheritance() 170 STATIC VOID IdlePriorityRestore(LosTaskCB *owner, const LOS_DL_LIST *list, const SchedParam *param) in IdlePriorityRestore() argument 172 (VOID)owner; in IdlePriorityRestore()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_locks.c | 33 checker->owner = 0; in _mali_osk_locks_debug_init() 43 checker->owner = mali_osk_get_tid(); in _mali_osk_locks_debug_add() 63 checker->owner = 0; in _mali_osk_locks_debug_remove() 97 printk(" [lock: %p, tid_owner: %d, order: %d] ->", l, l->owner, l->order); in dump_lock_tracking_list() 137 * Since several threads may hold locks, each lock's owner must be in add_lock_to_log_and_check() 141 if (tid == l->owner && l->order >= highest_order_for_tid) { in add_lock_to_log_and_check()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_locks.c | 32 checker->owner = 0; in _mali_osk_locks_debug_init() 42 checker->owner = _mali_osk_get_tid(); in _mali_osk_locks_debug_add() 63 checker->owner = 0; in _mali_osk_locks_debug_remove() 98 printk(" [lock: %p, tid_owner: %d, order: %d] ->", l, l->owner, l->order); in dump_lock_tracking_list() 138 * Since several threads may hold locks, each lock's owner must be in add_lock_to_log_and_check() 142 if (tid == l->owner && l->order >= highest_order_for_tid) { in add_lock_to_log_and_check()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_hba.c | 61 ops->name, ops->owner); in transport_backend_register() 79 * unload of target_backend_ops->owner to proceed. in target_backend_unregister() 102 if (tb->ops->owner && !try_module_get(tb->ops->owner)) in core_get_backend() 147 module_put(hba->backend->ops->owner); in core_alloc_hba() 168 module_put(hba->backend->ops->owner); in core_delete_hba()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | genalloc.h | 76 void *owner; /* private data to retrieve at alloc time */ member 126 genpool_algo_t algo, void *data, void **owner); 129 size_t size, void **owner) in gen_pool_alloc_owner() 132 owner); in gen_pool_alloc_owner() 168 size_t size, void **owner); 128 gen_pool_alloc_owner(struct gen_pool *pool, size_t size, void **owner) gen_pool_alloc_owner() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | genalloc.h | 76 void *owner; /* private data to retrieve at alloc time */ member 126 genpool_algo_t algo, void *data, void **owner); 129 size_t size, void **owner) in gen_pool_alloc_owner() 132 owner); in gen_pool_alloc_owner() 168 size_t size, void **owner); 128 gen_pool_alloc_owner(struct gen_pool *pool, size_t size, void **owner) gen_pool_alloc_owner() argument
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_hba.c | 61 ops->name, ops->owner); in transport_backend_register() 79 * unload of target_backend_ops->owner to proceed. in target_backend_unregister() 102 if (tb->ops->owner && !try_module_get(tb->ops->owner)) in core_get_backend() 147 module_put(hba->backend->ops->owner); in core_alloc_hba() 168 module_put(hba->backend->ops->owner); in core_delete_hba()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | context.c | 137 if (cd->owner == pid) { in host1x_memory_context_alloc() 141 } else if (!cd->owner && !free) { in host1x_memory_context_alloc() 152 free->owner = get_pid(pid); in host1x_memory_context_alloc() 171 put_pid(cd->owner); in host1x_memory_context_put() 172 cd->owner = NULL; in host1x_memory_context_put()
|
/third_party/python/Lib/distutils/ |
H A D | archive_util.py | 56 owner=None, group=None): 63 'owner' and 'group' can be used to define an owner and a group for the 64 archive that is being built. If not provided, the current owner and group 94 uid = _get_uid(owner) 103 tarinfo.uname = owner 207 dry_run=0, owner=None, group=None): 221 'owner' and 'group' are used when creating a tar archive. By default, 222 uses the current owner and group. 246 kwargs['owner'] [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/ |
H A D | main.c | 111 struct sgx_encl_page *page = epc_page->owner; in sgx_reclaimer_age() 143 struct sgx_encl_page *page = epc_page->owner; in sgx_reclaimer_block() 200 struct sgx_encl_page *encl_page = epc_page->owner; in sgx_encl_ewb() 253 struct sgx_encl_page *encl_page = epc_page->owner; in sgx_reclaimer_write() 315 encl_page = epc_page->owner; in sgx_reclaim_pages() 320 /* The owner is freeing the page. No need to add the in sgx_reclaim_pages() 329 encl_page = epc_page->owner; in sgx_reclaim_pages() 368 encl_page = epc_page->owner; in sgx_reclaim_pages() 544 * @owner: the owner o 559 sgx_alloc_epc_page(void *owner, bool reclaim) sgx_alloc_epc_page() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | iwmmxt.S | 89 ldr r1, [r3] @ get current Concan owner 107 beq concan_load @ no owner, skip save 203 ldr r1, [r3] @ get current Concan owner 204 teq r1, #0 @ any current owner? 206 teq r0, #0 @ any owner? 219 str r0, [r3] @ no more current owner 255 ldr r3, [r3] @ get current Concan owner 293 ldr r3, [r3] @ get current Concan owner 332 ldr r2, [r2] @ get current Concan owner 359 ldr r1, [r3] @ get current Concan owner [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | iwmmxt.S | 98 ldr r1, [r3] @ get current Concan owner 117 beq concan_load @ no owner, skip save 213 ldr r1, [r3] @ get current Concan owner 214 teq r1, #0 @ any current owner? 216 teq r0, #0 @ any owner? 229 str r0, [r3] @ no more current owner 265 ldr r3, [r3] @ get current Concan owner 303 ldr r3, [r3] @ get current Concan owner 342 ldr r2, [r2] @ get current Concan owner 369 ldr r1, [r3] @ get current Concan owner [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | char_dev.c | 284 cdev->owner = fops->owner; in __register_chrdev() 350 struct module *owner = p->owner; in cdev_get() local 353 if (owner && !try_module_get(owner)) in cdev_get() 357 module_put(owner); in cdev_get() 364 struct module *owner = p->owner; in cdev_put() local 366 module_put(owner); in cdev_put() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | char_dev.c | 284 cdev->owner = fops->owner; in __register_chrdev() 350 struct module *owner = p->owner; in cdev_get() local 353 if (owner && !try_module_get(owner)) in cdev_get() 357 module_put(owner); in cdev_get() 364 struct module *owner = p->owner; in cdev_put() local 366 module_put(owner); in cdev_put() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.cc | 20 void FreeListCategory::Reset(FreeList* owner) { in Reset() argument 21 if (is_linked(owner) && !top().is_null()) { in Reset() 22 owner->DecreaseAvailableBytes(available_); in Reset() 76 FreeList* owner) { in Free() 82 if (is_linked(owner)) { in Free() 83 owner->IncreaseAvailableBytes(size_in_bytes); in Free() 85 owner->AddCategory(this); in Free() 104 void FreeListCategory::Relink(FreeList* owner) { in Relink() argument 105 DCHECK(!is_linked(owner)); in Relink() 106 owner in Relink() 75 Free(Address start, size_t size_in_bytes, FreeMode mode, FreeList* owner) Free() argument [all...] |
/third_party/python/Lib/distutils/tests/ |
H A D | test_archive_util.py | 339 # testing make_archive with owner and group, with various combinations 343 owner = pwd.getpwuid(0)[0] 345 group = owner = 'root' 350 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner, 358 owner=owner, group=group) 362 owner='kjhkjhkjg', group='oihohoh') 373 owner = pwd.getpwuid(0)[0] 376 owner [all...] |
/third_party/python/Lib/test/ |
H A D | test_decorators.py | 307 def __get__(self, instance, owner): 308 bound_function = self.__wrapped__.__get__(instance, owner) 353 def __get__(self, instance, owner=None): 354 if owner is None: 355 owner = type(instance) 356 return MethodType(self, owner) 367 def __get__(self, instance, owner=None): 368 if owner is None: 369 owner = type(instance) 370 return MethodType(self, owner) [all...] |