Home
last modified time | relevance | path

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

123

/linux/scripts/gendwarfksyms/
H A Dtypes.c23 void *owned; member
33 if (entry->owned) in type_list_free()
34 free(entry->owned); in type_list_free()
41 static int type_list_append(struct list_head *list, const char *s, void *owned) in type_list_append() argument
50 entry->owned = owned; in type_list_append()
92 void *owned) in type_expansion_append() argument
94 type->len += type_list_append(&type->expanded, s, owned); in type_expansion_append()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_global_ptr_args.c164 struct task_struct *owned; in subprog_trusted_acq_rel() local
166 owned = bpf_task_acquire(task); in subprog_trusted_acq_rel()
167 if (!owned) in subprog_trusted_acq_rel()
170 bpf_task_release(owned); /* this one is OK, we acquired it locally */ in subprog_trusted_acq_rel()
/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c178 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_skip_bank() local
180 if (test_bit(bank, owned)) in cmci_skip_bank()
191 clear_bit(bank, owned); in cmci_skip_bank()
/linux/rust/proc-macro2/
H A Drcvec.rs57 let vec = if let Some(owned) = Rc::get_mut(&mut self.inner) { in make_owned()
58 mem::take(owned) in make_owned()
/linux/usr/
H A 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/drivers/char/tpm/
H A Dtpm-sysfs.c173 sizeof(cap.owned))) in owned_show()
176 rc = sprintf(buf, "%d\n", cap.owned); in owned_show()
181 static DEVICE_ATTR_RO(owned);
H A Dtpm.h127 __u8 owned; member
/linux/Documentation/filesystems/
H A Domfs.rst37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
H A Didmappings.rst178 owned by ``u1000``:
235 ``u0:k20000:r10000`` and it reads a file owned by ``u1000`` from disk. This
247 Consequently the user would see that this file is owned by ``u4000``.
586 ``dir`` and all files below it would continue to appear owned by the overflowid
594 owned by ``u1000``. At uni or at work they may have another login id such as
738 Assume a file owned by ``u1000`` is read from disk. The filesystem maps this id
792 also be reported as being owned by ``u1000`` and vica versa.
935 filesystem's idmapping via the mount's idmapping. The file is now owned by
960 are owned by ``u1000`` whereas at uni or work they have login id ``u1125``.
965 mix of files and directories owned by ``u1000`` and ``u1125``.
[all …]
H A Disofs.rst11 uid=nnn All files in the partition will be owned by user id nnn.
H A Daffs.rst125 they will be owned by root. The root directory (the mount point) of the
126 Amiga filesystem will be owned by the user who actually mounts the
H A Dadfs.rst35 uid=nnn All files in the partition will be owned by
H A Dbefs.rst103 uid=nnn All files in the partition will be owned by user id nnn.
/linux/Documentation/locking/
H A 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
H A Drobust-futexes.rst16 field. If userspace notices contention (the lock is already owned and
101 walks the list [not trusting it], and marks all locks that are owned by
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-numa25 such as libraries, owned by another cgroup may still be
H A Dsysfs-driver-intel_sdsi20 EBUSY Mailbox is owned by another agent.
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Datom.h24 u32 owned; member
/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm78 What: /sys/class/tpm/tpmX/device/owned
82 Description: The "owned" property produces a '1' if the TPM_TakeOwnership
/linux/Documentation/virt/acrn/
H A Dio-request.rst81 An I/O request in COMPLETE or FREE state is owned by the hypervisor. HSM and
/linux/Documentation/driver-api/
H A Dsync_file.rst80 The returned reference is owned by the caller and must be disposed of
/linux/Documentation/networking/
H A Dlapb-module.rst203 is successful then the skbuff is owned by the LAPB module and may not be
219 is owned by the LAPB module and may not be used by the device driver again.
/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst53 always owned by the creator cgroup css. This allows process migration from one
/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot29 label="Use node owned\nby this CPU"]
/linux/include/net/
H A Dsock.h85 int owned; member
1680 sk->sk_lock.owned = 0; \
1801 return sk->sk_lock.owned; in sock_owned_by_user()
1806 return sk->sk_lock.owned; in sock_owned_by_user_nocheck()
1812 sk->sk_lock.owned = 0; in sock_release_ownership()

123