Searched refs:__u64 (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dspu_info.h31 __u64 mfc_cq_data0_RW;
32 __u64 mfc_cq_data1_RW;
33 __u64 mfc_cq_data2_RW;
34 __u64 mfc_cq_data3_RW;
39 __u64 dma_info_type;
40 __u64 dma_info_mask;
41 __u64 dma_info_status;
42 __u64 dma_info_stall_and_notify;
43 __u64 dma_info_atomic_command_status;
48 __u64 proxydma_info_typ
[all...]
H A Dvdso_datapage.h63 __u64 processorCount; /* # of physical processors 0x20 */
64 __u64 physicalMemorySize; /* Size of real memory(B) 0x28 */
65 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */
66 __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */
67 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */
68 __u64 stamp_xsec; /* 0x48 */
69 __u64 tb_update_count; /* Timebase atomicity ctr 0x50 */
92 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */
93 __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */
94 __u64 tb_to_x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtaskstats.h69 __u64 cpu_count __attribute__((aligned(8)));
70 __u64 cpu_delay_total;
77 __u64 blkio_count;
78 __u64 blkio_delay_total;
81 __u64 swapin_count;
82 __u64 swapin_delay_total;
90 __u64 cpu_run_real_total;
98 __u64 cpu_run_virtual_total;
113 __u64 ac_etime __attribute__((aligned(8)));
115 __u64 ac_utim
[all...]
H A Draw.h12 __u64 block_major;
13 __u64 block_minor;
H A Dfuse.h33 __u64 ino;
34 __u64 size;
35 __u64 blocks;
36 __u64 atime;
37 __u64 mtime;
38 __u64 ctime;
50 __u64 blocks;
51 __u64 bfree;
52 __u64 bavail;
53 __u64 file
[all...]
H A Dlock_dlm_plock.h34 __u64 number;
35 __u64 start;
36 __u64 end;
37 __u64 owner;
H A Daio_abi.h58 __u64 data; /* the data field from the iocb */
59 __u64 obj; /* what iocb this event came from */
80 __u64 aio_data; /* data to be returned in event's data */
89 __u64 aio_buf;
90 __u64 aio_nbytes;
94 __u64 aio_reserved2; /* TODO: use this for a (struct sigevent *) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcmb.h4 __u64 size;
5 __u64 elapsed_time;
7 __u64 ssch_rsch_count;
8 __u64 sample_count;
9 __u64 device_connect_time;
10 __u64 function_pending_time;
11 __u64 device_disconnect_time;
12 __u64 control_unit_queuing_time;
13 __u64 device_active_only_time;
15 __u64 device_busy_tim
[all...]
H A Dtimer.h23 __u64 expires;
24 __u64 interval;
37 __u64 to_expire; /* current event expire time */
38 __u64 offset; /* list offset to zero */
39 __u64 idle; /* temp var for idle */
45 extern int mod_virt_timer(struct vtimer_list *timer, __u64 expires);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Docfs1_fs_compat.h50 /*108*/ __u64 serial_num;
51 /*110*/ __u64 device_size;
52 __u64 start_off;
53 /*120*/ __u64 bitmap_off;
54 __u64 publ_off;
55 /*130*/ __u64 vote_off;
56 __u64 root_bitmap_off;
57 /*140*/ __u64 data_start_off;
58 __u64 root_bitmap_size;
59 /*150*/ __u64 root_of
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_common.h90 __u64 sps_ints;
92 __u64 sps_errints;
94 __u64 sps_errs;
96 __u64 sps_pkterrs;
98 __u64 sps_crcerrs;
100 __u64 sps_hwerrs;
102 __u64 sps_iblink;
104 __u64 sps_fastrcvint;
106 __u64 sps_port0pkts;
108 __u64 sps_ether_spkt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/byteorder/
H A Dswab.h61 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
74 static __inline__ __attribute_const__ __u64 ___swab64(__u64 x)
77 (x & (__u64)0x000000000000ff00ULL)<<40 |
78 (x & (__u64)0x0000000000ff0000ULL)<<24 |
79 (x & (__u64)0x00000000ff000000ULL)<< 8 |
80 (x & (__u64)0x000000ff00000000ULL)>> 8 |
81 (x & (__u64)0x0000ff0000000000ULL)>>24 |
82 (x & (__u64)0x00ff000000000000ULL)>>40;
96 ((__u64)( \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_user.h41 * In particular do not use pointer types -- pass pointers in __u64
45 __u64 user_rptr_addr;
49 __u64 key;
55 __u64 key;
56 __u64 db_key;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsigcontext.h57 __u64 sc_regs[32];
58 __u64 sc_fpregs[32];
59 __u64 sc_mdhi;
60 __u64 sc_hi1;
61 __u64 sc_hi2;
62 __u64 sc_hi3;
63 __u64 sc_mdlo;
64 __u64 sc_lo1;
65 __u64 sc_lo2;
66 __u64 sc_lo
[all...]
H A Dstatfs.h49 __u64 f_blocks;
50 __u64 f_bfree;
51 __u64 f_files;
52 __u64 f_ffree;
53 __u64 f_bavail;
84 __u64 f_blocks;
85 __u64 f_bfree;
86 __u64 f_files;
87 __u64 f_ffree;
88 __u64 f_bavai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsigcontext.h57 __u64 sc_regs[32];
58 __u64 sc_fpregs[32];
59 __u64 sc_mdhi;
60 __u64 sc_hi1;
61 __u64 sc_hi2;
62 __u64 sc_hi3;
63 __u64 sc_mdlo;
64 __u64 sc_lo1;
65 __u64 sc_lo2;
66 __u64 sc_lo
[all...]
H A Dstatfs.h49 __u64 f_blocks;
50 __u64 f_bfree;
51 __u64 f_files;
52 __u64 f_ffree;
53 __u64 f_bavail;
84 __u64 f_blocks;
85 __u64 f_bfree;
86 __u64 f_files;
87 __u64 f_ffree;
88 __u64 f_bavai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Duser.h48 * In particular do not use pointer types -- pass pointers in __u64
64 __u64 buf_addr;
65 __u64 db_addr;
74 __u64 buf_addr;
78 __u64 buf_addr;
79 __u64 db_addr;
88 __u64 buf_addr;
89 __u64 db_addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dstatfs.h33 __u64 f_blocks;
34 __u64 f_bfree;
35 __u64 f_bavail;
36 __u64 f_files;
37 __u64 f_ffree;
47 __u64 f_blocks;
48 __u64 f_bfree;
49 __u64 f_bavail;
50 __u64 f_files;
51 __u64 f_ffre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dstatfs.h26 __u64 f_blocks;
27 __u64 f_bfree;
28 __u64 f_bavail;
29 __u64 f_files;
30 __u64 f_ffree;
40 __u64 f_blocks;
41 __u64 f_bfree;
42 __u64 f_bavail;
43 __u64 f_files;
44 __u64 f_ffre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dprocessor.h84 __u64 reserved0 : 1;
85 __u64 be : 1;
86 __u64 up : 1;
87 __u64 ac : 1;
88 __u64 mfl : 1;
89 __u64 mfh : 1;
90 __u64 reserved1 : 7;
91 __u64 ic : 1;
92 __u64 i : 1;
93 __u64 p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h37 #define __u64 uint64_t macro
64 __u64 ino;
65 __u64 size;
66 __u64 blocks;
67 __u64 atime;
68 __u64 mtime;
69 __u64 ctime;
81 __u64 blocks;
82 __u64 bfree;
83 __u64 bavai
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dmem_kern.h14 int (*proc)(int, unsigned long, int, __u64);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Da.out.h20 __u64 f_symptr;
27 __u64 info; /* after that it looks quite normal.. */
28 __u64 tsize;
29 __u64 dsize;
30 __u64 bsize;
31 __u64 entry;
32 __u64 text_start; /* with a few additions that actually make sense */
33 __u64 data_start;
34 __u64 bss_start;
36 __u64 gpvalu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Djsflash.h24 __u64 off; /* 0x20000000 is included */
34 __u64 data; /* char* for sparc and sparc64 */
35 __u64 off;

Completed in 270 milliseconds

1234567891011>>