Searched refs:decision (Results 1 – 25 of 87) sorted by relevance
1234
/Linux-v4.19/drivers/sbus/char/ |
D | bbc_envctrl.c | 293 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-v4.19/Documentation/process/ |
D | management-style.rst | 36 Everybody thinks managers make decisions, and that decision-making is 37 important. The bigger and more painful the decision, the bigger the 41 The name of the game is to **avoid** having to make a decision. In 45 you for a technical decision, you're screwed. You're clearly not 46 competent to make that decision for them. 59 It helps to realize that the key difference between a big decision and a 60 small one is whether you can fix your decision afterwards. Any decision 78 thing you can backtrack on is a technical decision, and there 81 work you had people work on for the last year. Suddenly the decision 82 you made a year ago wasn't a big decision after all, since it could be [all …]
|
D | code-of-conduct-interpretation.rst | 64 decision-making. 70 Both the expertise expectations and decision-making are subject to 146 A decision by the Code of Conduct Committee can be overturned by the TAB
|
D | 6.Followthrough.rst | 94 but there are times when somebody simply has to make a decision. If you 95 honestly believe that this decision is going against you wrongly, you can
|
/Linux-v4.19/Documentation/networking/ |
D | net_dim.txt | 50 3. Makes a decision - suggests interrupt moderation configuration fields. 71 moderation) or standing still. Another optimization is that if a decision 75 decide to verify this decision by taking a step in the other direction. This is 77 decision is made, an interrupt moderation configuration is selected from 137 /* Callback for net DIM to schedule on a decision to change moderation */
|
D | nf_flowtable.txt | 45 --> ingress ---> prerouting ---> |decision| | postrouting |--> neigh_xmit
|
/Linux-v4.19/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 110 CPU setup complete policy decision 118 policy decision CPU teardown complete 145 from a policy decision on another CPU; 178 The CPU remains in this state until an explicit policy decision 183 Trigger events: explicit policy decision 293 from a policy decision on another CPU; 335 The cluster will remain in this state until a policy decision is 340 Trigger events: policy decision to power down the cluster 370 resulting from a policy decision on another
|
/Linux-v4.19/Documentation/security/ |
D | LSM.rst | 10 that end users and distros can make a more informed decision about which
|
/Linux-v4.19/Documentation/filesystems/ |
D | inotify.txt | 12 Q: What is the design decision behind not tying the watch to the open fd of 21 Q: What is the design decision behind using an-fd-per-instance as opposed to
|
D | hfsplus.txt | 31 leaving that decision to the CDROM driver. This option will fail
|
D | hfs.txt | 33 leaving that decision to the CDROM driver. This option will fail
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-teletext.rst | 30 them. So the decision was made to finally remove support for the
|
/Linux-v4.19/Documentation/input/devices/ |
D | ntrig.rst | 94 minimizing stored state as well as the cost of operations to make a decision, 95 I've kept that decision simple.
|
/Linux-v4.19/Documentation/vm/ |
D | balance.rst | 92 Orthogonal to this, is the decision to poke kswapd to free some zone pages. 93 That decision is not hysteresis based, and is done when the number of free
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | saa7134.rst | 70 - saa7133/35 - saa7135 is probably a marketing decision, since all those
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | net_prio.txt | 13 decision rather than an application defined one.
|
/Linux-v4.19/security/selinux/ |
D | avc.c | 1066 goto decision; in avc_has_extended_perms() 1080 goto decision; in avc_has_extended_perms() 1097 decision: in avc_has_extended_perms()
|
/Linux-v4.19/Documentation/misc-devices/ |
D | lis3lv02d | 52 final decision.
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | typec_bus.rst | 42 It is also possible to leave the decision about entering the mode to the user
|
/Linux-v4.19/Documentation/timers/ |
D | highres.txt | 50 decision. The low level code provides hardware setup and readout routines and 165 decision is made per timer base and synchronized across per-cpu timer bases in
|
/Linux-v4.19/arch/sh/mm/ |
D | Kconfig | 233 Multi-core scheduler support improves the CPU scheduler's decision
|
/Linux-v4.19/arch/sparc/ |
D | Kconfig | 341 SMT scheduler support improves the CPU scheduler's decision making 350 Multi-core scheduler support improves the CPU scheduler's decision
|
/Linux-v4.19/Documentation/sound/designs/ |
D | tracepoints.rst | 41 set of parameters. The latter is used for an actual decision of the parameters.
|
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/ |
D | exynos-bus.txt | 21 and the rest bus devices (passive bus device) depend on the decision of
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 193 blk-throttle makes decision based on the samplings. Lower time means cgroups
|
1234