Home
last modified time | relevance | path

Searched refs:variable2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py52 def both_contain(variable1, variable2, checkvalue, d): argument
54 val2 = d.getVar(variable2)
66 def set_intersect(variable1, variable2, d): argument
78 val2 = set(d.getVar(variable2).split())
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcu_dereference.rst323 static struct foo variable2;
328 initialize_foo(&variable2);
329 rcu_assign_pointer(gp, &variable2);
345 return p->b; /* Must be variable2.b. */
349 possible values of "gp" are "variable1" on the one hand and "variable2"