queue_kthread_work(9) centos man page | unix.com

Man Page: queue_kthread_work

Operating Environment: centos

Section: 9

QUEUE_KTHREAD_WORK(9)						   Driver Basics					     QUEUE_KTHREAD_WORK(9)

NAME
queue_kthread_work - queue a kthread_work
SYNOPSIS
bool queue_kthread_work(struct kthread_worker * worker, struct kthread_work * work);
ARGUMENTS
worker target kthread_worker work kthread_work to queue
DESCRIPTION
Queue work to work processor task for async execution. task must have been created with kthread_worker_create. Returns true if work was successfully queued, false if it was already pending.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 QUEUE_KTHREAD_WORK(9)
Related Man Pages
tevent_queue_tutorial(3) - centos
iv_work_pool_create(3) - debian
iv_work_pool_submit_work(3) - debian
workqueue_create(9) - netbsd
padre::taskmanager(3pm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it