HomeSort by relevance Sort by last modified time
    Searched refs:list_empty (Results 51 - 72 of 72) sorted by null

1 23

  /external/kernel-headers/original/linux/
netfilter.h 169 if (list_empty(&nf_hooks[pf][hook]))
wait.h 99 return !list_empty(&q->task_list);
sched.h     [all...]
fs.h 472 !list_empty(&mapping->i_mmap_nonlinear);
    [all...]
  /external/libusb/libusb/
libusbi.h 67 #define list_empty(entry) ((entry)->next == (entry)) macro
io.c     [all...]
core.c     [all...]
  /external/linux-tools-perf/util/
sort.c 297 if (list_empty(&hist_entry__sort_list)) {
session.c 481 while (!list_empty(&os->to_free)) {
526 if (list_empty(head)) {
646 if (!list_empty(sc)) {
    [all...]
evsel.c 118 assert(list_empty(&evsel->node));
probe-finder.c 120 while (!list_empty(head)) {
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 908 BUG_ON(list_empty(list));
1023 BUG_ON(list_empty(&atoms->work_list));
1037 if (list_empty(&atoms->work_list))
1164 BUG_ON(list_empty(&atoms->work_list));
1215 BUG_ON(list_empty(&atoms->work_list));
    [all...]
builtin-top.c 610 while (list_empty(&top.active_symbols)) {
839 if (list_empty(&syme->node) || !syme->node.next) {
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){
1219 list_empty(&dsc->dirObj->variant.directoryVariant.children)){
  /system/core/init/
init_parser.c 591 if (list_empty(&action_queue)) {
603 return list_empty(&action_queue);
init.c 495 if (!node || list_empty(&act->commands))
  /external/iptables/libiptc/
libiptc.c 695 if (list_empty(&handle->chains))
728 if (list_empty(&handle->chains))
    [all...]
  /external/oprofile/daemon/
opd_sfile.c 608 if (list_empty(&lru_list))
  /external/oprofile/libop/
op_events.c 611 if (!list_empty(&events_list))
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]
yaffs_fs.c 1216 !list_empty(&target->variant.directoryVariant.children)) {
    [all...]
  /external/blktrace/
blktrace.c 1400 if (list_empty(&hd->head)) {
    [all...]

Completed in 1512 milliseconds

1 23