Home
last modified time | relevance | path

Searched defs:owner (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/Linux-v5.4/drivers/media/mc/
Dmc-dev-allocator.c31 struct module *owner; member
63 struct module *owner) in __media_device_get()
99 struct module *owner) in media_device_usb_allocate()
120 struct module *owner) in media_device_delete()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_rmap.c34 uint64_t owner, in xfs_rmap_lookup_le()
56 uint64_t owner, in xfs_rmap_lookup_eq()
103 uint64_t owner, in xfs_rmap_insert()
139 uint64_t owner, in xfs_rmap_delete()
276 uint64_t owner, in xfs_rmap_find_left_neighbor()
354 uint64_t owner, in xfs_rmap_lookup_le_range()
399 uint64_t owner, in xfs_rmap_free_check_owner()
464 uint64_t owner; in xfs_rmap_unmap() local
678 uint64_t owner, in xfs_rmap_is_mergeable()
718 uint64_t owner; in xfs_rmap_map() local
[all …]
Dxfs_rmap.h84 uint64_t *owner, in xfs_owner_info_unpack()
102 uint64_t owner, in xfs_owner_info_pack()
/Linux-v5.4/include/media/
Dmedia-dev-allocator.h57 struct module *owner) in media_device_usb_allocate()
61 struct module *owner) { } in media_device_delete()
/Linux-v5.4/include/linux/
Dnfs_fs_i.h12 struct nlm_lockowner *owner; member
18 struct nfs4_lock_state *owner; member
Dgenalloc.h76 void *owner; /* private data to retrieve at alloc time */ member
129 size_t size, void **owner) in gen_pool_alloc_owner()
Datm_tcp.h17 struct module *owner; member
/Linux-v5.4/kernel/locking/
Dmutex.c78 static inline struct task_struct *__owner_task(unsigned long owner) in __owner_task()
99 static inline unsigned long __owner_flags(unsigned long owner) in __owner_flags()
109 unsigned long owner, curr = (unsigned long)current; in __mutex_trylock_or_owner() local
226 unsigned long owner = atomic_long_read(&lock->owner); in __mutex_handoff() local
393 struct task_struct *owner = __mutex_owner(lock); in __ww_mutex_wound() local
550 bool mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner, in mutex_spin_on_owner()
591 struct task_struct *owner; in mutex_can_spin_on_owner() local
662 struct task_struct *owner; in mutex_optimistic_spin() local
1226 unsigned long owner; in __mutex_unlock_slowpath() local
Drwsem.c204 struct task_struct *owner) in __rwsem_set_reader_owned()
263 unsigned long owner = atomic_long_read(&sem->owner); in rwsem_set_nonspinnable() local
298 unsigned long owner = atomic_long_read(&sem->owner); in rwsem_owner_flags() local
445 struct task_struct *owner; in rwsem_mark_wake() local
647 static inline bool owner_on_cpu(struct task_struct *owner) in owner_on_cpu()
659 struct task_struct *owner; in rwsem_can_spin_on_owner() local
706 rwsem_owner_state(struct task_struct *owner, unsigned long flags, unsigned long nonspinnable) in rwsem_owner_state()
720 struct task_struct *new, *owner; in rwsem_spin_on_owner() local
950 unsigned long owner = atomic_long_read(&sem->owner); in rwsem_reader_phase_trylock() local
Drtmutex.c53 rt_mutex_set_owner(struct rt_mutex *lock, struct task_struct *owner) in rt_mutex_set_owner()
71 unsigned long owner, *p = (unsigned long *) &lock->owner; in fixup_rt_mutex_waiters() local
155 unsigned long owner, *p = (unsigned long *) &lock->owner; in mark_rt_mutex_waiters() local
173 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe() local
933 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex() local
1071 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter() local
/Linux-v5.4/arch/s390/lib/
Dspinlock.c75 int owner; in arch_load_niai4() local
120 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local
213 int lockval, old, new, owner, count; in arch_spin_lock_classic() local
256 int owner, count; in arch_spin_trylock_retry() local
/Linux-v5.4/arch/x86/pci/
Dxen.c516 struct xen_device_domain_owner *owner; in find_device() local
527 struct xen_device_domain_owner *owner; in xen_find_device_domain_owner() local
541 struct xen_device_domain_owner *owner; in xen_register_device_domain_owner() local
563 struct xen_device_domain_owner *owner; in xen_unregister_device_domain_owner() local
/Linux-v5.4/sound/aoa/
Daoa.h23 struct module *owner; member
70 struct module *owner; member
/Linux-v5.4/arch/powerpc/include/asm/
Drheap.h23 const char *owner; member
43 const char *owner; member
/Linux-v5.4/arch/powerpc/lib/
Drheap.c442 unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) in rh_alloc_align()
517 unsigned long rh_alloc(rh_info_t * info, int size, const char *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()
679 int rh_set_owner(rh_info_t * info, unsigned long start, const char *owner) in rh_set_owner()
/Linux-v5.4/drivers/pinctrl/
Dpinmux.c106 int pin, const char *owner, in pin_request()
209 const char *owner; in pin_free() local
262 const char *owner; in pinmux_request_gpio() local
286 const char *owner; in pinmux_free_gpio() local
/Linux-v5.4/include/uapi/linux/
Dfsmap.h105 #define FMR_OWNER_TYPE(owner) ((__u32)((__u64)owner >> 32)) argument
106 #define FMR_OWNER_CODE(owner) ((__u32)(((__u64)owner & 0xFFFFFFFFULL))) argument
/Linux-v5.4/sound/pci/hda/
Dhda_bind.c81 struct module *owner = dev->driver->owner; in hda_codec_driver_probe() local
167 struct module *owner) in __hda_codec_driver_register()
/Linux-v5.4/drivers/base/
Dmap.c24 struct module *owner; member
105 struct module *owner; in kobj_lookup() local
/Linux-v5.4/drivers/input/gameport/
Dgameport.c262 struct module *owner; member
352 static int gameport_queue_event(void *object, struct module *owner, in gameport_queue_event()
654 void __gameport_register_port(struct gameport *gameport, struct module *owner) in __gameport_register_port()
719 int __gameport_register_driver(struct gameport_driver *drv, struct module *owner, in __gameport_register_driver()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv04.h10 int owner; member
/Linux-v5.4/drivers/rtc/
Dclass.c344 int __rtc_register_device(struct module *owner, struct rtc_device *rtc) in __rtc_register_device()
399 struct module *owner) in devm_rtc_device_register()
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.h46 struct module *owner; member
/Linux-v5.4/include/keys/
Dasymmetric-parser.h18 struct module *owner; member
/Linux-v5.4/drivers/staging/vt6655/
Ddesc.h170 volatile u8 owner:1; member
176 u16 owner:1; member
203 volatile u8 owner:1; member
209 volatile u16 owner:1; member

12345678910>>...21