Home
last modified time | relevance | path

Searched refs:decision (Results 1 – 25 of 101) sorted by relevance

12345

/Linux-v6.6/drivers/sbus/char/
Dbbc_envctrl.c293 enum fan_action decision = FAN_STATE_MAX; in prioritize_fan_action() local
301 decision = FAN_FULLBLAST; in prioritize_fan_action()
305 decision != FAN_FASTER) in prioritize_fan_action()
306 decision = FAN_SAME; in prioritize_fan_action()
308 decision = FAN_FASTER; in prioritize_fan_action()
309 else if (decision != FAN_FASTER && in prioritize_fan_action()
310 decision != FAN_SAME && in prioritize_fan_action()
312 decision = FAN_SLOWER; in prioritize_fan_action()
314 if (decision == FAN_STATE_MAX) in prioritize_fan_action()
315 decision = FAN_SAME; in prioritize_fan_action()
[all …]
/Linux-v6.6/Documentation/process/
Dmanagement-style.rst37 Everybody thinks managers make decisions, and that decision-making is
38 important. The bigger and more painful the decision, the bigger the
42 The name of the game is to **avoid** having to make a decision. In
46 you for a technical decision, you're screwed. You're clearly not
47 competent to make that decision for them.
60 It helps to realize that the key difference between a big decision and a
61 small one is whether you can fix your decision afterwards. Any decision
79 thing you can backtrack on is a technical decision, and there
82 work you had people work on for the last year. Suddenly the decision
83 you made a year ago wasn't a big decision after all, since it could be
[all …]
Dcode-of-conduct-interpretation.rst64 decision-making.
70 Both the expertise expectations and decision-making are subject to
148 if needed. A decision by the Code of Conduct Committee can be overturned
/Linux-v6.6/Documentation/networking/
Dnet_dim.rst43 #. Makes a decision - suggests interrupt moderation configuration fields.
64 moderation) or standing still. Another optimization is that if a decision
68 decide to verify this decision by taking a step in the other direction. This is
70 decision is made, an interrupt moderation configuration is selected from
133 /* Callback for net DIM to schedule on a decision to change moderation */
/Linux-v6.6/Documentation/arch/arm/
Dcluster-pm-race-avoidance.rst119 CPU setup complete policy decision
127 policy decision CPU teardown complete
154 from a policy decision on another CPU;
189 The CPU remains in this state until an explicit policy decision
197 explicit policy decision
310 from a policy decision on another CPU;
358 The cluster will remain in this state until a policy decision is
366 policy decision to power down the cluster
399 resulting from a policy decision on another
/Linux-v6.6/Documentation/security/
Dlsm-development.rst10 that end users and distros can make a more informed decision about which
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dsaa7134-devel.rst24 - saa7133/35 - saa7135 is probably a marketing decision, since all those
/Linux-v6.6/Documentation/filesystems/
Dinotify.rst18 What is the design decision behind not tying the watch to the open fd of
29 What is the design decision behind using an-fd-per-instance as opposed to
Dhfsplus.rst33 leaving that decision to the CDROM driver. This option will fail
Dhfs.rst38 leaving that decision to the CDROM driver. This option will fail
/Linux-v6.6/drivers/staging/media/deprecated/atmel/
DTODO23 After discussions with the media maintainers, the decision is to move
/Linux-v6.6/Documentation/input/devices/
Dntrig.rst94 minimizing stored state as well as the cost of operations to make a decision,
95 I've kept that decision simple.
/Linux-v6.6/Documentation/mm/
Dbalance.rst90 Orthogonal to this, is the decision to poke kswapd to free some zone pages.
91 That decision is not hysteresis based, and is done when the number of free
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Dnet_prio.rst14 decision rather than an application defined one.
/Linux-v6.6/Documentation/networking/devlink/
Dprestera.rst123 - Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
/Linux-v6.6/security/selinux/
Davc.c1048 goto decision; in avc_has_extended_perms()
1062 goto decision; in avc_has_extended_perms()
1079 decision: in avc_has_extended_perms()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-devices-platform-stratix10-rsu174 decision IO section, as a byte located at offset 0x18c.
/Linux-v6.6/Documentation/driver-api/usb/
Dtypec_bus.rst42 It is also possible to leave the decision about entering the mode to the user
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt28 nodes. The decision to do this or not somewhat rests with the author of
/Linux-v6.6/Documentation/misc-devices/
Dlis3lv02d.rst57 final decision.
/Linux-v6.6/Documentation/scheduler/
Dsched-energy.rst134 find_energy_efficient_cpu() to do the placement decision. This function looks
148 An example of energy-optimized task placement decision is detailed below.
353 EAS uses the EM to make a forecasting decision on energy usage and thus it is
/Linux-v6.6/Documentation/bpf/
Dprog_cgroup_sysctl.rst100 the result to make decision whether to allow or deny access to sysctl.
/Linux-v6.6/arch/sparc/
DKconfig297 SMT scheduler support improves the CPU scheduler's decision making
306 Multi-core scheduler support improves the CPU scheduler's decision
/Linux-v6.6/Documentation/timers/
Dhighres.rst52 decision. The low level code provides hardware setup and readout routines and
169 decision is made per timer base and synchronized across per-cpu timer bases in
/Linux-v6.6/arch/sh/mm/
DKconfig212 Multi-core scheduler support improves the CPU scheduler's decision

12345