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:on_list
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cached_dir.c
60
cfid->
on_list
= true;
in find_or_create_cached_dir()
339
if (cfid->
on_list
) {
in open_cached_dir()
341
cfid->
on_list
= false;
in open_cached_dir()
405
if (cfid->
on_list
) {
in smb2_close_cached_fid()
407
cfid->
on_list
= false;
in smb2_close_cached_fid()
495
cfid->
on_list
= false;
in invalidate_all_cached_dirs()
551
cfid->
on_list
= false;
in cached_dir_lease_break()
619
cfid->
on_list
= false;
in cfids_laundromat_worker()
685
cfid->
on_list
= false;
in free_cached_dirs()
H
A
D
cached_dir.h
39
bool
on_list
:1;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_verbs.h
81
bool
on_list
;
member
H
A
D
i40iw_verbs.c
330
iwpbl->
on_list
= false;
in i40iw_get_pbl()
1797
iwpbl->
on_list
= true;
in i40iw_reg_user_mr()
1808
iwpbl->
on_list
= true;
in i40iw_reg_user_mr()
1946
if (iwpbl->
on_list
) {
in i40iw_del_memlist()
1947
iwpbl->
on_list
= false;
in i40iw_del_memlist()
1954
if (iwpbl->
on_list
) {
in i40iw_del_memlist()
1955
iwpbl->
on_list
= false;
in i40iw_del_memlist()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
verbs.h
91
bool
on_list
:1;
member
H
A
D
verbs.c
444
iwpbl->
on_list
= false;
in irdma_get_pbl()
2957
iwpbl->
on_list
= true;
in irdma_reg_user_mr_type_qp()
2991
iwpbl->
on_list
= true;
in irdma_reg_user_mr_type_cq()
3195
if (iwpbl->
on_list
) {
in irdma_del_memlist()
3196
iwpbl->
on_list
= false;
in irdma_del_memlist()
3203
if (iwpbl->
on_list
) {
in irdma_del_memlist()
3204
iwpbl->
on_list
= false;
in irdma_del_memlist()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
rt.c
1296
rt_se->
on_list
= 0;
in __delist_rt_entity()
1313
if (rt_se->
on_list
)
in __enqueue_rt_entity()
1319
WARN_ON_ONCE(rt_se->
on_list
);
in __enqueue_rt_entity()
1326
rt_se->
on_list
= 1;
in __enqueue_rt_entity()
1339
WARN_ON_ONCE(!rt_se->
on_list
);
in __dequeue_rt_entity()
H
A
D
fair.c
335
if (cfs_rq->
on_list
)
in list_add_leaf_cfs_rq()
338
cfs_rq->
on_list
= 1;
in list_add_leaf_cfs_rq()
350
cfs_rq->tg->parent->cfs_rq[cpu]->
on_list
) {
in list_add_leaf_cfs_rq()
400
if (cfs_rq->
on_list
) {
in list_del_leaf_cfs_rq()
414
cfs_rq->
on_list
= 0;
in list_del_leaf_cfs_rq()
11887
* check
on_list
without danger of it being re-added.
in unregister_fair_sched_group()
11889
if (!tg->cfs_rq[cpu]->
on_list
)
in unregister_fair_sched_group()
H
A
D
sched.h
684
int
on_list
;
member
H
A
D
core.c
3259
p->rt.
on_list
= 0;
in __sched_fork()
/kernel/linux/linux-5.10/fs/jffs2/
H
A
D
nodemgmt.c
565
static inline int
on_list
(struct list_head *obj, struct list_head *head)
in on_list()
function
653
if (
on_list
(&jeb->list, &c->bad_used_list)) {
in jffs2_mark_node_obsolete()
/kernel/linux/linux-6.6/fs/jffs2/
H
A
D
nodemgmt.c
565
static inline int
on_list
(struct list_head *obj, struct list_head *head)
in on_list()
function
653
if (
on_list
(&jeb->list, &c->bad_used_list)) {
in jffs2_mark_node_obsolete()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
rt.c
1336
rt_se->
on_list
= 0;
in __delist_rt_entity()
1459
if (rt_se->
on_list
)
in __enqueue_rt_entity()
1465
WARN_ON_ONCE(rt_se->
on_list
);
in __enqueue_rt_entity()
1472
rt_se->
on_list
= 1;
in __enqueue_rt_entity()
1485
WARN_ON_ONCE(!rt_se->
on_list
);
in __dequeue_rt_entity()
H
A
D
fair.c
403
if (cfs_rq->
on_list
)
in list_add_leaf_cfs_rq()
406
cfs_rq->
on_list
= 1;
in list_add_leaf_cfs_rq()
418
cfs_rq->tg->parent->cfs_rq[cpu]->
on_list
) {
in list_add_leaf_cfs_rq()
468
if (cfs_rq->
on_list
) {
in list_del_leaf_cfs_rq()
482
cfs_rq->
on_list
= 0;
in list_del_leaf_cfs_rq()
4076
if (cfs_rq->
on_list
) {
in child_cfs_rq_on_list()
5902
if (!cfs_rq->
on_list
)
in unthrottle_cfs_rq()
5905
* Nothing to run but something to decay (
on_list
)?
in unthrottle_cfs_rq()
13388
* check
on_list
without danger of it being re-added.
in unregister_fair_sched_group()
13390
if (!tg->cfs_rq[cpu]->
on_list
)
in unregister_fair_sched_group()
[all...]
H
A
D
sched.h
719
int
on_list
;
member
H
A
D
core.c
4670
p->rt.
on_list
= 0;
in __sched_fork()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
609
unsigned short
on_list
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
695
unsigned short
on_list
;
member
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
gadget.c
4295
*
on_list
- check request is on the given endpoint
4299
static bool
on_list
(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test)
in on_list()
function
4327
if (!
on_list
(hs_ep, hs_req)) {
in dwc2_hsotg_ep_dequeue()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
gadget.c
4296
*
on_list
- check request is on the given endpoint
4300
static bool
on_list
(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test)
in on_list()
function
4328
if (!
on_list
(hs_ep, hs_req)) {
in dwc2_hsotg_ep_dequeue()
Completed in 135 milliseconds