Searched refs:RB_EMPTY_ROOT (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dlinux_rbtree.h134 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dref-cache.h62 return RB_EMPTY_ROOT(&tree->root);
H A Dordered-data.c349 if (RB_EMPTY_ROOT(&tree->tree) &&
H A Drelocation.c239 BUG_ON(!RB_EMPTY_ROOT(&cache->rb_root));
2232 BUG_ON(!RB_EMPTY_ROOT(&rc->reloc_root_tree.rb_root));
3672 if (!RB_EMPTY_ROOT(&blocks)) {
H A Ddisk-io.c2294 WARN_ON(!RB_EMPTY_ROOT(&root->inode_tree));
H A Dinode.c3695 empty = RB_EMPTY_ROOT(&root->inode_tree);
3702 empty = RB_EMPTY_ROOT(&root->inode_tree);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drbtree.h135 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dgc.c138 if (unlikely(RB_EMPTY_ROOT(&key_serial_tree))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Ddeadline-iosched.c271 BUG_ON(RB_EMPTY_ROOT(&dd->sort_list[READ]));
287 BUG_ON(RB_EMPTY_ROOT(&dd->sort_list[WRITE]));
H A Dcfq-iosched.c1089 BUG_ON(!RB_EMPTY_ROOT(&st->rb) || st->active != NULL);
1410 if (cfq_cfqq_on_rr(cfqq) && RB_EMPTY_ROOT(&cfqq->sort_list)) {
1673 if (cfq_cfqq_on_rr(cfqq) && RB_EMPTY_ROOT(&cfqq->sort_list))
1714 if (RB_EMPTY_ROOT(&service_tree->rb))
1775 if (RB_EMPTY_ROOT(root))
1915 WARN_ON(!RB_EMPTY_ROOT(&cfqq->sort_list));
2191 if (RB_EMPTY_ROOT(&st->rb))
2234 if (cfq_cfqq_wait_busy(cfqq) && !RB_EMPTY_ROOT(&cfqq->sort_list))
2250 if (cfqq->cfqg->nr_cfqq == 1 && RB_EMPTY_ROOT(&cfqq->sort_list)
2262 if (!RB_EMPTY_ROOT(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dcallback.c44 while (!RB_EMPTY_ROOT(&server->cb_promises)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dobject-list.c83 BUG_ON(RB_EMPTY_ROOT(&fscache_object_list));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-recvmsg.c73 if (RB_EMPTY_ROOT(&rx->calls)) {
H A Dar-connection.c828 ASSERT(RB_EMPTY_ROOT(&conn->calls));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-annotate.c243 if (RB_EMPTY_ROOT(&root_sym_ext)) {
H A Dbuiltin-top.c1047 RB_EMPTY_ROOT(&al.map->dso->symbols[MAP__FUNCTION])) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dsuper.h520 return !RB_EMPTY_ROOT(&ci->i_caps);
H A Dosdmap.c490 while (!RB_EMPTY_ROOT(&map->pg_temp)) {
497 while (!RB_EMPTY_ROOT(&map->pg_pools)) {
H A Dmds_client.c669 if (!cap && !RB_EMPTY_ROOT(&ci->i_caps))
1351 if (RB_EMPTY_ROOT(&mdsc->request_tree))
H A Dcaps.c862 return !RB_EMPTY_ROOT(&ci->i_caps) || ci->i_cap_exporting_mds >= 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c496 if (RB_EMPTY_ROOT(root)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c463 entry->ms.has_children = !RB_EMPTY_ROOT(&entry->sorted_chain);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Ddebug.c2402 } else if (write && !RB_EMPTY_ROOT(&c->buds) &&

Completed in 333 milliseconds