| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | types.c | 21 void *owned; member 31 if (entry->owned) in type_list_free() 32 free(entry->owned); in type_list_free() 39 static int type_list_append(struct list_head *list, const char *s, void *owned) in type_list_append() argument 48 entry->owned = owned; in type_list_append() 90 void *owned) in type_expansion_append() argument 92 type->len += type_list_append(&type->expanded, s, owned); in type_expansion_append()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_global_ptr_args.c | 164 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-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_sd7220.c | 556 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() 751 int owned; in qib_sd7220_ram_xfer() local 778 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer() [all …]
|
| /linux-6.15/arch/x86/kernel/cpu/mce/ |
| H A D | intel.c | 178 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-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_types.h | 77 bool owned; member
|
| /linux-6.15/usr/ |
| H A D | Kconfig | 40 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-6.15/drivers/char/tpm/ |
| H A D | tpm-sysfs.c | 173 sizeof(cap.owned))) in owned_show() 176 rc = sprintf(buf, "%d\n", cap.owned); in owned_show() 181 static DEVICE_ATTR_RO(owned);
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | omfs.rst | 37 uid=n make all files owned by specified user 38 gid=n make all files owned by specified group
|
| H A D | isofs.rst | 11 uid=nnn All files in the partition will be owned by user id nnn.
|
| H A D | idmappings.rst | 178 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 D | befs.rst | 103 uid=nnn All files in the partition will be owned by user id nnn.
|
| H A D | adfs.rst | 35 uid=nnn All files in the partition will be owned by
|
| /linux-6.15/Documentation/locking/ |
| H A D | rt-mutex-design.rst | 47 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-6.15/Documentation/devicetree/bindings/rtc/ |
| H A D | qcom-pm8xxx-rtc.yaml | 56 RTC alarm is not owned by the OS
|
| /linux-6.15/Documentation/gpu/ |
| H A D | panthor.rst | 51 These values convey the sizes of the internal driver-owned shmem BO's that
|
| /linux-6.15/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | atom.h | 24 u32 owned; member
|
| /linux-6.15/Documentation/devicetree/bindings/interconnect/ |
| H A D | samsung,exynos-bus.yaml | 23 The each AXI bus has the owned source clock but, has not the only owned power
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | ntsync.rst | 32 owner is zero (indicating that it is not owned). The recursion count is 237 if the mutex is not currently owned. 260 Mark a mutex as unowned and abandoned if it is owned by the given 336 otherwise be considered successful. The mutex is marked as owned by
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 78 What: /sys/class/tpm/tpmX/device/owned 82 Description: The "owned" property produces a '1' if the TPM_TakeOwnership
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | SafeSetID.rst | 76 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-6.15/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,smsm.yaml | 19 certain bit owned by a certain remote processor.
|
| /linux-6.15/Documentation/virt/acrn/ |
| H A D | io-request.rst | 81 An I/O request in COMPLETE or FREE state is owned by the hypervisor. HSM and
|
| /linux-6.15/Documentation/devicetree/bindings/pci/ |
| H A D | nvidia,tegra194-pcie.yaml | 182 if the platform has one such slot, e.g., x16 slot owned by C5 controller 187 if the platform has one such slot, e.g., x16 slot owned by C5 controller
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | sync_file.rst | 80 The returned reference is owned by the caller and must be disposed of
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel_sdsi | 20 EBUSY Mailbox is owned by another agent.
|