Home
last modified time | relevance | path

Searched refs:owned (Results 1 – 25 of 47) sorted by relevance

12

/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce_intel.c83 unsigned long *owned = (void *)&__get_cpu_var(mce_banks_owned); in cmci_discover() local
92 if (test_bit(i, owned)) in cmci_discover()
99 if (test_and_clear_bit(i, owned) && !boot) in cmci_discover()
112 if (!test_and_set_bit(i, owned) && !boot) in cmci_discover()
/linux-2.6.39/arch/powerpc/platforms/iseries/
DKconfig24 read a CD drive owned by OS/400, say Y here.
31 to read and/or write a tape drive owned by OS/400, say Y here.
/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_sd7220.c552 int owned = 0; in epb_access() local
581 owned = !!(accval & EPB_ACC_GNT); in epb_access()
596 owned = -1; in epb_access()
607 owned = -1; in epb_access()
609 return owned; in epb_access()
655 int owned; in qib_sd7220_reg_mod() local
679 owned = epb_access(dd, sdnum, 1); in qib_sd7220_reg_mod()
680 if (owned < 0) { in qib_sd7220_reg_mod()
746 int owned; in qib_sd7220_ram_xfer() local
775 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer()
[all …]
/linux-2.6.39/Documentation/filesystems/
Dudf.txt43 that are owned by nobody ( -1 ), they will instead look as if they are owned
47 owned by whatever default ID it is mounted with at that time.
Domfs.txt32 uid=n - make all files owned by specified user
33 gid=n - make all files owned by specified group
Disofs.txt4 uid=nnn All files in the partition will be owned by user id nnn.
Dadfs.txt4 uid=nnn All files in the partition will be owned by
Dbefs.txt94 uid=nnn All files in the partition will be owned by user id nnn.
Daffs.txt102 they will be owned by root. The root directory (the mount point) of the
103 Amiga filesystem will be owned by the user who actually mounts the
/linux-2.6.39/usr/
DKconfig31 other than "0" will cause all files owned by that UID to be
32 owned by user root in the initial ramdisk image.
43 other than "0" will cause all files owned by that GID to be
44 owned by group root in the initial ramdisk image.
/linux-2.6.39/fs/reiserfs/
DREADME8 files are licensed under the GPL. The portions of them owned by Hans
12 want it to be owned by Hans Reiser, put your copyright label on that
14 All portions of governed files not labeled otherwise are owned by Hans
19 to license code labeled as owned by you on your behalf other than
108 for all salaries from my dayjob I owned all copyrights, and you can't
/linux-2.6.39/Documentation/
Drt-mutex-design.txt46 grab lock L1 (owned by C)
64 process blocks on a lock owned by the current process. To make this easier
67 This time, when A blocks on the lock owned by C, C would inherit the priority
218 a list of all top waiters of the mutexes that are owned by the process.
220 blocked on mutexes owned by the process.
223 is waiting on a mutex that is owned by the task. So if the task has
314 mutex is not owned, this owner is set to NULL. Since all architectures
373 a mutex owned by the task, then that higher priority should be returned.
392 process has just blocked on a mutex owned by the task, __rt_mutex_adjust_prio
396 always contains the highest priority task that is waiting on a mutex owned
[all …]
Drobust-futexes.txt12 field. If userspace notices contention (the lock is already owned and
97 walks the list [not trusting it], and marks all locks that are owned by
Dbinfmt_misc.txt56 will run with root permissions when a setuid binary owned by root
/linux-2.6.39/drivers/gpu/drm/radeon/
DKconfig31 not owned by the process supplying the command stream. This part
/linux-2.6.39/drivers/char/tpm/
Dtpm.h208 bool owned; member
/linux-2.6.39/Documentation/ia64/
Dkvm.txt45 (3) Rename the firmware you owned to Flash.fd, and copy it to /usr/local/share/qemu
/linux-2.6.39/sound/pci/cs46xx/imgs/
Dcwcdma.asp22 // to compile it you need a tool named SPASM 3.0 and DSP code owned by
/linux-2.6.39/include/net/
Dsock.h89 int owned; member
1021 #define sock_owned_by_user(sk) ((sk)->sk_lock.owned)
1032 sk->sk_lock.owned = 0; \
/linux-2.6.39/net/core/
Dsock.c2034 if (sk->sk_lock.owned) in lock_sock_nested()
2036 sk->sk_lock.owned = 1; in lock_sock_nested()
2056 sk->sk_lock.owned = 0; in release_sock()
2078 if (!sk->sk_lock.owned) in lock_sock_fast()
2085 sk->sk_lock.owned = 1; in lock_sock_fast()
/linux-2.6.39/Documentation/networking/
Dlapb-module.txt175 is successful then the skbuff is owned by the LAPB module and may not be
188 is owned by the LAPB module and may not be used by the device driver again.
Dtuntap.txt45 connecting to network devices which aren't owned by the user in question.
/linux-2.6.39/Documentation/video4linux/
Dv4l2-controls.txt38 controls, possibly to controls owned by other handlers.
304 While in g_volatile/s/try_ctrl you can access the value of all controls owned
306 the value of controls owned by other handlers, then you have to be very careful
483 value of the controls owned by the given handler to the log. You can supply a
DCQcam.txt101 chown root.root video$ii # owned by root
/linux-2.6.39/Documentation/vm/
Dhwpoison.txt128 Limit injection to pages owned by memgroup. Specified by inode number

12