1FC_GET_EVENT_NUMBER(9)          SCSI mid layer          FC_GET_EVENT_NUMBER(9)
2
3
4

NAME

6       fc_get_event_number - Obtain the next sequential FC event number
7

SYNOPSIS

9       u32 fc_get_event_number(void);
10

ARGUMENTS

12       void
13           no arguments
14

NOTES

16       We could have inlined this, but it would have required fc_event_seq to
17       be exposed. For now, live with the subroutine call. Atomic used to
18       avoid lock/unlock...
19

AUTHORS

21       James Bottomley <James.Bottomley@hansenpartnership.com>
22           Author.
23
24       Rob Landley <rob@landley.net>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019            FC_GET_EVENT_NUMBER(9)
Impressum