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:cached_objcg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
memcontrol.c
277
* 1) CPU0: objcg == stock->
cached_objcg
in obj_cgroup_release()
2215
struct obj_cgroup *
cached_objcg
;
member
3209
if (READ_ONCE(stock->
cached_objcg
) != objcg) {
in mod_objcg_state()
3214
WRITE_ONCE(stock->
cached_objcg
, objcg);
in mod_objcg_state()
3268
if (objcg == READ_ONCE(stock->
cached_objcg
) && stock->nr_bytes >= nr_bytes) {
in consume_obj_stock()
3280
struct obj_cgroup *old = READ_ONCE(stock->
cached_objcg
);
in drain_obj_stock()
3333
WRITE_ONCE(stock->
cached_objcg
, NULL);
in drain_obj_stock()
3344
struct obj_cgroup *objcg = READ_ONCE(stock->
cached_objcg
);
in obj_stock_flush_required()
3367
if (READ_ONCE(stock->
cached_objcg
) != objcg) { /* reset if necessary */
in refill_obj_stock()
3370
WRITE_ONCE(stock->
cached_objcg
, objc
in refill_obj_stock()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
memcontrol.c
270
* 1) CPU0: objcg == stock->
cached_objcg
in obj_cgroup_release()
2236
struct obj_cgroup *
cached_objcg
;
member
3170
if (objcg == stock->
cached_objcg
&& stock->nr_bytes >= nr_bytes) {
in consume_obj_stock()
3182
struct obj_cgroup *old = stock->
cached_objcg
;
in drain_obj_stock()
3220
stock->
cached_objcg
= NULL;
in drain_obj_stock()
3228
if (stock->
cached_objcg
) {
in obj_stock_flush_required()
3229
memcg = obj_cgroup_memcg(stock->
cached_objcg
);
in obj_stock_flush_required()
3245
if (stock->
cached_objcg
!= objcg) { /* reset if necessary */
in refill_obj_stock()
3248
stock->
cached_objcg
= objcg;
in refill_obj_stock()
Completed in 15 milliseconds