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:pathentry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
pdc_stable.c
540
struct pdcspath_entry *
pathentry
;
in pdcs_auto_read()
local
546
pathentry
= &pdcspath_entry_primary;
in pdcs_auto_read()
548
read_lock(&
pathentry
->rw_lock);
in pdcs_auto_read()
549
out += sprintf(out, "%s\n", (
pathentry
->devpath.flags & knob) ?
in pdcs_auto_read()
551
read_unlock(&
pathentry
->rw_lock);
in pdcs_auto_read()
586
struct pdcspath_entry *
pathentry
;
in pdcs_timer_read()
local
592
pathentry
= &pdcspath_entry_primary;
in pdcs_timer_read()
595
read_lock(&
pathentry
->rw_lock);
in pdcs_timer_read()
596
out += sprintf(out, "%u\n", (
pathentry
->devpath.flags & PF_TIMER) ?
in pdcs_timer_read()
597
(1 << (
pathentry
in pdcs_timer_read()
745
struct pdcspath_entry *
pathentry
;
pdcs_auto_write()
local
[all...]
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
pdc_stable.c
543
struct pdcspath_entry *
pathentry
;
in pdcs_auto_read()
local
549
pathentry
= &pdcspath_entry_primary;
in pdcs_auto_read()
551
read_lock(&
pathentry
->rw_lock);
in pdcs_auto_read()
552
out += sprintf(out, "%s\n", (
pathentry
->devpath.path.flags & knob) ?
in pdcs_auto_read()
554
read_unlock(&
pathentry
->rw_lock);
in pdcs_auto_read()
595
struct pdcspath_entry *
pathentry
;
in pdcs_timer_read()
local
601
pathentry
= &pdcspath_entry_primary;
in pdcs_timer_read()
604
read_lock(&
pathentry
->rw_lock);
in pdcs_timer_read()
605
out += sprintf(out, "%u\n", (
pathentry
->devpath.path.flags & PF_TIMER) ?
in pdcs_timer_read()
606
(1 << (
pathentry
in pdcs_timer_read()
766
struct pdcspath_entry *
pathentry
;
pdcs_auto_write()
local
[all...]
Completed in 3 milliseconds