Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:foundit
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/trigger/
H
A
D
iio-trig-sysfs.c
134
bool
foundit
= false;
in iio_sysfs_trigger_probe()
local
139
foundit
= true;
in iio_sysfs_trigger_probe()
142
if (
foundit
) {
in iio_sysfs_trigger_probe()
184
bool
foundit
= false;
in iio_sysfs_trigger_remove()
local
190
foundit
= true;
in iio_sysfs_trigger_remove()
193
if (!
foundit
) {
in iio_sysfs_trigger_remove()
/kernel/linux/linux-6.6/drivers/iio/trigger/
H
A
D
iio-trig-sysfs.c
131
bool
foundit
= false;
in iio_sysfs_trigger_probe()
local
136
foundit
= true;
in iio_sysfs_trigger_probe()
139
if (
foundit
) {
in iio_sysfs_trigger_probe()
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
inftlcore.c
771
goto
foundit
;
in INFTL_deleteblock()
773
goto
foundit
;
in INFTL_deleteblock()
790
foundit
:
in INFTL_deleteblock()
877
goto
foundit
;
in inftl_readblock()
879
goto
foundit
;
in inftl_readblock()
900
foundit
:
in inftl_readblock()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
inftlcore.c
771
goto
foundit
;
in INFTL_deleteblock()
773
goto
foundit
;
in INFTL_deleteblock()
790
foundit
:
in INFTL_deleteblock()
877
goto
foundit
;
in inftl_readblock()
879
goto
foundit
;
in inftl_readblock()
900
foundit
:
in inftl_readblock()
/kernel/linux/linux-5.10/drivers/iio/accel/
H
A
D
kxsd9.c
100
bool
foundit
= false;
in kxsd9_write_scale()
local
104
foundit
= true;
in kxsd9_write_scale()
107
if (!
foundit
)
in kxsd9_write_scale()
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
kxsd9.c
100
bool
foundit
= false;
in kxsd9_write_scale()
local
104
foundit
= true;
in kxsd9_write_scale()
107
if (!
foundit
)
in kxsd9_write_scale()
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H
A
D
dlmdomain.c
964
int localnr, i, j,
foundit
;
in dlm_match_regions()
local
997
foundit
= 0;
in dlm_match_regions()
1001
foundit
= 1;
in dlm_match_regions()
1006
if (!
foundit
) {
in dlm_match_regions()
1020
foundit
= 0;
in dlm_match_regions()
1024
foundit
= 1;
in dlm_match_regions()
1029
if (!
foundit
) {
in dlm_match_regions()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H
A
D
dlmdomain.c
962
int localnr, i, j,
foundit
;
in dlm_match_regions()
local
995
foundit
= 0;
in dlm_match_regions()
999
foundit
= 1;
in dlm_match_regions()
1004
if (!
foundit
) {
in dlm_match_regions()
1018
foundit
= 0;
in dlm_match_regions()
1022
foundit
= 1;
in dlm_match_regions()
1027
if (!
foundit
) {
in dlm_match_regions()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_nvme.c
853
bool
foundit
= false;
in __lpfc_nvme_ls_abort()
local
880
foundit
= true;
in __lpfc_nvme_ls_abort()
886
if (
foundit
)
in __lpfc_nvme_ls_abort()
890
if (
foundit
)
in __lpfc_nvme_ls_abort()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_nvme.c
712
bool
foundit
= false;
in __lpfc_nvme_ls_abort()
local
739
foundit
= true;
in __lpfc_nvme_ls_abort()
745
if (
foundit
)
in __lpfc_nvme_ls_abort()
749
if (
foundit
)
in __lpfc_nvme_ls_abort()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_attr_leaf.c
1874
int
foundit
= 0;
in xfs_attr3_leaf_figure_balance()
local
1901
foundit
= 1;
in xfs_attr3_leaf_figure_balance()
1930
if (
foundit
) {
in xfs_attr3_leaf_figure_balance()
1937
return
foundit
;
in xfs_attr3_leaf_figure_balance()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_attr_leaf.c
1920
int
foundit
= 0;
in xfs_attr3_leaf_figure_balance()
local
1947
foundit
= 1;
in xfs_attr3_leaf_figure_balance()
1976
if (
foundit
) {
in xfs_attr3_leaf_figure_balance()
1983
return
foundit
;
in xfs_attr3_leaf_figure_balance()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_inode.c
3666
bool
foundit
= false;
in xfs_inode_reload_unlinked_bucket()
local
3682
foundit
= true;
in xfs_inode_reload_unlinked_bucket()
3704
foundit
= true;
in xfs_inode_reload_unlinked_bucket()
3736
if (!error && !
foundit
)
in xfs_inode_reload_unlinked_bucket()
Completed in 47 milliseconds