Home
last modified time | relevance | path

Searched refs:Operator (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/pmu-events/
H A Dmetric.py42 return Operator('|', self, other)
45 return Operator('|', other, self)
48 return Operator('^', self, other)
51 return Operator('&', self, other)
54 return Operator('&', other, self)
57 return Operator('<', self, other)
60 return Operator('>', self, other)
63 return Operator('+', self, other)
66 return Operator('+', other, self)
69 return Operator('-', self, other)
[all …]
/linux/Documentation/devicetree/bindings/powerpc/opal/
H A Doppanel-opal.txt1 IBM OPAL Operator Panel Binding
/linux/Documentation/translations/zh_TW/admin-guide/mm/damon/
H A Dstart.rst33 在演示中,我們將使用DAMON的默認用戶空間工具,稱爲DAMON Operator(DAMO)。它可以在
/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dstart.rst33 在演示中,我们将使用DAMON的默认用户空间工具,称为DAMON Operator(DAMO)。它可以在
/linux/Documentation/admin-guide/mm/damon/
H A Dstart.rst28 called DAMON Operator (DAMO). It is available at
/linux/drivers/char/
H A DKconfig122 tristate "IBM POWERNV Operator Panel Display support"