working 20 arch/arm/include/asm/vfpmacros.h @ read all the working registers back into the VFP working 44 arch/arm/include/asm/vfpmacros.h @ write all the working registers out of the VFP working 65 arch/powerpc/include/asm/rtas.h atomic_t working; /* number of cpus accessing this struct */ working 776 arch/powerpc/kernel/rtas.c if (atomic_dec_return(&data->working) == 0) working 784 arch/powerpc/kernel/rtas.c atomic_inc(&data->working); working 794 arch/powerpc/kernel/rtas.c atomic_inc(&data->working); working 830 arch/powerpc/kernel/rtas.c if (atomic_dec_return(&data->working) == 0) working 967 arch/powerpc/kernel/rtas.c atomic_set(&data.working, 0); working 110 arch/powerpc/platforms/pseries/suspend.c atomic_set(&suspend_data.working, 0); working 546 drivers/acpi/processor_idle.c unsigned int working = 0; working 573 drivers/acpi/processor_idle.c working++; working 578 drivers/acpi/processor_idle.c return (working); working 1358 drivers/md/md.c int active=0, working=0,failed=0,spare=0,nr_disks=0; working 1450 drivers/md/md.c working++; working 1454 drivers/md/md.c working++; working 1474 drivers/md/md.c sb->working_disks = working; working 6365 drivers/md/md.c int nr,working,insync,failed,spare; working 6368 drivers/md/md.c nr = working = insync = failed = spare = 0; working 6375 drivers/md/md.c working++; working 6409 drivers/md/md.c info.working_disks = working; working 196 drivers/md/raid5.c group->workers[0].working = true; working 203 drivers/md/raid5.c if (group->workers[i].working == false) { working 204 drivers/md/raid5.c group->workers[i].working = true; working 6251 drivers/md/raid5.c worker->working = false; working 513 drivers/md/raid5.h bool working; working 145 drivers/scsi/atp870u.c if (dev->working[c] != 0) { working 492 drivers/scsi/atp870u.c dev->working[c]--; working 713 drivers/scsi/atp870u.c if ((dev->last_cmd[c] != 0xff) && (dev->working[c] != 0)) { working 717 drivers/scsi/atp870u.c dev->working[c]++; working 725 drivers/scsi/atp870u.c dev->working[c]--; working 1596 drivers/scsi/atp870u.c printk("working=%x last_cmd=%x ", dev->working[c], dev->last_cmd[c]); working 37 drivers/scsi/atp870u.h unsigned int working[2]; working 1219 drivers/usb/host/ohci-q.c if (ohci->working) { working 1223 drivers/usb/host/ohci-q.c ohci->working = 1; working 1234 drivers/usb/host/ohci-q.c ohci->working = 0; working 408 drivers/usb/host/ohci.h unsigned working:1; working 47 drivers/usb/phy/phy-isp1301-omap.c unsigned working:1; working 318 drivers/usb/phy/phy-isp1301-omap.c if (!status && !isp->working) working 1092 drivers/usb/phy/phy-isp1301-omap.c isp->working = 1; working 1164 drivers/usb/phy/phy-isp1301-omap.c isp->working = 0; working 108 net/mac80211/iface.c bool working, scanning, active; working 117 net/mac80211/iface.c working = !local->ops->remain_on_channel && working 123 net/mac80211/iface.c if (working || scanning) working 135 net/mac80211/iface.c if (working || scanning || active) working 33 tools/iio/iio_utils.c char *working, *prefix = ""; working 47 tools/iio/iio_utils.c working = strtok(current, "_\0"); working 48 tools/iio/iio_utils.c if (!working) { working 53 tools/iio/iio_utils.c w = working; working 54 tools/iio/iio_utils.c r = working; working 65 tools/iio/iio_utils.c ret = asprintf(generic_name, "%s_%s", prefix, working);