Symbol: u_int64_t
fs/befs/btree.c
755
if (*(u_int64_t *) key1 == *(u_int64_t *) key2)
fs/befs/btree.c
757
else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
include/net/netfilter/nf_conntrack_timestamp.h
12
u_int64_t start;
include/net/netfilter/nf_conntrack_timestamp.h
13
u_int64_t stop;
include/sound/pcm.h
1087
u_int64_t mask);
net/netfilter/nf_conntrack_standalone.c
98
u_int64_t time_now;
net/netfilter/xt_connbytes.c
27
u_int64_t what = 0; /* initialize to make gcc happy */
net/netfilter/xt_connbytes.c
28
u_int64_t bytes = 0;
net/netfilter/xt_connbytes.c
29
u_int64_t pkts = 0;
net/netfilter/xt_hashlimit.c
100
u_int64_t credit;
net/netfilter/xt_hashlimit.c
101
u_int64_t credit_cap;
net/netfilter/xt_hashlimit.c
102
u_int64_t cost;
net/netfilter/xt_hashlimit.c
106
u_int64_t current_rate;
net/netfilter/xt_hashlimit.c
107
u_int64_t rate;
sound/core/pcm_lib.c
1242
u_int64_t mask)
sound/core/pcm_lib.c
601
u_int64_t n = (u_int64_t) a * b;
sound/pci/pcxhr/pcxhr.h
132
u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_size) */
sound/pci/pcxhr/pcxhr_core.c
1109
static u_int64_t pcxhr_stream_read_position(struct pcxhr_mgr *mgr,
sound/pci/pcxhr/pcxhr_core.c
1112
u_int64_t hw_sample_count;
sound/pci/pcxhr/pcxhr_core.c
1128
hw_sample_count = ((u_int64_t)rmh.stat[0]) << 24;
sound/pci/pcxhr/pcxhr_core.c
1129
hw_sample_count += (u_int64_t)rmh.stat[1];
sound/pci/pcxhr/pcxhr_core.c
1147
u_int64_t new_sample_count;
sound/pci/pcxhr/pcxhr_core.c
1183
u_int64_t new_elapse_pos = stream->timer_abs_periods +
tools/testing/selftests/futex/functional/futex_numa.c
17
typedef u_int64_t u64;