Searched refs:n2 (Results 101 - 105 of 105) sorted by relevance

12345

/linux-master/drivers/clk/meson/
H A Dg12a.c2218 .n2 = {
2272 .n2 = {
2326 .n2 = {
2380 .n2 = {
H A Dmeson8b.c485 .n2 = {
535 .n2 = {
580 .n2 = {
/linux-master/mm/
H A Dslub.c2961 struct kmem_cache_node *n = NULL, *n2 = NULL; local
2969 n2 = get_node(s, slab_nid(slab));
2970 if (n != n2) {
2974 n = n2;
/linux-master/net/mac80211/
H A Dtx.c4896 int i, have_bits = 0, n1, n2; local
4935 n2 = n1;
4938 n2 = i;
4946 skb_put_data(skb, ps->tim + n1, n2 - n1 + 1);
4948 tim[1] = n2 - n1 + 4;
/linux-master/net/llc/
H A Dllc_c_ac.c154 if (llc->retry_count > llc->n2) {

Completed in 312 milliseconds

12345