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:resize_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
xen-fbfront.c
54
struct xenfb_resize resize; /* protected by
resize_lock
*/
56
spinlock_t
resize_lock
;
member
130
spin_lock_irqsave(&info->
resize_lock
, flags);
in xenfb_handle_resize_dpy()
137
spin_unlock_irqrestore(&info->
resize_lock
, flags);
in xenfb_handle_resize_dpy()
282
spin_lock_irqsave(&xenfb_info->
resize_lock
, flags);
in xenfb_set_par()
290
spin_unlock_irqrestore(&xenfb_info->
resize_lock
, flags);
in xenfb_set_par()
385
spin_lock_init(&info->
resize_lock
);
in xenfb_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
xen-fbfront.c
54
struct xenfb_resize resize; /* protected by
resize_lock
*/
56
spinlock_t
resize_lock
;
member
130
spin_lock_irqsave(&info->
resize_lock
, flags);
in xenfb_handle_resize_dpy()
137
spin_unlock_irqrestore(&info->
resize_lock
, flags);
in xenfb_handle_resize_dpy()
319
spin_lock_irqsave(&xenfb_info->
resize_lock
, flags);
in xenfb_set_par()
327
spin_unlock_irqrestore(&xenfb_info->
resize_lock
, flags);
in xenfb_set_par()
407
spin_lock_init(&info->
resize_lock
);
in xenfb_probe()
/kernel/linux/linux-6.6/mm/
H
A
D
hugetlb.c
3478
*
resize_lock
mutex prevents concurrent adjustments to number of
in set_max_huge_pages()
3481
mutex_lock(&h->
resize_lock
);
in set_max_huge_pages()
3515
mutex_unlock(&h->
resize_lock
);
in set_max_huge_pages()
3602
mutex_unlock(&h->
resize_lock
);
in set_max_huge_pages()
3642
* Note that we already hold h->
resize_lock
. To prevent deadlock,
in demote_free_hugetlb_folio()
3645
mutex_lock(&target_hstate->
resize_lock
);
in demote_free_hugetlb_folio()
3659
mutex_unlock(&target_hstate->
resize_lock
);
in demote_free_hugetlb_folio()
3926
mutex_lock(&h->
resize_lock
);
in demote_store()
3950
mutex_unlock(&h->
resize_lock
);
in demote_store()
3989
/*
resize_lock
synchronize
in demote_size_store()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
hugetlb.h
715
struct mutex
resize_lock
;
member
Completed in 12 milliseconds