Home
last modified time | relevance | path

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

123

/Linux-v6.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-v6.1/scripts/
Dget_abi.pl11 use File::Find;
90 my $file = $File::Find::name;
551 if (($File::Find::dir =~ m,^/sys/kernel,)) {
555 if (($File::Find::dir =~ m,^/sys/fs,)) {
640 my $file = $File::Find::name;
Dget_feat.pl7 use File::Find;
93 my $file = $File::Find::name;
/Linux-v6.1/Documentation/translations/zh_CN/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-v6.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-v6.1/scripts/coccinelle/free/
Dput_device.cocci2 /// Find missing put_device for every of_find_device_by_node.
Dclk_put.cocci2 /// Find missing clk_puts.
Diounmap.cocci2 /// Find missing iounmaps.
Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
Dkfree.cocci2 /// Find a use after free.
Ddevm_free.cocci2 /// Find uses of standard freeing functons on values allocated using devm_
/Linux-v6.1/arch/alpha/kernel/
Dhead.S51 lda $8,0x3fff # Find "current".
/Linux-v6.1/arch/arc/lib/
Dstrcmp-archs.S51 ;; Find null byte
/Linux-v6.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-v6.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-v6.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-v6.1/Documentation/dev-tools/
Dgdb-kernel-debugging.rst166 function lx_module -- Find module by name and return the module variable
168 function lx_task_by_pid -- Find Linux task by PID and return the task_struct variable
/Linux-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt6 tep_find_function,tep_find_function_address - Find function name / start address.
/Linux-v6.1/arch/m68k/
DKconfig.bus43 Find out whether you have ISA slots on your motherboard. ISA is the

123