HomeSort by relevance Sort by last modified time
    Searched refs:work_struct (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/kernel-headers/original/linux/
workqueue.h 14 struct work_struct { struct
24 struct work_struct work;
35 struct work_struct n = __WORK_INITIALIZER(n, f, d)
64 extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work));
65 extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay));
67 struct work_struct *work, unsigned long delay);
70 extern int FASTCALL(schedule_work(struct work_struct *work));
71 extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay));
73 extern int schedule_delayed_work_on(int cpu, struct work_struct *work, unsigned long delay);
80 void cancel_rearming_delayed_work(struct work_struct *work)
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
push-switch.h 26 struct work_struct work;
  /bionic/libc/kernel/common/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
relay.h 36 struct work_struct wake_readers;
  /development/ndk/platforms/android-3/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
relay.h 36 struct work_struct wake_readers;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
relay.h 36 struct work_struct wake_readers;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
workqueue.h 21 struct work_struct { struct
31 struct work_struct work;
36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d)
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /development/ndk/platforms/android-3/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
xprt.h 135 struct work_struct connect_worker;
138 struct work_struct task_cleanup;
  /bionic/libc/kernel/common/linux/mmc/
host.h 111 struct work_struct detect;
  /development/ndk/platforms/android-3/include/linux/mmc/
host.h 111 struct work_struct detect;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
WlanDrvIf.h 111 struct work_struct tWork; /* The OS work handle. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
host.h 111 struct work_struct detect;

Completed in 2287 milliseconds

1 2 3