Home
last modified time | relevance | path

Searched refs:u_int64_t (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/fs/freevxfs/
Dvxfs_inode.h83 u_int64_t vt_hdr; /* Header, 0xTTOOOOOOOOOOOOOO; T=type,O=offs */
89 u_int64_t vd4_hdr; /* Header, 0xTTOOOOOOOOOOOOOO; T=type,O=offs */
90 u_int64_t vd4_block; /* Extent block */
91 u_int64_t vd4_size; /* Size in blocks */
104 u_int64_t vdi_size; /* Inode size in bytes */
126 u_int64_t align;
130 u_int64_t vdi_version; /* Version */
Dvxfs_immed.c69 u_int64_t offset = (u_int64_t)pp->index << PAGE_CACHE_SHIFT; in vxfs_immed_readpage()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_timestamp.h11 u_int64_t start;
12 u_int64_t stop;
/linux-4.4.14/net/netfilter/
Dxt_connbytes.c26 u_int64_t what = 0; /* initialize to make gcc happy */ in connbytes_mt()
27 u_int64_t bytes = 0; in connbytes_mt()
28 u_int64_t pkts = 0; in connbytes_mt()
Dnf_conntrack_standalone.c52 u_int64_t time_now;
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_dccp.h35 u_int64_t handshake_seq;
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-time.h48 #define ONE_BILLION ((u_int64_t)1000000000)
/linux-4.4.14/fs/befs/
Dbtree.c765 if (*(u_int64_t *) key1 == *(u_int64_t *) key2)
767 else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
/linux-4.4.14/arch/mips/pci/
Dops-loongson3.c20 u_int64_t addr, type; in loongson3_pci_config_access()
/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_core.c1128 static u_int64_t pcxhr_stream_read_position(struct pcxhr_mgr *mgr, in pcxhr_stream_read_position()
1131 u_int64_t hw_sample_count; in pcxhr_stream_read_position()
1147 hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24; in pcxhr_stream_read_position()
1148 hw_sample_count += (u_int64_t)rmh.stat[1]; in pcxhr_stream_read_position()
1166 u_int64_t new_sample_count; in pcxhr_update_timer_pos()
1202 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
Dpcxhr.h146u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz…
/linux-4.4.14/include/linux/
Dtypes.h112 typedef __u64 u_int64_t; typedef
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt.h1321 u_int64_t pn48;
1324 u_int64_t pn128[2];
/linux-4.4.14/sound/core/
Dpcm_lib.c577 u_int64_t n = (u_int64_t) a * b; in muldiv32()
1221 u_int64_t mask) in snd_pcm_hw_constraint_mask64()
/linux-4.4.14/include/sound/
Dpcm.h988 u_int64_t mask);