Home
last modified time | relevance | path

Searched refs:is_list_empty (Results 1 – 25 of 40) sorted by relevance

12

/dports/benchmarks/httperf/httperf-568322e/src/
H A Dtimer.c150 while (!is_list_empty(passive_timers)) { in timer_free_all()
157 while (!is_list_empty(active_timers)) { in timer_free_all()
164 while (!is_list_empty(persistent_timers)) { in timer_free_all()
231 if (!is_list_empty(passive_timers)) { in timer_schedule()
H A Didleconn.c71 while (!is_list_empty(active_events)) { in cleanup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.h75 int is_list_empty; in mwifiex_wmm_is_ra_list_empty() local
78 is_list_empty = skb_queue_empty(&ra_list->skb_head); in mwifiex_wmm_is_ra_list_empty()
79 if (!is_list_empty) in mwifiex_wmm_is_ra_list_empty()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.h75 int is_list_empty; in mwifiex_wmm_is_ra_list_empty() local
78 is_list_empty = skb_queue_empty(&ra_list->skb_head); in mwifiex_wmm_is_ra_list_empty()
79 if (!is_list_empty) in mwifiex_wmm_is_ra_list_empty()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.h75 int is_list_empty; in mwifiex_wmm_is_ra_list_empty() local
78 is_list_empty = skb_queue_empty(&ra_list->skb_head); in mwifiex_wmm_is_ra_list_empty()
79 if (!is_list_empty) in mwifiex_wmm_is_ra_list_empty()
/dports/net/kamailio/kamailio-5.4.5/src/modules/pike/
H A Dpike_funcs.c179 if (pike_timer==0 || is_list_empty( pike_timer )) return; /* quick exit */ in clean_routine()
185 if (is_list_empty(pike_timer) || (ll2ipnode(pike_timer->next)->expires>ticks )){ in clean_routine()
195 if ( is_list_empty(&head) ) in clean_routine()
H A Dtimer.h37 #define is_list_empty(_head) \ macro
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp316 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
329 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
339 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
349 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
379 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
385 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
388 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
396 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1208 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1219 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp301 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
314 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
324 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
334 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
364 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
370 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
373 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
381 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1170 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1181 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp301 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
314 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
324 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
334 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
364 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
370 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
373 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
381 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1170 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1181 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp288 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
301 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
311 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
321 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
351 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
357 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
360 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
368 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1157 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1168 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp281 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
294 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
304 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
314 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
344 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
350 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
353 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
361 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1173 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1184 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp316 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
329 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
339 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
349 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
379 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
385 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
388 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
396 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1208 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1219 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp301 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
314 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
324 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
334 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
364 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
370 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
373 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
381 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1170 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1181 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_oopStorage.cpp301 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
314 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
324 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
334 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
364 ASSERT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
370 EXPECT_TRUE(is_list_empty(allocation_list)); in TEST_VM_F()
373 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
381 EXPECT_FALSE(is_list_empty(allocation_list)); in TEST_VM_F()
1170 EXPECT_TRUE(is_list_empty(list)); in TEST_F()
1181 EXPECT_FALSE(is_list_empty(list)); in TEST_F()
[all …]
/dports/benchmarks/httperf/httperf-568322e/src/lib/
H A Dlist.h41 bool is_list_empty(struct List *);
H A Dlist.c47 is_list_empty(struct List *l) in is_list_empty() function
/dports/sysutils/fusefs-smbnetfs/smbnetfs-0.6.1/src/
H A Dlist.h84 static inline int is_list_empty(LIST *list){ in is_list_empty() function
H A Dsmb_conn.c166 if (is_list_empty(&ctx->smb_conn_file_list)){
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/page_info/
H A Dpage_info_bubble_view.h135 bool is_list_empty,
H A Dpage_info_bubble_view.cc676 const bool is_list_empty = in SetPermissionInfo() local
678 LayoutPermissionsLikeUiRow(layout, is_list_empty, kPermissionColumnSetId); in SetPermissionInfo()
907 bool is_list_empty, in LayoutPermissionsLikeUiRow() argument
910 if (is_list_empty) { in LayoutPermissionsLikeUiRow()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_partition.cc736 bool is_list_empty = true; in handle_list_of_fields() local
740 is_list_empty = false; in handle_list_of_fields()
751 if (is_list_empty && part_info->part_type == partition_type::HASH) { in handle_list_of_fields()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_partition.cc863 bool is_list_empty= TRUE; in handle_list_of_fields() local
868 is_list_empty= FALSE; in handle_list_of_fields()
880 if (is_list_empty && part_info->part_type == HASH_PARTITION) in handle_list_of_fields()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_partition.cc823 bool is_list_empty= TRUE; in handle_list_of_fields() local
828 is_list_empty= FALSE; in handle_list_of_fields()
840 if (is_list_empty && part_info->part_type == HASH_PARTITION) in handle_list_of_fields()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_partition.cc823 bool is_list_empty= TRUE; in handle_list_of_fields() local
828 is_list_empty= FALSE; in handle_list_of_fields()
840 if (is_list_empty && part_info->part_type == HASH_PARTITION) in handle_list_of_fields()

12