Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dintel.c154 unsigned long flags, *owned; in cmci_toggle_interrupt_mode() local
159 owned = this_cpu_ptr(mce_banks_owned); in cmci_toggle_interrupt_mode()
160 for_each_set_bit(bank, owned, MAX_NR_BANKS) { in cmci_toggle_interrupt_mode()
266 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_discover() local
276 if (test_bit(i, owned)) in cmci_discover()
287 clear_bit(i, owned); in cmci_discover()
311 set_bit(i, owned); in cmci_discover()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_sd7220.c556 int owned = 0; in epb_access() local
585 owned = !!(accval & EPB_ACC_GNT); in epb_access()
601 owned = -1; in epb_access()
613 owned = -1; in epb_access()
615 return owned; in epb_access()
661 int owned; in qib_sd7220_reg_mod() local
685 owned = epb_access(dd, sdnum, 1); in qib_sd7220_reg_mod()
686 if (owned < 0) { in qib_sd7220_reg_mod()
752 int owned; in qib_sd7220_ram_xfer() local
779 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer()
[all …]
/Linux-v5.4/drivers/staging/media/imx/
DTODO27 1. If a port owned by a device in the graph has endpoint nodes, the
32 a single output port node, but which define multiple pads owned
43 2. Every endpoint of a port owned by a device in the graph is treated
/Linux-v5.4/drivers/char/tpm/
Dtpm-sysfs.c184 sizeof(cap.owned))) in owned_show()
187 rc = sprintf(buf, "%d\n", cap.owned); in owned_show()
192 static DEVICE_ATTR_RO(owned);
/Linux-v5.4/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-v5.4/usr/
DKconfig40 If INITRAMFS_SOURCE points to a directory, files owned by this UID
41 (-1 = current user) will be owned by root in the resulting image.
50 If INITRAMFS_SOURCE points to a directory, files owned by this GID
51 (-1 = current group) will be owned by root in the resulting image.
/Linux-v5.4/Documentation/filesystems/
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.txt106 they will be owned by root. The root directory (the mount point) of the
107 Amiga filesystem will be owned by the user who actually mounts the
/Linux-v5.4/fs/erofs/
Dzdata.c960 z_erofs_next_pcluster_t owned = io->head; in z_erofs_vle_unzip_all() local
962 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) { in z_erofs_vle_unzip_all()
966 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_vle_unzip_all()
969 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_vle_unzip_all()
971 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_vle_unzip_all()
972 owned = READ_ONCE(pcl->next); in z_erofs_vle_unzip_all()
/Linux-v5.4/Documentation/locking/
Drt-mutex-design.rst47 grab lock L1 (owned by C)
65 process blocks on a lock owned by the current process. To make this easier
68 This time, when A blocks on the lock owned by C, C would inherit the priority
209 a tree of all top waiters of the mutexes that are owned by the process.
211 blocked on mutexes owned by the process.
214 is waiting on a mutex that is owned by the task. So if the task has
305 mutex is not owned, this owner is set to NULL. Since all architectures
357 priority process that is waiting any of mutexes owned by the task. Since
372 process has just blocked on a mutex owned by the task, rt_mutex_adjust_prio
376 always contains the highest priority task that is waiting on a mutex owned
/Linux-v5.4/include/net/
Dsock.h97 int owned; member
1488 if (sk->sk_lock.owned) { in sock_release_ownership()
1489 sk->sk_lock.owned = 0; in sock_release_ownership()
1505 sk->sk_lock.owned = 0; \
1581 return sk->sk_lock.owned; in sock_owned_by_user()
1586 return sk->sk_lock.owned; in sock_owned_by_user_nocheck()
1594 return !sk->sk_lock.owned && !spin_is_locked(&sk->sk_lock.slock); in sock_allow_reclassification()
/Linux-v5.4/net/llc/
Dllc_proc.c198 !!sk->sk_backlog.tail, !!sk->sk_lock.owned); in llc_seq_core_show()
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smsm.txt7 certain bit owned by a certain remote processor.
/Linux-v5.4/Documentation/admin-guide/LSM/
DSafeSetID.rst76 entity. For example, Linux has the notion that network namespaces are owned by
82 effectively prevents it from accessing the network namespace owned by the
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-tpm78 What: /sys/class/tpm/tpmX/device/owned
82 Description: The "owned" property produces a '1' if the TPM_TakeOwnership
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dnvidia,tegra194-pcie.txt108 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller
111 if the platform has one such slot. (Ex:- x16 slot owned by C5 controller
/Linux-v5.4/Documentation/ABI/testing/
Dima_policy89 policy appraises all files owned by root.
/Linux-v5.4/Documentation/devicetree/bindings/devfreq/
Dexynos-bus.txt12 The each AXI bus has the owned source clock but, has not the only owned
/Linux-v5.4/Documentation/driver-api/
Dsync_file.rst80 The returned reference is owned by the caller and must be disposed of
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dfs.rst211 in world writable sticky directories, unless they are owned by the
250 owned by the owner of the directory.
285 owned by the current user and no security is applied. This is
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Drdma.rst53 always owned by the creator cgroup css. This allows process migration from one
/Linux-v5.4/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.

123