Home
last modified time | relevance | path

Searched full:owned (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/linux-6.8/drivers/firmware/imx/
Drm.c17 * This function check @resource is owned by current partition or not
22 * @return Returns 0 for not owned and 1 for owned.
38 * for resource owned check which means not owned or owned. in imx_sc_rm_is_resource_owned()
/linux-6.8/tools/testing/selftests/uevent/
Duevent_filtering.c382 * - Open uevent listening socket in initial network namespace owned by in TEST()
384 * - Trigger uevent in initial network namespace owned by initial user in TEST()
397 * owned by initial user namespace. in TEST()
398 * - Trigger uevent in initial network namespace owned by initial user in TEST()
412 * owned by initial user namespace. in TEST()
413 * - Trigger uevent in initial network namespace owned by initial user in TEST()
426 * owned by non-initial user namespace. in TEST()
427 * - Trigger uevent in initial network namespace owned by initial user in TEST()
440 * owned by initial user namespace. in TEST()
442 * - Trigger uevent in initial network namespace owned by initial user in TEST()
[all …]
/linux-6.8/arch/arm64/kvm/hyp/include/nvhe/
Dmem_protect.h19 * 00: The page is owned exclusively by the page-table owner.
20 * 01: The page is owned by the page-table owner, but is shared
22 * 10: The page is shared with, but not owned by the page-table owner.
/linux-6.8/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-6.8/drivers/gpu/drm/i915/gvt/
Daperture_gm.c120 * intel_vgpu_write_fence - write fence registers owned by a vGPU
125 * This function is used to write fence registers owned by a vGPU. The vGPU
301 * intel_vgpu_free_resource() - free HW resource owned by a vGPU
304 * This function is used to free the HW resource owned by a vGPU.
315 * intel_vgpu_reset_resource - reset resource state owned by a vGPU
318 * This function is used to reset resource state owned by a vGPU.
/linux-6.8/kernel/locking/
Drwsem.c38 * - Bit 0: RWSEM_READER_OWNED - The rwsem is owned by readers
39 * - Bit 1: RWSEM_NONSPINNABLE - Cannot spin on a reader-owned lock
41 * When the rwsem is reader-owned and a spinning writer has timed out,
50 * for a free or reader-owned rwsem, the owner value may contain
54 * seems to hang on a reader owned rwsem especially if only one reader
59 * is previously owned by a writer and the following conditions are met:
60 * - rwsem is not currently writer owned
164 * Note that the owner value just indicates the task has owned the rwsem
185 * Return true if the rwsem is owned by a reader.
204 * is a task pointer in owner of a reader-owned rwsem, it will be the
[all …]
/linux-6.8/arch/x86/include/asm/
Dmc146818rtc.h19 * special properties. It is owned by a CPU and stores the index register
20 * currently being accessed (if owned). The idea here is that it works
28 * a non-SMP machine just to mark that the lock is owned.
/linux-6.8/arch/x86/kernel/cpu/mce/
Dintel.c37 * disables CMCI on all banks owned by the cpu and clears this bitfield. At
40 * owned by the offlined cpu.
177 unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned); in cmci_skip_bank() local
179 if (test_bit(bank, owned)) in cmci_skip_bank()
188 /* Already owned by someone else? */ in cmci_skip_bank()
190 clear_bit(bank, owned); in cmci_skip_bank()
304 * all the CMCI owned banks.
/linux-6.8/drivers/net/ethernet/altera/
Daltera_sgdmahw.h37 * bit 7: hardware owned
82 * bit 17: clears owned by hardware if 0, does not clear otherwise
112 #define SGDMA_CTRLREG_COBHW BIT(17)/* Clears owned by hardware */
/linux-6.8/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-6.8/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-6.8/rust/kernel/
Dtypes.rs27 /// Converts a Rust-owned object to a foreign-owned one.
32 /// Borrows a foreign-owned object.
40 /// Converts a foreign-owned object back to a Rust-owned one.
267 /// Additionally, it allows users to convert from a shared reference `&T` to an owned reference
300 /// An owned reference to an always-reference-counted object.
/linux-6.8/sound/soc/codecs/
Dcs35l56-shared.c167 case CS35L56_GLOBAL_ENABLES: /* owned by firmware */ in cs35l56_volatile_reg()
168 case CS35L56_BLOCK_ENABLES: /* owned by firmware */ in cs35l56_volatile_reg()
169 case CS35L56_BLOCK_ENABLES2: /* owned by firmware */ in cs35l56_volatile_reg()
170 case CS35L56_REFCLK_INPUT: /* owned by firmware */ in cs35l56_volatile_reg()
171 case CS35L56_GLOBAL_SAMPLE_RATE: /* owned by firmware */ in cs35l56_volatile_reg()
172 case CS35L56_DACPCM1_INPUT: /* owned by firmware */ in cs35l56_volatile_reg()
173 case CS35L56_DACPCM2_INPUT: /* owned by firmware */ in cs35l56_volatile_reg()
174 case CS35L56_DSP1RX1_INPUT: /* owned by firmware */ in cs35l56_volatile_reg()
175 case CS35L56_DSP1RX2_INPUT: /* owned by firmware */ in cs35l56_volatile_reg()
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dlinked_list.c520 while (test__start_subtest("btf: owning | owned AA cycle")) { in test_btf()
546 while (test__start_subtest("btf: owning | owned ABA cycle")) { in test_btf()
587 while (test__start_subtest("btf: owning -> owned")) { in test_btf()
616 while (test__start_subtest("btf: owning -> owning | owned -> owned")) { in test_btf()
660 while (test__start_subtest("btf: owning | owned -> owning | owned -> owned")) { in test_btf()
707 while (test__start_subtest("btf: owning -> owning | owned -> owning | owned -> owned")) { in test_btf()
/linux-6.8/drivers/vfio/
Diommufd.c81 * valid ID for the device that is owned by the ictx
82 * -ENOENT = device is owned but there is no ID
83 * -ENODEV or other error = device is not owned
/linux-6.8/Documentation/filesystems/
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 …]
Domfs.rst37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
/linux-6.8/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/shared/msgq/inc/msgq/
Dmsgq_priv.h44 * queue is owned by the driver and the status queue is owned by GSP-RM. In
/linux-6.8/drivers/usb/host/
Dehci-sysfs.c45 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store()
50 new_owner = 0; /* Owned by EHCI */ in companion_store()
/linux-6.8/drivers/usb/misc/
Donboard_usb_hub_pdevs.c35 * @pdev_list : list of onboard hub platform devices owned by the parent hub
42 * To keep track of the platform devices they are added to a list that is owned
/linux-6.8/drivers/interconnect/qcom/
Dicc-rpm.h51 * @bus_clk: a pointer to a HLOS-owned bus clock
77 * @ap_owned: indicates if the node is owned by the AP or by the RPM
/linux-6.8/include/uapi/linux/
Ddqblk_xfs.h62 __u64 d_bcount; /* # disk blocks owned by the user */
63 __u64 d_icount; /* # inodes owned by the user */
76 __u64 d_rtbcount; /* # realtime blocks owned */
/linux-6.8/sound/core/seq/
Dseq_queue.c9 * - When owner client is deleted, all owned queues are deleted, too.
186 /* delete a queue - queue must be owned by the client */
553 * remove cells for no longer exist client (for non-owned queue)
554 * or delete this queue (for owned queue)
569 * they are not owned by this client in snd_seq_queue_client_leave()
759 snd_iprintf(buffer, "owned by client : %d\n", owner); in snd_seq_info_queues_read()
/linux-6.8/include/linux/
Dpm.h667 bool in_dpm_list:1; /* Owned by the PM core */
668 bool is_prepared:1; /* Owned by the PM core */
673 bool early_init:1; /* Owned by the PM core */
674 bool direct_complete:1; /* Owned by the PM core */
683 bool no_pm_callbacks:1; /* Owned by the PM core */
684 bool async_in_progress:1; /* Owned by the PM core */
685 unsigned int must_resume:1; /* Owned by the PM core */
721 struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */
/linux-6.8/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()
751 int owned; in qib_sd7220_ram_xfer() local
778 owned = epb_access(dd, sdnum, 1); in qib_sd7220_ram_xfer()
[all …]

12345678910>>...24