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:chctl
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H
A
D
xpc_channel.c
169
/* time to take action on any delayed
chctl
flags */
in xpc_process_disconnect()
171
part->
chctl
.flags[ch->number] |=
in xpc_process_disconnect()
201
* Delay processing
chctl
flags until thread waiting disconnect
in xpc_process_openclose_chctl_flags()
238
if (part->
chctl
.flags[ch_number] &
in xpc_process_openclose_chctl_flags()
243
part->
chctl
.flags[ch_number] |=
in xpc_process_openclose_chctl_flags()
296
if (part->
chctl
.flags[ch_number] &
in xpc_process_openclose_chctl_flags()
301
part->
chctl
.flags[ch_number] |=
in xpc_process_openclose_chctl_flags()
549
union xpc_channel_ctl_flags
chctl
;
in xpc_process_sent_chctl_flags()
local
554
chctl
.all_flags = xpc_arch_ops.get_chctl_all_flags(part);
in xpc_process_sent_chctl_flags()
567
* Process any open or close related
chctl
flag
in xpc_process_sent_chctl_flags()
[all...]
H
A
D
xpc.h
339
u8 delayed_chctl_flags; /*
chctl
flags received, but delayed */
397
* The channel control flags (
chctl
) union consists of a 64-bit variable which
400
* can have one or more of the
chctl
flags set in it.
408
/*
chctl
flags */
423
xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *
chctl
)
in xpc_any_openclose_chctl_flags_set()
argument
428
if (
chctl
->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS)
in xpc_any_openclose_chctl_flags_set()
435
xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *
chctl
)
in xpc_any_msg_chctl_flags_set()
argument
440
if (
chctl
->flags[ch_number] & XPC_MSG_CHCTL_FLAGS)
in xpc_any_msg_chctl_flags_set()
504
union xpc_channel_ctl_flags
chctl
; /*
chctl
flag
member
[all...]
H
A
D
xpc_uv.c
500
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST;
in xpc_handle_activate_mq_msg_uv()
517
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY;
in xpc_handle_activate_mq_msg_uv()
537
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST;
in xpc_handle_activate_mq_msg_uv()
557
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY;
in xpc_handle_activate_mq_msg_uv()
572
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE;
in xpc_handle_activate_mq_msg_uv()
1074
union xpc_channel_ctl_flags
chctl
;
in xpc_get_chctl_all_flags_uv()
local
1077
chctl
= part->
chctl
;
in xpc_get_chctl_all_flags_uv()
1078
if (
chctl
.all_flags != 0)
in xpc_get_chctl_all_flags_uv()
1079
part->
chctl
in xpc_get_chctl_all_flags_uv()
[all...]
H
A
D
xpc_main.c
364
part->
chctl
.all_flags != 0 ||
in xpc_channel_mgr()
433
part->
chctl
.all_flags = 0;
in xpc_setup_ch_structures()
879
part->
chctl
.flags[ch->number] |=
in xpc_disconnect_wait()
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H
A
D
xpc_channel.c
169
/* time to take action on any delayed
chctl
flags */
in xpc_process_disconnect()
171
part->
chctl
.flags[ch->number] |=
in xpc_process_disconnect()
201
* Delay processing
chctl
flags until thread waiting disconnect
in xpc_process_openclose_chctl_flags()
238
if (part->
chctl
.flags[ch_number] &
in xpc_process_openclose_chctl_flags()
243
part->
chctl
.flags[ch_number] |=
in xpc_process_openclose_chctl_flags()
296
if (part->
chctl
.flags[ch_number] &
in xpc_process_openclose_chctl_flags()
301
part->
chctl
.flags[ch_number] |=
in xpc_process_openclose_chctl_flags()
549
union xpc_channel_ctl_flags
chctl
;
in xpc_process_sent_chctl_flags()
local
554
chctl
.all_flags = xpc_arch_ops.get_chctl_all_flags(part);
in xpc_process_sent_chctl_flags()
567
* Process any open or close related
chctl
flag
in xpc_process_sent_chctl_flags()
[all...]
H
A
D
xpc.h
339
u8 delayed_chctl_flags; /*
chctl
flags received, but delayed */
397
* The channel control flags (
chctl
) union consists of a 64-bit variable which
400
* can have one or more of the
chctl
flags set in it.
408
/*
chctl
flags */
423
xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *
chctl
)
in xpc_any_openclose_chctl_flags_set()
argument
428
if (
chctl
->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS)
in xpc_any_openclose_chctl_flags_set()
435
xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *
chctl
)
in xpc_any_msg_chctl_flags_set()
argument
440
if (
chctl
->flags[ch_number] & XPC_MSG_CHCTL_FLAGS)
in xpc_any_msg_chctl_flags_set()
504
union xpc_channel_ctl_flags
chctl
; /*
chctl
flag
member
[all...]
H
A
D
xpc_uv.c
500
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST;
in xpc_handle_activate_mq_msg_uv()
517
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY;
in xpc_handle_activate_mq_msg_uv()
537
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST;
in xpc_handle_activate_mq_msg_uv()
557
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY;
in xpc_handle_activate_mq_msg_uv()
572
part->
chctl
.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE;
in xpc_handle_activate_mq_msg_uv()
1074
union xpc_channel_ctl_flags
chctl
;
in xpc_get_chctl_all_flags_uv()
local
1077
chctl
= part->
chctl
;
in xpc_get_chctl_all_flags_uv()
1078
if (
chctl
.all_flags != 0)
in xpc_get_chctl_all_flags_uv()
1079
part->
chctl
in xpc_get_chctl_all_flags_uv()
[all...]
H
A
D
xpc_main.c
355
part->
chctl
.all_flags != 0 ||
in xpc_channel_mgr()
424
part->
chctl
.all_flags = 0;
in xpc_setup_ch_structures()
870
part->
chctl
.flags[ch->number] |=
in xpc_disconnect_wait()
Completed in 14 milliseconds