Home
last modified time | relevance | path

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

12345

/linux-6.15/drivers/sbus/char/
H A Dbbc_envctrl.c301 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()
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()
317 return decision; in prioritize_fan_action()
325 if (decision == FAN_SAME) in maybe_new_ambient_fan_speed()
[all …]
/linux-6.15/Documentation/process/
H A 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.
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
97 the first place, and your decision ended up being a big one after
[all …]
H A Dcode-of-conduct-interpretation.rst64 decision-making.
70 Both the expertise expectations and decision-making are subject to
/linux-6.15/Documentation/arch/arm/
H A 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-6.15/Documentation/security/
H A Dlsm-development.rst10 that end users and distros can make a more informed decision about which
/linux-6.15/Documentation/networking/
H A 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-6.15/Documentation/driver-api/media/drivers/
H A Dsaa7134-devel.rst24 - saa7133/35 - saa7135 is probably a marketing decision, since all those
/linux-6.15/Documentation/filesystems/
H A 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
H A Dhfsplus.rst33 leaving that decision to the CDROM driver. This option will fail
H A Dhfs.rst38 leaving that decision to the CDROM driver. This option will fail
/linux-6.15/drivers/staging/media/deprecated/atmel/
H A DTODO23 After discussions with the media maintainers, the decision is to move
/linux-6.15/Documentation/mm/
H A 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-6.15/Documentation/input/devices/
H A Dntrig.rst94 minimizing stored state as well as the cost of operations to make a decision,
95 I've kept that decision simple.
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dnet_prio.rst14 decision rather than an application defined one.
/linux-6.15/Documentation/networking/devlink/
H A Dprestera.rst123 - Drops packets whose decision (FDB entry) is to bridge packet back to the incoming port/trunk.
/linux-6.15/security/selinux/
H A Davc.c1050 goto decision; in avc_has_extended_perms()
1065 goto decision; in avc_has_extended_perms()
1082 decision: in avc_has_extended_perms()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-platform-stratix10-rsu174 decision IO section, as a byte located at offset 0x18c.
/linux-6.15/Documentation/scheduler/
H A 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-6.15/Documentation/driver-api/usb/
H A Dtypec_bus.rst42 It is also possible to leave the decision about entering the mode to the user
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-bindings.txt28 nodes. The decision to do this or not somewhat rests with the author of
/linux-6.15/Documentation/misc-devices/
H A Dlis3lv02d.rst57 final decision.
/linux-6.15/Documentation/bpf/
H A Dprog_cgroup_sysctl.rst100 the result to make decision whether to allow or deny access to sysctl.
/linux-6.15/arch/sparc/
H A DKconfig297 SMT scheduler support improves the CPU scheduler's decision making
306 Multi-core scheduler support improves the CPU scheduler's decision
/linux-6.15/arch/sh/mm/
H A DKconfig190 Multi-core scheduler support improves the CPU scheduler's decision
/linux-6.15/Documentation/timers/
H A 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

12345