Searched refs:alive (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/fs/bcachefs/
H A Dec_types.h27 unsigned alive:1; /* does a corresponding key exist in stripes btree? */ member in struct:gc_stripe
H A Drecovery.c329 r->alive = true;
447 if (!r->alive)
484 r->alive = false;
/linux-master/drivers/accessibility/speakup/
H A Dthread.c34 (synth && synth->catch_up && synth->alive &&
50 if (synth && synth->catch_up && synth->alive) {
H A Dsynth.c153 synth->alive = 1;
160 if (synth->alive)
164 synth->alive = 1;
184 if (!synth->alive) {
201 if (synth->alive) {
294 if (synth->alive) {
399 synth->alive = 0;
441 synth->alive = 0;
H A Dserialio.c196 synth->alive = 1;
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) {
223 in_synth->alive = 0;
285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) {
H A Dbuffers.c21 * So we only stop when we know alive == 1 (else we discard the data anyway),
22 * and the alive synth will eventually call start_ttys from the thread context.
65 if (!synth->alive) {
H A Dspeakup_soft.c196 if (synth_soft.alive) {
200 synth_soft.alive = 1;
210 synth_soft.alive = 0;
234 synth_soft.alive = 1;
436 if (synth_soft.alive)
H A Dspk_ttyio.c229 if (!in_synth->alive || !tty->ops->write)
248 in_synth->alive = 0;
346 synth->alive = 1;
H A Dspeakup_acntsa.c135 synth->alive = !failed;
H A Dspeakup_ltlk.c167 synth->alive = !failed;
H A Dspeakup_audptr.c163 synth->alive = !failed;
H A Dspk_types.h202 int alive; member in struct:spk_synth
H A Dspeakup_keypc.c303 synth->alive = 1;
H A Dspeakup_acntpc.c302 synth->alive = 1;
/linux-master/net/ipv4/
H A Dtcp_timer.c148 * @alive: bool, socket alive state
150 static int tcp_orphan_retries(struct sock *sk, bool alive) argument
155 if (READ_ONCE(sk->sk_err_soft) && !alive)
161 if (retries == 0 && alive)
273 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; local
275 retry_until = tcp_orphan_retries(sk, alive);
276 do_reset = alive ||
411 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; local
413 max_probes = tcp_orphan_retries(sk, alive);
[all...]
/linux-master/sound/usb/line6/
H A Dpcm.c119 int alive; local
122 alive = 0;
125 alive++;
127 if (!alive)
132 if (alive)
134 "timeout: still %d active urbs..\n", alive);
/linux-master/arch/parisc/kernel/
H A Dsmp.c171 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu);
390 goto alive ;
398 alive:
400 smp_debug(100, KERN_DEBUG "SMP: CPU:%d came alive after %ld _us\n",
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-context-info-gen3.h292 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive);
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_glue.c657 bool alive = dev->ignore_hotplug; local
664 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta));
666 if (!alive)
667 alive = pci_device_is_present(dev);
669 if (!alive) {
/linux-master/net/mpls/
H A Daf_mpls.c229 /* number of alive nexthops (rt->rt_nhn_alive) and the flags for
240 u8 alive; local
248 alive = READ_ONCE(rt->rt_nhn_alive);
249 if (alive == 0)
253 nh_index = hash % alive;
254 if (alive == rt->rt_nhn)
1510 u8 alive = 0; local
1564 alive++;
1567 WRITE_ONCE(rt->rt_nhn_alive, alive);
1581 u8 alive; local
[all...]
/linux-master/arch/alpha/kernel/
H A Dsmp.c380 goto alive;
390 alive:
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c245 void iwl_pcie_ctxt_info_gen3_free(struct iwl_trans *trans, bool alive) argument
258 if (alive)
/linux-master/drivers/mmc/core/
H A Dcore.h28 int (*alive)(struct mmc_host *); member in struct:mmc_bus_ops
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c64 u32 alive; member in struct:davinci_mdio_regs
321 /* get phy mask from the alive register */
322 phy_mask = readl(&data->regs->alive);
/linux-master/sound/usb/
H A Dendpoint.c989 int alive; local
995 alive = atomic_read(&ep->submitted_urbs);
996 if (!alive)
1002 if (alive)
1005 alive, ep->ep_num);

Completed in 222 milliseconds

123