Searched refs:work (Results 26 - 50 of 67) sorted by relevance

123

/include/linux/
H A Dfscache-cache.h89 struct work_struct work; /* record for async ops */ member in struct:fscache_operation
117 extern void fscache_op_work_func(struct work_struct *work);
135 INIT_WORK(&op->work, fscache_op_work_func);
215 * cached page storage work item
340 const struct fscache_state *(*work)(struct fscache_object *object, member in struct:fscache_state
380 struct work_struct work; /* attention scheduling record */ member in struct:fscache_object
H A Dconsole_struct.h124 extern void vc_SAK(struct work_struct *work);
H A Dpm_runtime.h29 static inline bool queue_pm_work(struct work_struct *work) argument
31 return queue_work(pm_wq, work);
39 static inline bool queue_pm_work(struct work_struct *work) { return false; } argument
H A Ddevfreq.h132 * @work: delayed work for load monitoring.
161 struct delayed_work work; member in struct:devfreq
H A Dwriteback.h40 * why some writeback work was initiated
116 void laptop_mode_sync(struct work_struct *work);
H A Dccp.h513 * @work: work element used for callbacks (ccp driver use only)
533 struct work_struct work; member in struct:ccp_cmd
H A Drtc.h187 void rtc_timer_do_work(struct work_struct *work);
H A Dtifm.h152 void tifm_queue_work(struct work_struct *work);
H A Dphy.h244 * UP: The PHY and attached device are ready to do work.
744 void phy_state_machine(struct work_struct *work);
745 void phy_change(struct work_struct *work);
H A Dbacking-dev.h54 struct delayed_work dwork; /* work item used for writeback */
121 void bdi_writeback_workfn(struct work_struct *work);
H A Dedac.h758 /* work struct for this MC */
759 struct delayed_work work; member in struct:mem_ctl_info
H A Dpm_qos.h48 struct delayed_work work; /* for pm_qos_update_request_timeout */ member in struct:pm_qos_request
/include/drm/ttm/
H A Dttm_memory.h62 * @work: The workqueue callback for the shrink queue.
81 struct work_struct work; member in struct:ttm_mem_global
/include/net/bluetooth/
H A Dl2cap.h790 struct delayed_work *work, long timeout)
795 /* If delayed work cancelled do not hold(chan)
797 if (!cancel_delayed_work(work))
800 schedule_delayed_work(work, timeout);
804 struct delayed_work *work)
808 /* put(chan) if delayed work cancelled otherwise it
809 is done in delayed work function */
810 ret = cancel_delayed_work(work);
789 l2cap_set_timer(struct l2cap_chan *chan, struct delayed_work *work, long timeout) argument
803 l2cap_clear_timer(struct l2cap_chan *chan, struct delayed_work *work) argument
/include/acpi/
H A Dacpi_bus.h318 struct work_struct work; member in struct:acpi_device_wakeup_context
516 void (*work_func)(struct work_struct *work));
522 void (*work_func)(struct work_struct *work))
520 acpi_add_pm_notifier(struct acpi_device *adev, struct device *dev, void (*work_func)(struct work_struct *work)) argument
/include/net/
H A Daf_vsock.h73 void vsock_pending_work(struct work_struct *work);
H A Dinet_timewait_sock.h92 void inet_twdr_twkill_work(struct work_struct *work);
/include/sound/
H A Dak4113.h301 struct delayed_work work; member in struct:ak4113
H A Dak4114.h184 struct delayed_work work; member in struct:ak4114
/include/linux/usb/
H A Dgadget.h499 * @work: (internal use) Workqueue to be used for sysfs_notify()
547 struct work_struct work; member in struct:usb_gadget
568 #define work_to_gadget(w) (container_of((w), struct usb_gadget, work))
826 * meet "chapter 9" requirements) then do some useful work.
H A Dserial.h68 * @work: work queue entry for the line discipline waking up.
116 struct work_struct work; member in struct:usb_serial_port
279 /* Called by the tty layer for port level work. There may or may not
/include/drm/
H A Ddrm_dp_mst_helper.h461 struct work_struct work; member in struct:drm_dp_mst_topology_mgr
/include/linux/ceph/
H A Dmessenger.h241 struct delayed_work work; /* send|recv work */ member in struct:ceph_connection
H A Dosd_client.h188 struct work_struct work; member in struct:ceph_osd_event_work
/include/xen/
H A Dxenbus.h73 struct work_struct work; member in struct:xenbus_device

Completed in 3763 milliseconds

123