Searched refs:cs2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/gcc-plugins/
H A Dgcc-common.h296 static inline void cgraph_call_edge_duplication_hooks(cgraph_edge *cs1, cgraph_edge *cs2) argument
298 symtab->call_edge_duplication_hooks(cs1, cs2);
/linux-master/drivers/isdn/mISDN/
H A Ddsp_blowfish.c470 u8 cs, cs0, cs1, cs2; local
495 cs2 = bf_crypt_inring[j++ & 15];
496 yr = (yr << 7) | (cs2 & 0x7f);
511 if ((cs & 0x7) != (((cs2 >> 5) & 4) | ((cs1 >> 6) & 2) | (cs0 >> 7))) {
/linux-master/kernel/cgroup/
H A Dcpuset.c733 static inline bool cpusets_are_exclusive(struct cpuset *cs1, struct cpuset *cs2) argument
736 struct cpumask *xcpus2 = fetch_xcpus(cs2);

Completed in 127 milliseconds