Home
last modified time | relevance | path

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

12345678910>>...20

/linux/tools/testing/selftests/uevent/
H A 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/drivers/firmware/imx/
H A 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/drivers/net/ovpn/
H A Dsocket.c49 * ovpn_socket_release - release resources owned by socket user
142 /* a TCP socket can only be owned by a single peer, therefore there in ovpn_socket_new()
151 * sure it is not owned by something else in ovpn_socket_new()
156 /* socket owned by other encapsulation module */ in ovpn_socket_new()
165 /* socket owned by another ovpn instance, we can't use it */ in ovpn_socket_new()
172 /* this socket is already owned by this instance, in ovpn_socket_new()
192 /* socket is not owned: attach to this ovpn instance */ in ovpn_socket_new()
/linux/rust/kernel/
H A Dtypes.rs31 /// Type used to immutably borrow a value that is currently foreign-owned.
34 /// Type used to mutably borrow a value that is currently foreign-owned.
37 /// Converts a Rust-owned object to a foreign-owned one.
55 /// Converts a foreign-owned object back to a Rust-owned one.
65 /// Tries to convert a foreign-owned object back to a Rust-owned one.
85 /// Borrows a foreign-owned object immutably.
87 /// This method provides a way to access a foreign-owned value from Rust immutably. It provides
88 /// you with exactly the same abilities as an `&Self` when the value is Rust-owned.
100 /// Borrows a foreign-owned object mutably.
102 /// This method provides a way to access a foreign-owned value from Rust mutably. It provides
[all …]
H A Dopp.rs686 // SAFETY: The cpumask is valid and the returned pointer will be owned by the [`Table`]
854 // its safety requirements. The returned pointer will be owned by the new in opp_from_freq()
867 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_freq()
873 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_freq()
889 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_level()
893 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_level()
899 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_level()
918 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_bw()
924 // requirements. The returned pointer will be owned by the new [`OPP`] instance. in opp_from_bw()
1053 /// Creates an owned referenc in dec_ref()
[all...]
/linux/rust/kernel/block/mq/
H A Drequest.rs22 /// 1. Request is owned by block layer (refcount 0).
23 /// 2. Request is owned by driver but with zero [`ARef`]s in existence
25 /// 3. Request is owned by driver with exactly one [`ARef`] in existence
27 /// 4. Request is owned by driver with more than one [`ARef`] in existence
32 /// requests that are not owned by the driver.
193 /// - 0: The request is owned by C block layer.
194 /// - 1: The request is owned by Rust abstractions but there are no [`ARef`] references to it.
/linux/scripts/gendwarfksyms/
H A Dtypes.c18 * A simple linked list of shared or owned strings to avoid copying strings
23 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/kernel/locking/
H A Drwsem.c39 * - Bit 0: RWSEM_READER_OWNED - rwsem may be owned by readers (just a hint)
40 * - Bit 1: RWSEM_NONSPINNABLE - Cannot spin on a reader-owned lock
42 * When the rwsem is reader-owned and a spinning writer has timed out,
51 * for a free or reader-owned rwsem, the owner value may contain
55 * seems to hang on a reader owned rwsem especially if only one reader
60 * is previously owned by a writer and the following conditions are met:
61 * - rwsem is not currently writer owned
165 * Note that the owner value just indicates the task has owned the rwsem
196 * Return true if the rwsem is owned by a reader.
212 * it will make sure that the owner field of a reader-owned rwsem either
[all …]
/linux/arch/x86/include/asm/
H A 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/arch/x86/kernel/cpu/mce/
H A Dintel.c37 * disables CMCI on all banks owned by the cpu and clears this bitfield. At
40 * owned by the offlined cpu.
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()
189 /* Already owned by someone else? */ in cmci_skip_bank()
191 clear_bit(bank, owned); in cmci_skip_bank()
305 * all the CMCI owned banks.
/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
/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/net/ethernet/altera/
H A 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/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/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h14 * 00: The page is owned and exclusively accessible by the component;
15 * 01: The page is owned and accessible by the component, but is also
17 * 10: The page is accessible but not owned by the component;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c533 while (test__start_subtest("btf: owning | owned AA cycle")) { in test_btf()
559 while (test__start_subtest("btf: owning | owned ABA cycle")) { in test_btf()
600 while (test__start_subtest("btf: owning -> owned")) { in test_btf()
629 while (test__start_subtest("btf: owning -> owning | owned -> owned")) { in test_btf()
673 while (test__start_subtest("btf: owning | owned -> owning | owned -> owned")) { in test_btf()
720 while (test__start_subtest("btf: owning -> owning | owned -> owning | owned -> owned")) { in test_btf()
/linux/rust/kernel/sync/
H A Darc.rs239 // SAFETY: We just created `inner` with a reference count of 1, which is owned by the new in new()
251 /// count, one of which will be owned by the new [`Arc`] instance.
262 /// The raw pointer has ownership of the refcount that this Arc object owned.
291 // reference count held then will be owned by the new `Arc` object. in from_raw()
433 /// // Owned instance.
434 /// let owned = Foo(1);
458 // SAFETY: We just incremented the refcount. This increment is now owned by the new `Arc`. in clone()
855 /// // Owned instance.
856 /// let owned = Foo(1);
858 /// // Owned instanc
[all...]
/linux/include/linux/
H A Dpm.h666 bool in_dpm_list:1; /* Owned by the PM core */
667 bool is_prepared:1; /* Owned by the PM core */
672 bool early_init:1; /* Owned by the PM core */
673 bool direct_complete:1; /* Owned by the PM core */
682 bool no_pm_callbacks:1; /* Owned by the PM core */
683 bool work_in_progress:1; /* Owned by the PM core */
684 bool smart_suspend:1; /* Owned by the PM core */
685 bool must_resume:1; /* Owned by the PM core */
722 struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */
725 bool detach_power_off:1; /* Owned by the driver core */
/linux/Documentation/filesystems/
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 Domfs.rst37 uid=n make all files owned by specified user
38 gid=n make all files owned by specified group
/linux/sound/soc/codecs/
H A Dcs35l56-shared.c253 case CS35L56_GLOBAL_ENABLES: /* owned by firmware */ in cs35l56_common_volatile_reg()
254 case CS35L56_BLOCK_ENABLES: /* owned by firmware */ in cs35l56_common_volatile_reg()
255 case CS35L56_BLOCK_ENABLES2: /* owned by firmware */ in cs35l56_common_volatile_reg()
256 case CS35L56_REFCLK_INPUT: /* owned by firmware */ in cs35l56_common_volatile_reg()
257 case CS35L56_GLOBAL_SAMPLE_RATE: /* owned by firmware */ in cs35l56_common_volatile_reg()
258 case CS35L56_DACPCM1_INPUT: /* owned by firmware */ in cs35l56_common_volatile_reg()
259 case CS35L56_DACPCM2_INPUT: /* owned by firmware */ in cs35l56_common_volatile_reg()
260 case CS35L56_DSP1RX1_INPUT: /* owned by firmware */ in cs35l56_common_volatile_reg()
261 case CS35L56_DSP1RX2_INPUT: /* owned by firmware */ in cs35l56_common_volatile_reg()
/linux/drivers/vfio/
H A Diommufd.c85 * valid ID for the device that is owned by the ictx
86 * -ENOENT = device is owned but there is no ID
87 * -ENODEV or other error = device is not owned
/linux/sound/core/seq/
H A Dseq_queue.c9 * - When owner client is deleted, all owned queues are deleted, too.
178 /* delete a queue - queue must be owned by the client */
511 * remove cells for no longer exist client (for non-owned queue)
512 * or delete this queue (for owned queue)
526 * they are not owned by this client in snd_seq_queue_is_used()
693 snd_iprintf(buffer, "owned by client : %d\n", owner);
/linux/drivers/usb/host/
H A Dehci-sysfs.c41 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store()
46 new_owner = 0; /* Owned by EHCI */ in companion_store()
/linux/drivers/interconnect/qcom/
H A 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

12345678910>>...20