Searched refs:owner (Results 1 - 25 of 2102) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c29 .owner = NULL,
40 struct module *owner = spufs_calls.owner; local
43 if (owner && try_module_get(owner)) {
45 module_put(owner);
55 struct module *owner = spufs_calls.owner; local
58 if (owner && try_module_get(owner)) {
[all...]
H A Dspu_coredump.c38 if (spu_coredump_calls && try_module_get(spu_coredump_calls->owner)) {
40 module_put(spu_coredump_calls->owner);
49 if (spu_coredump_calls && try_module_get(spu_coredump_calls->owner)) {
51 module_put(spu_coredump_calls->owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datari_stram.h9 void *atari_stram_alloc(long size, const char *owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dmpu401.h3 int probe_uart401 (struct address_info *hw_config, struct module *owner);
10 int attach_mpu401(struct address_info * hw_config, struct module *owner);
H A Dopl3.h3 int opl3_init(int ioaddr, int *osp, struct module *owner);
H A Dad1848.h15 int dma_capture, int share_dma, int *osp, struct module *owner);
21 void attach_ms_sound(struct address_info * hw_config, struct resource *ports, struct module * owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs_i.h15 struct nlm_lockowner *owner; member in struct:nfs_lock_info
21 struct nfs4_lock_state *owner; member in struct:nfs4_lock_info
H A Dspinlock_types.h27 void *owner; member in struct:__anon10320
43 void *owner; member in struct:__anon10321
70 .owner = SPINLOCK_OWNER_INIT, \
76 .owner = SPINLOCK_OWNER_INIT, \
H A Dlock_dlm_plock.h37 __u64 owner; member in struct:gdlm_plock_info
H A Dnfs4_acl.h49 int nfs4_acl_permission(struct nfs4_acl *acl, uid_t owner, gid_t group,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-aaec2000/
H A Dclock.h17 struct module *owner; member in struct:clk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Drheap.h23 const char *owner; member in struct:_rh_block
43 const char *owner; member in struct:_rh_stats
67 const char *owner);
70 extern unsigned long rh_alloc(rh_info_t * info, int size, const char *owner);
74 const char *owner);
86 /* Set owner of taken block */
87 extern int rh_set_owner(rh_info_t * info, unsigned long start, const char *owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dspinlock_debug.c28 lock->owner = SPINLOCK_OWNER_INIT;
46 lock->owner = SPINLOCK_OWNER_INIT;
54 struct task_struct *owner = NULL; local
59 if (lock->owner && lock->owner != SPINLOCK_OWNER_INIT)
60 owner = lock->owner;
64 printk(KERN_EMERG " lock: %p, .magic: %08x, .owner: %s/%d, "
67 owner ? owner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dpartitions.h62 struct module *owner; member in struct:mtd_part_parser
72 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dclock.h17 struct module *owner; member in struct:clk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-realview/
H A Dclock.h17 struct module *owner; member in struct:clk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-versatile/
H A Dclock.h17 struct module *owner; member in struct:clk
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf_vpp.h29 struct module* owner; member in struct:w9968cf_vpp_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dnonet.c23 .owner = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drtmutex.c27 * lock->owner state tracking:
29 * lock->owner holds the task_struct pointer of the owner. Bit 0 and 1
30 * are used to keep track of the "owner is pending" and "lock has
33 * owner bit1 bit0
39 * taskpointer 0 1 task is pending owner
41 * taskpointer 1 1 task is pending owner and lock has more waiters
50 * possible when bit 0 and 1 of lock->owner are 0.
52 * (*) There's a small time where the owner can be NULL and the
54 * To prevent a cmpxchg of the owner releasin
60 rt_mutex_set_owner(struct rt_mutex *lock, struct task_struct *owner, unsigned long mask) argument
91 unsigned long owner, *p = (unsigned long *) &lock->owner; local
422 struct task_struct *owner = rt_mutex_owner(lock); local
544 struct task_struct *owner = rt_mutex_owner(lock); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-core.c28 if (!try_module_get(c->owner))
35 module_put(c->owner);
50 module_put(c->owner);
81 module_put(codec->owner);
101 err = aoa_alsa_init(new_fabric->name, new_fabric->owner, dev);
147 module_put(codec->owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dmap.c24 struct module *owner; member in struct:kobj_map::probe
50 p->owner = module;
106 struct module *owner; local
113 if (!try_module_get(p->owner))
115 owner = p->owner;
121 module_put(owner);
126 /* Currently ->owner protects _only_ ->probe() itself. */
127 module_put(owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dm32r_sio.h20 struct module *owner; member in struct:m32r_sio_probe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_driver.h11 struct module *owner; member in struct:scsi_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_sman.h30 * per "owner" basis. All regions associated with an "owner" can be released
31 * with a simple call. Typically if the "owner" exists. The owner is any
108 * owner_order is the log2 of the number of buckets in the owner hash table.
143 unsigned long owner);
151 * returns 1 iff there are no stale memory blocks associated with this owner.
154 * resources associated with owner.
157 extern int drm_sman_owner_clean(drm_sman_t * sman, unsigned long owner);
160 * Frees all stale memory blocks associated with this owner
[all...]

Completed in 317 milliseconds

1234567891011>>