search for: 10000ul

Displaying 5 results from an estimated 5 matches for "10000ul".

2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...s.h @@ -17,8 +17,8 @@ * Maintained at www.Open-FCoE.org */ -#ifndef _FC_FS_H_ -#define _FC_FS_H_ +#ifndef _UAPI_SCSI_FC_FC_FS_H +#define _UAPI_SCSI_FC_FC_FS_H #include <linux/types.h> @@ -345,4 +345,4 @@ enum fc_pf_rjt_reason { #define FC_DEF_E_D_TOV 2000UL #define FC_DEF_R_A_TOV 10000UL -#endif /* _FC_FS_H_ */ +#endif /* _UAPI_SCSI_FC_FC_FS_H */ diff --git a/include/uapi/scsi/fc/fc_gs.h b/include/uapi/scsi/fc/fc_gs.h index a37346d..763655e 100644 --- a/include/uapi/scsi/fc/fc_gs.h +++ b/include/uapi/scsi/fc/fc_gs.h @@ -17,8 +17,8 @@ * Maintained at www.Open-FCoE.org */ -#i...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...s.h @@ -17,8 +17,8 @@ * Maintained at www.Open-FCoE.org */ -#ifndef _FC_FS_H_ -#define _FC_FS_H_ +#ifndef _UAPI_SCSI_FC_FC_FS_H +#define _UAPI_SCSI_FC_FC_FS_H #include <linux/types.h> @@ -345,4 +345,4 @@ enum fc_pf_rjt_reason { #define FC_DEF_E_D_TOV 2000UL #define FC_DEF_R_A_TOV 10000UL -#endif /* _FC_FS_H_ */ +#endif /* _UAPI_SCSI_FC_FC_FS_H */ diff --git a/include/uapi/scsi/fc/fc_gs.h b/include/uapi/scsi/fc/fc_gs.h index a37346d..763655e 100644 --- a/include/uapi/scsi/fc/fc_gs.h +++ b/include/uapi/scsi/fc/fc_gs.h @@ -17,8 +17,8 @@ * Maintained at www.Open-FCoE.org */ -#i...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...s.h @@ -17,8 +17,8 @@ * Maintained at www.Open-FCoE.org */ -#ifndef _FC_FS_H_ -#define _FC_FS_H_ +#ifndef _UAPI_SCSI_FC_FC_FS_H +#define _UAPI_SCSI_FC_FC_FS_H #include <linux/types.h> @@ -345,4 +345,4 @@ enum fc_pf_rjt_reason { #define FC_DEF_E_D_TOV 2000UL #define FC_DEF_R_A_TOV 10000UL -#endif /* _FC_FS_H_ */ +#endif /* _UAPI_SCSI_FC_FC_FS_H */ diff --git a/include/uapi/scsi/fc/fc_gs.h b/include/uapi/scsi/fc/fc_gs.h index a37346d..763655e 100644 --- a/include/uapi/scsi/fc/fc_gs.h +++ b/include/uapi/scsi/fc/fc_gs.h @@ -17,8 +17,8 @@ * Maintained at www.Open-FCoE.org */ -#i...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths