Home
last modified time | relevance | path

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

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