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:info_dirty
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
apply.c
55
bool
info_dirty
;
member
78
bool
info_dirty
;
member
277
if (mp->
info_dirty
)
in need_isr()
321
if (op->
info_dirty
)
in need_isr()
503
dirty = mp->
info_dirty
;
in dss_mgr_wait_for_go()
580
dirty = op->
info_dirty
;
in dss_mgr_wait_for_go_ovl()
626
if (!op->enabled || !op->
info_dirty
)
in dss_ovl_write_regs()
649
op->
info_dirty
= false;
in dss_ovl_write_regs()
695
if (mp->
info_dirty
) {
in dss_mgr_write_regs()
698
mp->
info_dirty
in dss_mgr_write_regs()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
apply.c
55
bool
info_dirty
;
member
78
bool
info_dirty
;
member
275
if (mp->
info_dirty
)
in need_isr()
319
if (op->
info_dirty
)
in need_isr()
501
dirty = mp->
info_dirty
;
in dss_mgr_wait_for_go()
578
dirty = op->
info_dirty
;
in dss_mgr_wait_for_go_ovl()
624
if (!op->enabled || !op->
info_dirty
)
in dss_ovl_write_regs()
647
op->
info_dirty
= false;
in dss_ovl_write_regs()
693
if (mp->
info_dirty
) {
in dss_mgr_write_regs()
696
mp->
info_dirty
in dss_mgr_write_regs()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
quota.h
248
static inline int
info_dirty
(struct mem_dqinfo *info)
in info_dirty()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
quota.h
248
static inline int
info_dirty
(struct mem_dqinfo *info)
in info_dirty()
function
/kernel/linux/linux-5.10/fs/quota/
H
A
D
dquot.c
476
if (
info_dirty
(&dqopt->info[dquot->dq_id.type])) {
in dquot_acquire()
543
if (
info_dirty
(&dqopt->info[dquot->dq_id.type])) {
in dquot_release()
732
&&
info_dirty
(&dqopt->info[cnt]))
in dquot_writeback_dquots()
2347
if (
info_dirty
(&dqopt->info[cnt]))
in dquot_disable()
/kernel/linux/linux-6.6/fs/quota/
H
A
D
dquot.c
474
if (
info_dirty
(&dqopt->info[dquot->dq_id.type])) {
in dquot_acquire()
541
if (
info_dirty
(&dqopt->info[dquot->dq_id.type])) {
in dquot_release()
730
&&
info_dirty
(&dqopt->info[cnt]))
in dquot_writeback_dquots()
2311
if (
info_dirty
(&dqopt->info[cnt]))
in dquot_disable()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
quota_global.c
580
if (
info_dirty
(sb_dqinfo(sb, type))) {
in __ocfs2_sync_dquot()
853
if (ex &&
info_dirty
(sb_dqinfo(sb, type))) {
in ocfs2_acquire_dquot()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
quota_global.c
580
if (
info_dirty
(sb_dqinfo(sb, type))) {
in __ocfs2_sync_dquot()
853
if (ex &&
info_dirty
(sb_dqinfo(sb, type))) {
in ocfs2_acquire_dquot()
Completed in 20 milliseconds