Home
last modified time | relevance | path

Searched defs:y (Results 1 – 20 of 20) sorted by relevance

/net/ceph/crush/
Dhash.c31 __u32 y = 1232; in crush_hash32_rjenkins1() local
41 __u32 y = 1232; in crush_hash32_rjenkins1_2() local
52 __u32 y = 1232; in crush_hash32_rjenkins1_3() local
65 __u32 y = 1232; in crush_hash32_rjenkins1_4() local
80 __u32 y = 1232; in crush_hash32_rjenkins1_5() local
/net/netfilter/
Dxt_policy.c41 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument
44 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() argument
Dxt_time.c64 static inline bool is_leap(unsigned int y) in is_leap()
/net/sched/
Dsch_hfsc.c96 u64 y; /* current starting position on y-axis */ member
393 u64 y; in seg_x2y() local
405 seg_y2x(u64 y, u64 ism) in seg_y2x()
497 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init()
514 rtsc_y2x(struct runtime_sc *rtsc, u64 y) in rtsc_y2x()
537 u64 y; in rtsc_x2y() local
556 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_min()
/net/batman-adv/
Dmain.h313 #define batadv_seq_before(x, y) ({typeof(x)_d1 = (x); \ argument
318 #define batadv_seq_after(x, y) batadv_seq_before(y, x) argument
/net/mac80211/
Dmesh_hwmp.c71 #define SN_GT(x, y) ((s32)(y - x) < 0) argument
72 #define SN_LT(x, y) ((s32)(x - y) < 0) argument
75 static inline u32 SN_DELTA(u32 x, u32 y) in SN_DELTA()
/net/rxrpc/
Drxkad.c268 u32 y; in rxkad_secure_packet() local
508 u32 y; in rxkad_verify_packet() local
/net/nfc/hci/
Dllc_shdlc.c120 static bool llc_shdlc_x_lt_y_lteq_z(int x, int y, int z) in llc_shdlc_x_lt_y_lteq_z()
129 static bool llc_shdlc_x_lteq_y_lt_z(int x, int y, int z) in llc_shdlc_x_lteq_y_lt_z()
/net/netfilter/ipset/
Dip_set_bitmap_port.c189 const struct bitmap_port *y = b->data; in bitmap_port_same_set() local
Dip_set_bitmap_ip.c202 const struct bitmap_ip *y = b->data; in bitmap_ip_same_set() local
Dip_set_bitmap_ipmac.c282 const struct bitmap_ipmac *y = b->data; in bitmap_ipmac_same_set() local
Dip_set_list_set.c537 const struct list_set *y = b->data; in list_set_same_set() local
Dip_set_hash_gen.h446 const struct htype *y = b->data; in mtype_same_set() local
/net/ipv4/
Dtcp_cdg.c122 u32 y = v[i & -(msb & 1)] + U32_C(1); in nexp_u32() local
/net/bluetooth/
Dsmp.h111 __u8 y[32]; member
Decc.c41 u64 y[NUM_ECC_DIGITS]; member
Dsmp.c3694 const u8 y[16] = { in test_g2() local
/net/irda/
Dirlap_frame.c1149 int w, x, y, z; in irlap_recv_frmr_frame() local
/net/wireless/
Dreg.c963 unsigned int x, y; in regdom_intersect() local
/net/rds/
Drds.h47 #define ceil(x, y) \ argument