Home
last modified time | relevance | path

Searched refs:xR (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/it_IT/locking/
H A Dlockdep-design.rst582 modo -(Ex)->, -(xR)-> e -(Sx)->
586 tipo -(xR)-> e -(Sx)->. In altre parole, un percorso "forte" è un percorso da un
639 L3 non sono -(xR)-> né -(Sx)-> (la definizione di forte). Questo significa che L2
671 -(xR)-> -(Sx)->. Questo è vero per ogni ciclo, dunque, questo è un ciclo forte.
/linux/Documentation/locking/
H A Dlockdep-design.rst568 similar for -(Ex)->, -(xR)-> and -(Sx)->
573 -(xR)-> and -(Sx)->. In other words, a "strong" path is a path from a lock
626 L2 and L2 -> L3 are not -(xR)-> and -(Sx)-> (the definition of strong), which
657 readers, therefore Lx-1 -> Lx and Lx -> Lx+1 cannot be a -(xR)-> -(Sx)-> pair,
/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c2631 #define CVAL(xR, xG, xB) (FIELD_PREP(GENMASK(9, 0), xR) | FIELD_PREP(GENMASK(20, 11), xG) | \ argument