list_empty() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

list_empty() function

Syntax

static inline int list_empty(const struct list_head *head);

Arguments

References

LocationReferrerText
list.h:60
list_empty(const struct list_head *head)
adi_v5_jtag.c:185dap_cmd_new()
if (list_empty(&dap->cmd_pool)) {
adi_v5_jtag.c:578jtagdp_overrun_check()
if (!list_empty(&replay_list)) {
arc.c:370arc_build_reg_cache()
if (list_empty(&arc->core_reg_descriptions)) {
arc.c:385arc_build_reg_cache()
if (list_empty(&arc->aux_reg_descriptions)) {
arc.c:461arc_build_bcr_reg_cache()
if (list_empty(&arc->bcr_reg_descriptions)) {
arm_tpiu_swo.c:1049handle_tpiu_deprecated_config_command()
if (!list_empty(&all_tpiu_swo)) {
esp32_apptrace.c:342esp32_apptrace_free_block_get()
if (!list_empty(&ctx->free_trace_blocks)) {
esp32_apptrace.c:363esp32_apptrace_ready_block_get()
if (list_empty(&ctx->ready_trace_blocks))
esp32_apptrace.c:387esp32_apptrace_wait_tracing_finished()
while (!list_empty(&ctx->ready_trace_blocks)) {
list.h:243linux_list_splice()
if (list_empty(list))
list.h:286list_is_singular()
return !list_empty(head) && (head->next == head->prev);
list.h:304list_cut_position()
if (list_empty(head))
list.h:368list_rotate_left()
if (!list_empty(h)) {
riscv.c:3802riscv_init_registers()
if (!list_empty(&info->expose_custom)) {
riscv.c:4341riscv_init_registers()
if (!r->exist && !list_empty(&info->expose_csr)) {
smp.c:122default_handle_smp_command()
if (!list_empty(target->smp_targets) && target->gdb_service)
smp.c:138handle_smp_gdb_command()
if (!list_empty(target->smp_targets)) {
telnet_server.c:693telnet_auto_complete()
if (list_empty(&matches)) {
telnet_server.c:714telnet_auto_complete()
if (list_empty(&matches))