Searched refs:ew (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/cris/include/arch-v32/arch/hwregs/ |
D | extmem_defs.h | 90 unsigned int ew : 3; member 109 unsigned int ew : 3; member 128 unsigned int ew : 3; member 147 unsigned int ew : 3; member 166 unsigned int ew : 3; member 185 unsigned int ew : 3; member 204 unsigned int ew : 3; member 223 unsigned int ew : 3; member 242 unsigned int ew : 3; member 261 unsigned int ew : 3; member [all …]
|
D | bif_core_defs.h | 90 unsigned int ew : 3; member 107 unsigned int ew : 3; member 124 unsigned int ew : 3; member 145 unsigned int ew : 3; member
|
/linux-2.6.39/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_core_defs.h | 90 unsigned int ew : 3; member 107 unsigned int ew : 3; member 124 unsigned int ew : 3; member 145 unsigned int ew : 3; member
|
/linux-2.6.39/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | pio_defs.h | 220 unsigned int ew : 3; member 232 unsigned int ew : 3; member 244 unsigned int ew : 3; member
|
/linux-2.6.39/drivers/net/ |
D | ioc3-eth.c | 516 uint16_t *ew; in ioc3_tcpudp_checksum() local 552 ew = (uint16_t *) eh; in ioc3_tcpudp_checksum() 553 ehsum = ew[0] + ew[1] + ew[2] + ew[3] + ew[4] + ew[5] + ew[6]; in ioc3_tcpudp_checksum()
|
/linux-2.6.39/include/scsi/ |
D | scsi_device.h | 171 struct execute_work ew; /* used to get process context on put */ member 263 struct execute_work ew; member
|
/linux-2.6.39/drivers/scsi/ |
D | sg.c | 142 struct execute_work ew; member 165 struct execute_work ew; member 1251 struct sg_request *srp = container_of(work, struct sg_request, ew.work); in sg_rq_end_io_usercontext() 1338 INIT_WORK(&srp->ew.work, sg_rq_end_io_usercontext); in sg_rq_end_io() 1339 schedule_work(&srp->ew.work); in sg_rq_end_io() 2092 struct sg_fd *sfp = container_of(work, struct sg_fd, ew.work); in sg_remove_sfp_usercontext() 2129 INIT_WORK(&sfp->ew.work, sg_remove_sfp_usercontext); in sg_remove_sfp() 2130 schedule_work(&sfp->ew.work); in sg_remove_sfp()
|
D | scsi_sysfs.c | 303 sdev = container_of(work, struct scsi_device, ew.work); in scsi_device_dev_release_usercontext() 341 &sdp->ew); in scsi_device_dev_release()
|
D | scsi_scan.c | 475 container_of(work, struct scsi_target, ew.work); in scsi_target_reap_usercontext() 513 &starget->ew); in scsi_target_reap()
|
/linux-2.6.39/kernel/ |
D | workqueue.c | 2817 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() argument 2820 fn(&ew->work); in execute_in_process_context() 2824 INIT_WORK(&ew->work, fn); in execute_in_process_context() 2825 schedule_work(&ew->work); in execute_in_process_context()
|