HomeSort by relevance Sort by last modified time
    Searched refs:list_empty (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
sched.h 85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
  /system/core/init/
init_parser.c 424 if (list_empty(&action_queue)) {
436 return list_empty(&action_queue);
  /external/kernel-headers/original/linux/
netfilter.h 169 if (list_empty(&nf_hooks[pf][hook]))
wait.h 99 return !list_empty(&q->task_list);
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){
1219 list_empty(&dsc->dirObj->variant.directoryVariant.children)){
  /external/iptables/libiptc/
libiptc.c 695 if (list_empty(&handle->chains))
728 if (list_empty(&handle->chains))
    [all...]

Completed in 775 milliseconds

12 3