Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/netfilter/ !
Dnf_conntrack_timestamp.h12 u_int64_t start;
13 u_int64_t stop;
/linux-6.6.21/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()
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;
Dnf_conntrack_standalone.c105 u_int64_t time_now;
/linux-6.6.21/include/linux/netfilter/ !
Dnf_conntrack_dccp.h35 u_int64_t handshake_seq;
/linux-6.6.21/fs/befs/ !
Dbtree.c756 if (*(u_int64_t *) key1 == *(u_int64_t *) key2)
758 else if (*(u_int64_t *) key1 > *(u_int64_t *) key2)
/linux-6.6.21/sound/pci/pcxhr/ !
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()
Dpcxhr.h132u_int64_t timer_abs_periods; /* timer: samples elapsed since TRIGGER_START (multiple of period_siz…
/linux-6.6.21/include/linux/ !
Dtypes.h114 typedef u64 u_int64_t; typedef
/linux-6.6.21/sound/core/ !
Dpcm_lib.c581 u_int64_t n = (u_int64_t) a * b; in muldiv32()
1222 u_int64_t mask) in snd_pcm_hw_constraint_mask64()
/linux-6.6.21/include/sound/ !
Dpcm.h1051 u_int64_t mask);