declare_completion(9) centos man page | unix.com

Man Page: declare_completion

Operating Environment: centos

Section: 9

DECLARE_COMPLETION(9)						   Driver Basics					     DECLARE_COMPLETION(9)

NAME
DECLARE_COMPLETION - declare and initialize a completion structure
SYNOPSIS
DECLARE_COMPLETION(work);
ARGUMENTS
work identifier for the completion structure
DESCRIPTION
This macro declares and initializes a completion structure. Generally used for static declarations. You should use the _ONSTACK variant for automatic variables.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DECLARE_COMPLETION(9)
Related Man Pages
drm_fb_helper_initial_config(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
ibv_create_ah_from_wc(3) - debian
ibv_init_ah_from_wc(3) - centos
rdma_get_recv_comp(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
DB2 convert digits to binary format
Controlling user input
[TIP] Processing YAML files with yq