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:ow
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
inode.c
89
static int orangefs_writepages_work(struct orangefs_writepages *
ow
,
in orangefs_writepages_work()
argument
92
struct inode *inode =
ow
->pages[0]->mapping->host;
in orangefs_writepages_work()
102
for (i = 0; i <
ow
->npages; i++) {
in orangefs_writepages_work()
103
set_page_writeback(
ow
->pages[i]);
in orangefs_writepages_work()
104
ow
->bv[i].bv_page =
ow
->pages[i];
in orangefs_writepages_work()
105
ow
->bv[i].bv_len = min(page_offset(
ow
->pages[i]) + PAGE_SIZE,
in orangefs_writepages_work()
106
ow
->off +
ow
in orangefs_writepages_work()
159
struct orangefs_writepages *
ow
= data;
orangefs_writepages_callback()
local
216
struct orangefs_writepages *
ow
;
orangefs_writepages()
local
[all...]
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
inode.c
88
static int orangefs_writepages_work(struct orangefs_writepages *
ow
,
in orangefs_writepages_work()
argument
91
struct inode *inode =
ow
->pages[0]->mapping->host;
in orangefs_writepages_work()
101
for (i = 0; i <
ow
->npages; i++) {
in orangefs_writepages_work()
102
set_page_writeback(
ow
->pages[i]);
in orangefs_writepages_work()
103
bvec_set_page(&
ow
->bv[i],
ow
->pages[i],
in orangefs_writepages_work()
104
min(page_offset(
ow
->pages[i]) + PAGE_SIZE,
in orangefs_writepages_work()
105
ow
->off +
ow
->len) -
in orangefs_writepages_work()
106
max(
ow
in orangefs_writepages_work()
154
struct orangefs_writepages *
ow
= data;
orangefs_writepages_callback()
local
210
struct orangefs_writepages *
ow
;
orangefs_writepages()
local
[all...]
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
barrier.h
23
#define wmb() RISCV_FENCE(
ow
,
ow
)
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
barrier.h
25
#define wmb() RISCV_FENCE(
ow
,
ow
)
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H
A
D
core_feature_base.h
706
#define __WMB() __FENCE(
ow
,
ow
)
Completed in 5 milliseconds