cl1               147 drivers/hid/intel-ish-hid/ishtp/client.h static inline bool ishtp_cl_cmp_id(const struct ishtp_cl *cl1,
cl1               150 drivers/hid/intel-ish-hid/ishtp/client.h 	return cl1 && cl2 &&
cl1               151 drivers/hid/intel-ish-hid/ishtp/client.h 		(cl1->host_client_id == cl2->host_client_id) &&
cl1               152 drivers/hid/intel-ish-hid/ishtp/client.h 		(cl1->fw_client_id == cl2->fw_client_id);
cl1              2133 fs/nfsd/nfs4state.c same_clid(clientid_t *cl1, clientid_t *cl2)
cl1              2135 fs/nfsd/nfs4state.c 	return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id);
cl1               131 net/batman-adv/bridge_loop_avoidance.c 	const struct batadv_bla_claim *cl1 = data1;
cl1               134 net/batman-adv/bridge_loop_avoidance.c 	if (!batadv_compare_eth(cl1->addr, cl2->addr))
cl1               137 net/batman-adv/bridge_loop_avoidance.c 	if (cl1->vid != cl2->vid)
cl1               190 net/sched/sch_hfsc.c 	struct hfsc_class *cl1;
cl1               194 net/sched/sch_hfsc.c 		cl1 = rb_entry(parent, struct hfsc_class, el_node);
cl1               195 net/sched/sch_hfsc.c 		if (cl->cl_e >= cl1->cl_e)
cl1               255 net/sched/sch_hfsc.c 	struct hfsc_class *cl1;
cl1               259 net/sched/sch_hfsc.c 		cl1 = rb_entry(parent, struct hfsc_class, vt_node);
cl1               260 net/sched/sch_hfsc.c 		if (cl->cl_vt >= cl1->cl_vt)
cl1               324 net/sched/sch_hfsc.c 	struct hfsc_class *cl1;
cl1               328 net/sched/sch_hfsc.c 		cl1 = rb_entry(parent, struct hfsc_class, cf_node);
cl1               329 net/sched/sch_hfsc.c 		if (cl->cl_f >= cl1->cl_f)