mirror of https://github.com/torvalds/linux.git
Currently if a user enqueues a work item using schedule_delayed_work() the used wq is "system_wq" (per-cpu wq) while queue_delayed_work() use WORK_CPU_UNBOUND (used when a cpu is not specified). The same applies to schedule_work() that is using system_wq and queue_work(), that makes use again of WORK_CPU_UNBOUND. This lack of consistency cannot be addressed without refactoring the API. This patch continues the effort to refactor worqueue APIs, which has begun with the change introducing new workqueues and a new alloc_workqueue flag: commit |
||
|---|---|---|
| .. | ||
| 88pm80x_onkey.c | ||
| 88pm860x_onkey.c | ||
| 88pm886-onkey.c | ||
| Kconfig | ||
| Makefile | ||
| ab8500-ponkey.c | ||
| ad714x-i2c.c | ||
| ad714x-spi.c | ||
| ad714x.c | ||
| ad714x.h | ||
| adxl34x-i2c.c | ||
| adxl34x-spi.c | ||
| adxl34x.c | ||
| adxl34x.h | ||
| apanel.c | ||
| ariel-pwrbutton.c | ||
| arizona-haptics.c | ||
| atc260x-onkey.c | ||
| ati_remote2.c | ||
| atlas_btns.c | ||
| atmel_captouch.c | ||
| aw86927.c | ||
| axp20x-pek.c | ||
| bma150.c | ||
| cm109.c | ||
| cma3000_d0x.c | ||
| cma3000_d0x.h | ||
| cma3000_d0x_i2c.c | ||
| cobalt_btns.c | ||
| cpcap-pwrbutton.c | ||
| cs40l50-vibra.c | ||
| da7280.c | ||
| da9052_onkey.c | ||
| da9055_onkey.c | ||
| da9063_onkey.c | ||
| drv260x.c | ||
| drv2665.c | ||
| drv2667.c | ||
| e3x0-button.c | ||
| gpio-beeper.c | ||
| gpio-vibra.c | ||
| gpio_decoder.c | ||
| hisi_powerkey.c | ||
| hp_sdc_rtc.c | ||
| ibm-panel.c | ||
| ideapad_slidebar.c | ||
| ims-pcu.c | ||
| iqs269a.c | ||
| iqs626a.c | ||
| iqs7222.c | ||
| keyspan_remote.c | ||
| kxtj9.c | ||
| m68kspkr.c | ||
| max7360-rotary.c | ||
| max8925_onkey.c | ||
| max8997_haptic.c | ||
| max77650-onkey.c | ||
| max77693-haptic.c | ||
| mc13783-pwrbutton.c | ||
| mma8450.c | ||
| nxp-bbnsm-pwrkey.c | ||
| palmas-pwrbutton.c | ||
| pcap_keys.c | ||
| pcf8574_keypad.c | ||
| pcspkr.c | ||
| pf1550-onkey.c | ||
| pm8xxx-vibrator.c | ||
| pm8941-pwrkey.c | ||
| pmic8xxx-pwrkey.c | ||
| powermate.c | ||
| pwm-beeper.c | ||
| pwm-vibra.c | ||
| qnap-mcu-input.c | ||
| rave-sp-pwrbutton.c | ||
| rb532_button.c | ||
| regulator-haptic.c | ||
| retu-pwrbutton.c | ||
| rk805-pwrkey.c | ||
| rotary_encoder.c | ||
| rt5120-pwrkey.c | ||
| sc27xx-vibra.c | ||
| sgi_btns.c | ||
| soc_button_array.c | ||
| sparcspkr.c | ||
| stpmic1_onkey.c | ||
| tps6594-pwrbutton.c | ||
| tps65218-pwrbutton.c | ||
| tps65219-pwrbutton.c | ||
| twl4030-pwrbutton.c | ||
| twl4030-vibra.c | ||
| twl6040-vibra.c | ||
| uinput.c | ||
| wistron_btns.c | ||
| wm831x-on.c | ||
| xen-kbdfront.c | ||
| yealink.c | ||
| yealink.h | ||