| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | management-style.rst | 37 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 …]
|
| D | code-of-conduct-interpretation.rst | 64 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
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | management-style.rst | 37 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 …]
|
| 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
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-stratix10-rsu | 60 0x0DCF Decision CMF error 145 (RO) Decision firmware copy 0 version information. 152 (RO) Decision firmware copy 1 version information. 159 (RO) Decision firmware copy 2 version information. 166 (RO) Decision firmware copy 3 version information. 174 decision IO section, as a byte located at offset 0x18c.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-stratix10-rsu | 60 0x0DCF Decision CMF error 145 (RO) Decision firmware copy 0 version information. 152 (RO) Decision firmware copy 1 version information. 159 (RO) Decision firmware copy 2 version information. 166 (RO) Decision firmware copy 3 version information. 174 decision IO section, as a byte located at offset 0x18c.
|
| /kernel/linux/linux-5.10/Documentation/arm/ |
| D | cluster-pm-race-avoidance.rst | 119 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
|
| /kernel/linux/linux-6.6/Documentation/arch/arm/ |
| D | cluster-pm-race-avoidance.rst | 119 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
|
| /kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/ |
| D | g2d-regs.h | 74 #define SRC_COLORKEY_DR_MIN_REG 0x0714 /* Src Colorkey Decision Reference 76 #define SRC_COLORKEY_DR_MAX_REG 0x0718 /* Src Colorkey Decision Reference 79 #define DST_COLORKEY_DR_MIN_REG 0x0720 /* Dest Colorkey Decision Reference 81 #define DST_COLORKEY_DR_MAX_REG 0x0724 /* Dest Colorkey Decision Reference
|
| /kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/ |
| D | g2d-regs.h | 74 #define SRC_COLORKEY_DR_MIN_REG 0x0714 /* Src Colorkey Decision Reference 76 #define SRC_COLORKEY_DR_MAX_REG 0x0718 /* Src Colorkey Decision Reference 79 #define DST_COLORKEY_DR_MIN_REG 0x0720 /* Dest Colorkey Decision Reference 81 #define DST_COLORKEY_DR_MAX_REG 0x0724 /* Dest Colorkey Decision Reference
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | net_dim.rst | 43 #. 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 */
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | net_dim.rst | 43 #. 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 */
|
| /kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
| D | quorum.c | 26 * So nodes that are in this transtion put a hold on the quorum decision 28 * and if they're the last, they fire off the decision. 191 /* as a node comes up we delay the quorum decision until we know the fate of 241 * and indicates that we must now make a quorum decision in the future, 259 * quorum decision until we see it heartbeating. the hold will be droped in
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_nv.c | 48 * nv_rtt_min_cnt Wait these many RTTs before making congesion decision 94 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is 100 u8 nv_rtt_cnt; /* RTTs without making ca decision */; 340 /* Increase counter for RTTs without CA decision */ in tcpnv_acked() 376 * to make a CA decision in tcpnv_acked() 378 * data points before making a CA decision in tcpnv_acked() 379 * 2. We only make a congesion decision after in tcpnv_acked()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_nv.c | 49 * nv_rtt_min_cnt Wait these many RTTs before making congesion decision 95 u8 nv_min_cwnd; /* nv won't make a ca decision if cwnd is 101 u8 nv_rtt_cnt; /* RTTs without making ca decision */; 341 /* Increase counter for RTTs without CA decision */ in tcpnv_acked() 377 * to make a CA decision in tcpnv_acked() 379 * data points before making a CA decision in tcpnv_acked() 380 * 2. We only make a congesion decision after in tcpnv_acked()
|
| /kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
| D | quorum.c | 28 * So nodes that are in this transtion put a hold on the quorum decision 30 * and if they're the last, they fire off the decision. 193 /* as a node comes up we delay the quorum decision until we know the fate of 243 * and indicates that we must now make a quorum decision in the future, 261 * quorum decision until we see it heartbeating. the hold will be droped in
|
| /kernel/linux/linux-6.6/security/selinux/ |
| D | avc.c | 270 * similar to avc_copy_xperms_decision, but only copy decision 596 * @avd: resulting av decision 822 * @seqno : sequence number when decision was made 982 * @avd: access vector decision 1052 goto decision; in avc_has_extended_perms() 1066 goto decision; in avc_has_extended_perms() 1083 decision: in avc_has_extended_perms() 1105 * @avd: access vector decision 1138 * a new decision and add it to the cache. Return a copy of the decisions 1185 * a new decision and add it to the cache. Audit the granting or denial of
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | inotify.rst | 18 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
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | inotify.rst | 18 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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/Documentation/mm/ |
| D | balance.rst | 90 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
|
| /kernel/linux/linux-5.10/security/selinux/ |
| D | avc.c | 272 * similar to avc_copy_xperms_decision, but only copy decision 603 * @avd: resulting av decision 827 * @seqno : sequence number when decision was made 1071 goto decision; in avc_has_extended_perms() 1085 goto decision; in avc_has_extended_perms() 1102 decision: in avc_has_extended_perms() 1129 * a new decision and add it to the cache. Return a copy of the decisions 1179 * a new decision and add it to the cache. Audit the granting or denial of
|
| /kernel/linux/linux-5.10/drivers/pcmcia/ |
| D | o2micro.h | 23 * your version of this file under the MPL, indicate your decision by 145 /* the user may override our decision */ in o2micro_override()
|