| /linux/drivers/android/binder/ |
| H A D | node.rs | 146 strong: CountState, field 217 strong: CountState::new(), in new() 260 inner.strong.has_count, in full_debug_print() 262 inner.strong.count, in full_debug_print() 346 let strong = inner.strong.count > 0; in inc_ref_done_locked() localVariable 347 let has_strong = inner.strong.has_count; in inc_ref_done_locked() 348 let weak = strong || inner.weak.count > 0; in inc_ref_done_locked() 352 let should_drop_strong = !strong && has_strong; in inc_ref_done_locked() 373 strong: bool, in update_refcount_locked() 381 let state = if strong { in update_refcount_locked() [all …]
|
| H A D | process.rs | 221 strong: bool, in update_node_refcount() 225 let push = node.update_refcount_locked(inc, strong, count, self); in update_node_refcount() 243 strong: bool, in new_node_ref() 246 self.update_node_refcount(&node, true, strong, 1, thread); in new_node_ref() 247 let strong_count = if strong { 1 } else { 0 }; in new_node_ref() 254 strong: bool, in new_node_ref_with_thread() 260 .incr_refcount_allow_zero2one(strong, self)? in new_node_ref_with_thread() 262 Some(wrapper) => node.incr_refcount_allow_zero2one_with_wrapper(strong, wrapper, self), in new_node_ref_with_thread() 267 let strong_count = if strong { 1 } else { 0 }; in new_node_ref_with_thread() 557 let (mut count, mut weak, mut strong) = (0, 0, 0); in debug_print_stats() [all …]
|
| H A D | thread.rs | 652 let strong = obj.hdr.type_ == BINDER_TYPE_BINDER; in translate_object() localVariable 661 .get_node(ptr, cookie, flags, strong, self)?; in translate_object() 663 view.transfer_binder_object(offset, obj, strong, node)?; in translate_object() 666 let strong = obj.hdr.type_ == BINDER_TYPE_HANDLE; in translate_object() localVariable 669 let node = self.process.get_node_from_handle(handle, strong)?; in translate_object() 671 view.transfer_binder_object(offset, obj, strong, node)?; in translate_object()
|
| /linux/drivers/hid/ |
| H A D | hid-lg2ff.c | 27 int weak, strong; in play_effect() local 29 strong = effect->u.rumble.strong_magnitude; in play_effect() 32 if (weak || strong) { in play_effect() 34 strong = strong * 0xff / 0xffff; in play_effect() 38 lg2ff->report->field[0]->value[4] = strong; in play_effect()
|
| H A D | hid-pl.c | 43 s32 *strong; member 61 *plff->strong = left; in hid_plff_play() 80 s32 *strong; in plff_init() local 120 strong = &report->field[0]->value[2]; in plff_init() 133 strong = &report->field[2]->value[0]; in plff_init() 158 plff->strong = strong; in plff_init() 162 *strong = 0x00; in plff_init()
|
| H A D | hid-emsff.c | 27 int weak, strong; in emsff_play() local 30 strong = effect->u.rumble.strong_magnitude; in emsff_play() 32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play() 35 strong = strong * 0xff / 0xffff; in emsff_play() 38 emsff->report->field[0]->value[2] = strong; in emsff_play() 40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
|
| H A D | hid-mf.c | 38 int strong, weak; in mf_play() local 40 strong = effect->u.rumble.strong_magnitude; in mf_play() 43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play() 45 strong = strong * 0xff / 0xffff; in mf_play() 48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play() 51 mf->report->field[0]->value[1] = strong; in mf_play()
|
| H A D | hid-dr.c | 36 int strong, weak; in drff_play() local 38 strong = effect->u.rumble.strong_magnitude; in drff_play() 41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play() 43 if (strong || weak) { in drff_play() 44 strong = strong * 0xff / 0xffff; in drff_play() 56 drff->report->field[0]->value[4] = strong; in drff_play() 68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
|
| H A D | hid-megaworld.c | 21 s32 *strong; member 30 *mwctrl->strong = effect->u.rumble.strong_magnitude >> 8; in mwctrl_play() 82 mwctrl->strong = &report->field[2]->value[0]; in mwctrl_init()
|
| H A D | hid-microsoft.c | 35 __u8 strong; member 299 r->magnitude[MAGNITUDE_STRONG] = ms->strong; /* left actuator */ in ms_ff_worker() 319 ms->strong = ((u32) effect->u.rumble.strong_magnitude * 100) / U16_MAX; in ms_play_effect()
|
| /linux/arch/xtensa/boot/lib/ |
| H A D | Makefile | 23 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 24 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 25 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 26 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.cat | 65 let strong-fence = mb | gp 67 let nonrw-fence = strong-fence | po-rel | acq-po 97 (* Propagation: Ordering from release operations and strong fences. *) 100 let cumul-fence = [Marked] ; (A-cumul(strong-fence | po-rel) | wmb | 116 (* Propagation: Each non-rf link needs a strong fence. *) 117 let pb = prop ; strong-fence ; hb* ; [Marked] 140 * The synchronize_rcu() strong fence is special in that it can order not 149 * inter-CPU strong fence. 166 let strong-fence = strong [all...] |
| /linux/drivers/media/dvb-frontends/ |
| H A D | au8522_dig.c | 696 u16 strong; in au8522_led_status() local 705 strong = led_config->qam256_strong; in au8522_led_status() 707 strong = led_config->qam64_strong; in au8522_led_status() 709 strong = led_config->vsb8_strong; in au8522_led_status() 711 if (*snr >= strong) in au8522_led_status() 717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status()
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_therm.rst | 45 powered devices are detected on the bus (and strong pullup is enabled 57 A strong pullup will be applied during the conversion if required. 100 strong pullup, 1 to enable autodetection or 2 to force strong pullup. 103 If so, it will activate the master's strong pullup. 105 (seems to be the case with some DS18S20) the strong pullup can 108 If the strong pullup is enabled, the master's strong pullup will be 110 does support the strong pullup (or it falls back to a pullup 113 sufficient. The strong pullup is designed to provide the additional
|
| H A D | w1_ds28e04.rst | 22 attribute "crccheck". The strong pull-up can optionally be enabled/disabled
|
| /linux/drivers/android/ |
| H A D | binder.c | 820 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked() argument 829 if (strong) { in binder_inc_node_nilocked() 860 static int binder_inc_node(struct binder_node *node, int strong, int internal, in binder_inc_node() argument 866 ret = binder_inc_node_nilocked(node, strong, internal, target_list); in binder_inc_node() 873 int strong, int internal) in binder_dec_node_nilocked() argument 880 if (strong) { in binder_dec_node_nilocked() 932 static void binder_dec_node(struct binder_node *node, int strong, int internal) in binder_dec_node() argument 937 free_node = binder_dec_node_nilocked(node, strong, internal); in binder_dec_node() 1032 } else if (need_strong_ref && !ref->data.strong) { in binder_get_ref_olocked() 1198 if (ref->data.strong) in binder_cleanup_ref_olocked() [all …]
|
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 512 Dependency types and strong dependency paths: 571 "strong" path, which indicates the strong dependency throughout each dependency 573 -(xR)-> and -(Sx)->. In other words, a "strong" path is a path from a lock 579 We will see why the path is called "strong" in next section. 588 If there is a closed strong path (i.e. a strong circle), then there is a 589 combination of locking sequences that causes deadlock. I.e. a strong circle is 594 If there is no closed strong path (i.e. strong circle), then there is no 595 combination of locking sequences that could cause deadlock. I.e. strong 598 With these two Lemmas, we can easily say a closed strong path is both sufficient 599 and necessary for deadlocks, therefore a closed strong path is equivalent to [all …]
|
| /linux/kernel/entry/ |
| H A D | Makefile | 12 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
| /linux/tools/thermal/tmon/ |
| H A D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.rtla | 18 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
|
| /linux/tools/verification/rv/ |
| H A D | Makefile.rv | 18 FOPTS :=-flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \
|
| /linux/Documentation/w1/masters/ |
| H A D | ds2490.rst | 25 - The 5V strong pullup is supported with a minimum of 5.9mA and a 35 buffer, and strong pullup all in one command, instead of the current
|
| /linux/arch/x86/purgatory/ |
| H A D | Makefile | 53 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /linux/arch/riscv/purgatory/ |
| H A D | Makefile | 71 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
| /linux/arch/arm64/kernel/ |
| H A D | Makefile | 14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|