Home
last modified time | relevance | path

Searched refs:Find (Results 1 – 25 of 81) sorted by relevance

1234

/linux-6.12.1/Documentation/admin-guide/nfs/
Dnfs-idmapper.rst41 uid: Find the UID for the given user
42 gid: Find the GID for the given group
43 user: Find the user name for the given UID
44 group: Find the group name for the given GID
/linux-6.12.1/Documentation/core-api/
Dunion_find.rst4 Union-Find in Linux
20 Find: Determine which set a particular element belongs to, usually by
81 Find the Root Node of union-find
/linux-6.12.1/scripts/
Dget_abi.pl11 use File::Find;
90 my $file = $File::Find::name;
552 if (($File::Find::dir =~ m,^/sys/kernel,)) {
556 if (($File::Find::dir =~ m,^/sys/fs,)) {
641 my $file = $File::Find::name;
Dget_feat.pl7 use File::Find;
93 my $file = $File::Find::name;
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dunion_find.rst7 Linux中的并查集(Union-Find
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dgdb-kernel-debugging.rst162 function lx_module -- Find module by name and return the module variable
164 function lx_task_by_pid -- Find Linux task by PID and return the task_struct variable
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/
Dgdb-kernel-debugging.rst158 function lx_module -- Find module by name and return the module variable
160 function lx_task_by_pid -- Find Linux task by PID and return the task_struct variable
/linux-6.12.1/scripts/coccinelle/tests/
Ddoublebitand.cocci2 /// Find bit operations that include the same argument more than once
Ddoubletest.cocci2 /// Find &&/|| operations that include the same argument more than once
/linux-6.12.1/arch/alpha/kernel/
Dhead.S51 lda $8,0x3fff # Find "current".
/linux-6.12.1/scripts/coccinelle/free/
Dput_device.cocci2 /// Find missing put_device for every of_find_device_by_node.
Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
Diounmap.cocci2 /// Find missing iounmaps.
Dclk_put.cocci2 /// Find missing clk_puts.
Dkfree.cocci2 /// Find a use after free.
/linux-6.12.1/arch/arc/lib/
Dstrcmp-archs.S51 ;; Find null byte
/linux-6.12.1/Documentation/networking/devlink/
Ddevlink-flash.rst91 # Find out which FW flash we want to use for this NIC
99 # Find out the expected overall firmware versions
/linux-6.12.1/scripts/coccinelle/locks/
Dflags.cocci2 /// Find nested lock+irqsave functions that use the same flags variables
Ddouble_lock.cocci2 /// Find double locks. False positives may occur when some paths cannot
Dmini_lock.cocci2 /// Find missing unlocks. This semantic match considers the specific case
Dcall_kern.cocci2 /// Find functions that refer to GFP_KERNEL but are called with locks held.
/linux-6.12.1/scripts/coccinelle/misc/
Difcol.cocci2 /// Find confusingly indented code in or after an if. An if branch should
Ddoubleinit.cocci2 /// Find duplicate field initializations. This has a high rate of false
Dcond_no_effect.cocci2 ///Find conditions where if and else branch are functionally
/linux-6.12.1/Documentation/dev-tools/
Dgdb-kernel-debugging.rst170 function lx_module -- Find module by name and return the module variable
172 function lx_task_by_pid -- Find Linux task by PID and return the task_struct variable

1234