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:DBUG_ON
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H
A
D
xpc_channel.c
38
DBUG_ON
(!(ch->flags & XPC_C_CONNECTING));
in xpc_process_connect()
90
DBUG_ON
(!(ch->flags & XPC_C_CLOSEREQUEST));
in xpc_process_disconnect()
98
DBUG_ON
((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) &&
in xpc_process_disconnect()
136
DBUG_ON
(atomic_read(&ch->n_to_notify) != 0);
in xpc_process_disconnect()
221
DBUG_ON
(!(ch->flags & XPC_C_DISCONNECTING));
in xpc_process_openclose_chctl_flags()
222
DBUG_ON
(!(ch->flags & XPC_C_CLOSEREQUEST));
in xpc_process_openclose_chctl_flags()
223
DBUG_ON
(!(ch->flags & XPC_C_CLOSEREPLY));
in xpc_process_openclose_chctl_flags()
224
DBUG_ON
(ch->flags & XPC_C_RCLOSEREPLY);
in xpc_process_openclose_chctl_flags()
226
DBUG_ON
(!(chctl_flags & XPC_CHCTL_CLOSEREPLY));
in xpc_process_openclose_chctl_flags()
232
DBUG_ON
(!(c
in xpc_process_openclose_chctl_flags()
[all...]
H
A
D
xp_main.c
139
DBUG_ON
(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS);
in xpc_connect()
140
DBUG_ON
(payload_size == 0 || nentries == 0);
in xpc_connect()
141
DBUG_ON
(func == NULL);
in xpc_connect()
142
DBUG_ON
(assigned_limit == 0 || idle_limit > assigned_limit);
in xpc_connect()
193
DBUG_ON
(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS);
in xpc_disconnect()
H
A
D
xpc_main.c
180
DBUG_ON
(time_is_after_jiffies(part->disengage_timeout));
in xpc_timeout_partition_disengage()
184
DBUG_ON
(part->disengage_timeout != 0);
in xpc_timeout_partition_disengage()
185
DBUG_ON
(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
in xpc_timeout_partition_disengage()
412
DBUG_ON
(part->channels != NULL);
in xpc_setup_ch_structures()
495
DBUG_ON
(atomic_read(&part->nchannels_engaged) != 0);
in xpc_teardown_ch_structures()
496
DBUG_ON
(atomic_read(&part->nchannels_active) != 0);
in xpc_teardown_ch_structures()
503
DBUG_ON
(part->setup_state != XPC_P_SS_SETUP);
in xpc_teardown_ch_structures()
538
DBUG_ON
(partid < 0 || partid >= xp_max_npartitions);
in xpc_activating()
550
DBUG_ON
(part->act_state != XPC_P_AS_ACTIVATION_REQ);
in xpc_activating()
593
DBUG_ON
(par
in xpc_activate_partition()
[all...]
H
A
D
xp.h
24
#define
DBUG_ON
(condition) BUG_ON(condition)
macro
26
#define
DBUG_ON
(condition)
macro
H
A
D
xpnet.c
262
DBUG_ON
(partid < 0 || partid >= xp_max_npartitions);
in xpnet_connection_activity()
263
DBUG_ON
(channel != XPC_NET_CHANNEL);
in xpnet_connection_activity()
267
DBUG_ON
(data == NULL);
in xpnet_connection_activity()
348
DBUG_ON
(queued_msg == NULL);
in xpnet_send_completed()
H
A
D
xpc_partition.c
296
DBUG_ON
(part->act_state != XPC_P_AS_DEACTIVATING &&
in xpc_partition_disengaged()
322
DBUG_ON
(part->reason == xpSuccess);
in xpc_mark_partition_active()
H
A
D
xpc.h
685
DBUG_ON
(refs < 0);
in xpc_msgqueue_deref()
702
DBUG_ON
(refs < 0);
in xpc_part_deref()
H
A
D
xpc_uv.c
379
DBUG_ON
(xpc_activate_IRQ_rcvd == 0);
in xpc_process_activate_IRQ_rcvd_uv()
685
DBUG_ON
(msg_size > XPC_ACTIVATE_MSG_SIZE_UV);
in xpc_send_activate_IRQ_uv()
1161
DBUG_ON
(ch->flags & XPC_C_SETUP);
in xpc_setup_msg_structures_uv()
1277
DBUG_ON
(ch_uv->cached_notify_gru_mq_desc == NULL);
in xpc_save_remote_msgqueue_pa_uv()
1544
DBUG_ON
(notify_type != XPC_N_CALL);
in xpc_send_payload_uv()
1630
DBUG_ON
(!(ch->flags & XPC_C_DISCONNECTING));
in xpc_notify_senders_of_disconnect_uv()
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H
A
D
xpc_channel.c
38
DBUG_ON
(!(ch->flags & XPC_C_CONNECTING));
in xpc_process_connect()
90
DBUG_ON
(!(ch->flags & XPC_C_CLOSEREQUEST));
in xpc_process_disconnect()
98
DBUG_ON
((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) &&
in xpc_process_disconnect()
136
DBUG_ON
(atomic_read(&ch->n_to_notify) != 0);
in xpc_process_disconnect()
221
DBUG_ON
(!(ch->flags & XPC_C_DISCONNECTING));
in xpc_process_openclose_chctl_flags()
222
DBUG_ON
(!(ch->flags & XPC_C_CLOSEREQUEST));
in xpc_process_openclose_chctl_flags()
223
DBUG_ON
(!(ch->flags & XPC_C_CLOSEREPLY));
in xpc_process_openclose_chctl_flags()
224
DBUG_ON
(ch->flags & XPC_C_RCLOSEREPLY);
in xpc_process_openclose_chctl_flags()
226
DBUG_ON
(!(chctl_flags & XPC_CHCTL_CLOSEREPLY));
in xpc_process_openclose_chctl_flags()
232
DBUG_ON
(!(c
in xpc_process_openclose_chctl_flags()
[all...]
H
A
D
xp_main.c
139
DBUG_ON
(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS);
in xpc_connect()
140
DBUG_ON
(payload_size == 0 || nentries == 0);
in xpc_connect()
141
DBUG_ON
(func == NULL);
in xpc_connect()
142
DBUG_ON
(assigned_limit == 0 || idle_limit > assigned_limit);
in xpc_connect()
193
DBUG_ON
(ch_number < 0 || ch_number >= XPC_MAX_NCHANNELS);
in xpc_disconnect()
H
A
D
xpc_main.c
171
DBUG_ON
(time_is_after_jiffies(part->disengage_timeout));
in xpc_timeout_partition_disengage()
175
DBUG_ON
(part->disengage_timeout != 0);
in xpc_timeout_partition_disengage()
176
DBUG_ON
(xpc_arch_ops.partition_engaged(XPC_PARTID(part)));
in xpc_timeout_partition_disengage()
403
DBUG_ON
(part->channels != NULL);
in xpc_setup_ch_structures()
486
DBUG_ON
(atomic_read(&part->nchannels_engaged) != 0);
in xpc_teardown_ch_structures()
487
DBUG_ON
(atomic_read(&part->nchannels_active) != 0);
in xpc_teardown_ch_structures()
494
DBUG_ON
(part->setup_state != XPC_P_SS_SETUP);
in xpc_teardown_ch_structures()
529
DBUG_ON
(partid < 0 || partid >= xp_max_npartitions);
in xpc_activating()
541
DBUG_ON
(part->act_state != XPC_P_AS_ACTIVATION_REQ);
in xpc_activating()
584
DBUG_ON
(par
in xpc_activate_partition()
[all...]
H
A
D
xp.h
24
#define
DBUG_ON
(condition) BUG_ON(condition)
macro
26
#define
DBUG_ON
(condition)
macro
H
A
D
xpnet.c
262
DBUG_ON
(partid < 0 || partid >= xp_max_npartitions);
in xpnet_connection_activity()
263
DBUG_ON
(channel != XPC_NET_CHANNEL);
in xpnet_connection_activity()
267
DBUG_ON
(data == NULL);
in xpnet_connection_activity()
348
DBUG_ON
(queued_msg == NULL);
in xpnet_send_completed()
H
A
D
xpc_partition.c
296
DBUG_ON
(part->act_state != XPC_P_AS_DEACTIVATING &&
in __xpc_partition_disengaged()
332
DBUG_ON
(part->reason == xpSuccess);
in xpc_mark_partition_active()
H
A
D
xpc.h
686
DBUG_ON
(refs < 0);
in xpc_msgqueue_deref()
703
DBUG_ON
(refs < 0);
in xpc_part_deref()
H
A
D
xpc_uv.c
379
DBUG_ON
(xpc_activate_IRQ_rcvd == 0);
in xpc_process_activate_IRQ_rcvd_uv()
685
DBUG_ON
(msg_size > XPC_ACTIVATE_MSG_SIZE_UV);
in xpc_send_activate_IRQ_uv()
1161
DBUG_ON
(ch->flags & XPC_C_SETUP);
in xpc_setup_msg_structures_uv()
1277
DBUG_ON
(ch_uv->cached_notify_gru_mq_desc == NULL);
in xpc_save_remote_msgqueue_pa_uv()
1544
DBUG_ON
(notify_type != XPC_N_CALL);
in xpc_send_payload_uv()
1630
DBUG_ON
(!(ch->flags & XPC_C_DISCONNECTING));
in xpc_notify_senders_of_disconnect_uv()
Completed in 15 milliseconds