Home
last modified time | relevance | path

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

/linux/fs/freevxfs/
A Dvxfs_immed.c69 u_int64_t offset = (u_int64_t)pp->index << PAGE_SHIFT; in vxfs_immed_readpage()
/linux/include/net/netfilter/
A Dnf_conntrack_timestamp.h12 u_int64_t start;
13 u_int64_t stop;
/linux/net/netfilter/
A 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()
A Dxt_hashlimit.c101 u_int64_t credit;
102 u_int64_t credit_cap;
103 u_int64_t cost;
107 u_int64_t current_rate;
108 u_int64_t rate;
A Dnf_conntrack_standalone.c105 u_int64_t time_now;
/linux/fs/befs/
A Dbtree.c756 if (*(u_int64_t *) key1 == *(u_int64_t *) key2)
758 else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
/linux/include/linux/netfilter/
A Dnf_conntrack_dccp.h35 u_int64_t handshake_seq;
/linux/sound/pci/pcxhr/
A Dpcxhr_core.c1115 static u_int64_t pcxhr_stream_read_position(struct pcxhr_mgr *mgr, in pcxhr_stream_read_position()
1118 u_int64_t hw_sample_count; in pcxhr_stream_read_position()
1134 hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24; in pcxhr_stream_read_position()
1135 hw_sample_count += (u_int64_t)rmh.stat[1]; in pcxhr_stream_read_position()
1153 u_int64_t new_sample_count; in pcxhr_update_timer_pos()
1189 u_int64_t new_elapse_pos = stream->timer_abs_periods + in pcxhr_update_timer_pos()
A Dpcxhr.h132u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz…
/linux/include/linux/
A Dtypes.h108 typedef u64 u_int64_t; typedef
/linux/sound/core/
A Dpcm_lib.c556 u_int64_t n = (u_int64_t) a * b; in muldiv32()
1197 u_int64_t mask) in snd_pcm_hw_constraint_mask64()
/linux/include/sound/
A Dpcm.h983 u_int64_t mask);

Completed in 35 milliseconds