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:asw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
socket_adapter.h
167
void asw_put(struct hmdfs_async_work *
asw
);
168
static inline void asw_done(struct hmdfs_async_work *
asw
)
in asw_done()
argument
170
if (
asw
->page)
in asw_done()
171
unlock_page(
asw
->page);
in asw_done()
172
asw_put(
asw
);
in asw_done()
175
static inline void asw_get(struct hmdfs_async_work *
asw
)
in asw_get()
argument
177
kref_get(&
asw
->head.ref);
in asw_get()
H
A
D
socket_adapter.c
603
struct hmdfs_async_work *
asw
= NULL;
in asw_release()
local
606
asw
= (struct hmdfs_async_work *)container_of(kref,
in asw_release()
608
peer =
asw
->head.peer;
in asw_release()
609
idr_remove(&peer->msg_idr,
asw
->head.msg_id);
in asw_release()
611
kfree(
asw
);
in asw_release()
614
void asw_put(struct hmdfs_async_work *
asw
)
in asw_put()
argument
616
kref_put_lock(&
asw
->head.ref, asw_release, &
asw
->head.peer->idr_lock);
in asw_put()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
socket_adapter.h
167
void asw_put(struct hmdfs_async_work *
asw
);
168
static inline void asw_done(struct hmdfs_async_work *
asw
)
in asw_done()
argument
170
if (
asw
->page)
in asw_done()
171
unlock_page(
asw
->page);
in asw_done()
172
asw_put(
asw
);
in asw_done()
175
static inline void asw_get(struct hmdfs_async_work *
asw
)
in asw_get()
argument
177
kref_get(&
asw
->head.ref);
in asw_get()
H
A
D
socket_adapter.c
603
struct hmdfs_async_work *
asw
= NULL;
in asw_release()
local
606
asw
= (struct hmdfs_async_work *)container_of(kref,
in asw_release()
608
peer =
asw
->head.peer;
in asw_release()
609
idr_remove(&peer->msg_idr,
asw
->head.msg_id);
in asw_release()
611
kfree(
asw
);
in asw_release()
614
void asw_put(struct hmdfs_async_work *
asw
)
in asw_put()
argument
616
kref_put_lock(&
asw
->head.ref, asw_release, &
asw
->head.peer->idr_lock);
in asw_put()
Completed in 8 milliseconds