Home
last modified time | relevance | path

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

123

/Linux-v5.4/scripts/
Dnamespace.pl67 use File::Find;
164 $_ = $File::Find::name;
235 $source = File::Spec->catfile($objtree, $File::Find::dir, $source)
237 $source = File::Spec->catfile($srctree, $File::Find::dir, $source)
Dget_abi.pl7 use File::Find;
49 my $file = $File::Find::name;
/Linux-v5.4/Documentation/filesystems/nfs/
Didmapper.txt39 uid: Find the UID for the given user
40 gid: Find the GID for the given group
41 user: Find the user name for the given UID
42 group: Find the group name for the given GID
/Linux-v5.4/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-v5.4/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.
Dclk_put.cocci2 /// Find missing clk_puts.
Diounmap.cocci2 /// Find missing iounmaps.
Dkfree.cocci2 /// Find a use after free.
Ddevm_free.cocci2 /// Find uses of standard freeing functons on values allocated using devm_
/Linux-v5.4/arch/alpha/kernel/
Dhead.S51 lda $8,0x3fff # Find "current".
/Linux-v5.4/arch/arc/lib/
Dstrcmp-archs.S51 ;; Find null byte
/Linux-v5.4/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-v5.4/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-v5.4/net/decnet/
DTODO26 o Find all the commonality between DECnet and IPv4 routing code and extract
/Linux-v5.4/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-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt6 tep_find_function,tep_find_function_address - Find function name / start address.
Dlibtraceevent-event_find.txt7 Find events by given key.
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py423 def Find(self, direction): member in FindBar
428 self.finder.Find(value, direction, pattern, self.context)
440 self.Find(0)
459 self.Find(direction)
706 def Find(self, value, direction, pattern, context, callback): member in CallGraphModelBase
1026 def Find(self, value, direction, pattern, context): member in TreeWindowBase
1029 self.model.Find(value, direction, pattern, context, self.FindDone)
1135 def Find(self, value, direction, pattern, context, callback): member in ChildDataItemFinder
1884 def Find(self, value, direction, pattern, context): member in BranchWindow
1887 self.finder.Find(value, direction, pattern, context, self.FindDone)
[all …]

123