Searched refs:is_dead (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dpeer.h42 bool is_dead; member in struct:wg_peer
H A Dpeer.c89 WRITE_ONCE(peer->is_dead, true);
96 WARN_ON(!peer->is_dead);
98 /* No more keypairs can be created for this peer, since is_dead protects
109 * guarded by is_dead, but each reference's life is strictly bounded by
132 * different contexts: 1) from xmit(), before hitting is_dead and
133 * returning, 2) from wg_packet_consume_data(), before hitting is_dead
136 * all calls to pass it off to timers fails because of is_dead. We won't
H A Dtimers.c36 !READ_ONCE(peer->is_dead)))
110 if (!READ_ONCE(peer->is_dead)) {
H A Dsend.c68 unlikely(READ_ONCE(peer->is_dead)))
317 if (unlikely(READ_ONCE(peer->is_dead)))
H A Dreceive.c523 if (unlikely(READ_ONCE(peer->is_dead)))
H A Dnetlink.c265 (ctx->next_peer && ctx->next_peer->is_dead)) {
H A Dnoise.c844 handshake)->is_dead))) {
/linux-master/drivers/android/
H A Dbinder_internal.h356 * @is_dead: process is dead and awaiting free
415 bool is_dead; member in struct:binder_proc
470 * @is_dead: thread is dead and awaiting free
492 bool is_dead; member in struct:binder_thread
525 /* unsigned is_dead:1; */ /* not used at the moment */
H A Dbinder.c1449 * it cannot reach zero or thread->is_dead is false
1453 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) {
1477 if (proc->is_dead && RB_EMPTY_ROOT(&proc->threads) &&
2790 if ((frozen && !oneway) || proc->is_dead ||
2791 (thread && thread->is_dead)) {
3610 if (target_thread->is_dead) {
4975 thread->is_dead = true;
5855 proc->is_dead = true;
/linux-master/include/acpi/
H A Dprocessor.h388 bool is_dead);
409 bool is_dead) {}
408 acpi_processor_reevaluate_tstate(struct acpi_processor *pr, bool is_dead) argument
/linux-master/drivers/mtd/ubi/
H A Dbuild.c96 /* Protects @ubi_devices, @ubi->ref_count and @ubi->is_dead */
264 if (ubi && ubi->is_dead)
304 if (ubi && !ubi->is_dead && MAJOR(ubi->cdev.dev) == major) {
333 if (ubi && !ubi->is_dead && MAJOR(ubi->cdev.dev) == major) {
520 if (!ubi->volumes[i] || ubi->volumes[i]->is_dead)
1115 ubi->is_dead = true;
H A Dubi.h340 bool is_dead; member in struct:ubi_volume
565 bool is_dead; member in struct:ubi_device
H A Dvmt.c62 if (!ubi->volumes[vol->vol_id] || ubi->volumes[vol->vol_id]->is_dead) {
217 if (ubi->volumes[i] && !ubi->volumes[i]->is_dead &&
388 vol->is_dead = true;
H A Dkapi.c155 if (!vol || vol->is_dead)
/linux-master/drivers/acpi/
H A Dprocessor_throttling.c354 bool is_dead)
358 if (is_dead) {
353 acpi_processor_reevaluate_tstate(struct acpi_processor *pr, bool is_dead) argument

Completed in 418 milliseconds