is_alive         1701 drivers/block/floppy.c 		is_alive(__func__, "bizarre fdc");
is_alive         1736 drivers/block/floppy.c 	is_alive(__func__, "normal interrupt end");
is_alive         1861 drivers/block/floppy.c 	is_alive(__func__, "");
is_alive         2908 drivers/block/floppy.c 		is_alive(__func__, "old request running");
is_alive         2920 drivers/block/floppy.c 	is_alive(__func__, "");
is_alive         1084 drivers/media/radio/radio-si476x.c 	    atomic_read(&radio->core->is_alive))
is_alive         1109 drivers/media/radio/radio-si476x.c 						 !atomic_read(&radio->core->is_alive)));
is_alive         1113 drivers/media/radio/radio-si476x.c 		if (!atomic_read(&radio->core->is_alive))
is_alive         1140 drivers/media/radio/radio-si476x.c 		if (atomic_read(&radio->core->is_alive))
is_alive         1143 drivers/media/radio/radio-si476x.c 		if (!atomic_read(&radio->core->is_alive))
is_alive          142 drivers/mfd/si476x-i2c.c 			atomic_set(&core->is_alive, 1);
is_alive          149 drivers/mfd/si476x-i2c.c 			atomic_set(&core->is_alive, 1);
is_alive          165 drivers/mfd/si476x-i2c.c 		atomic_set(&core->is_alive, 1);
is_alive          193 drivers/mfd/si476x-i2c.c 		atomic_set(&core->is_alive, 0);
is_alive          224 drivers/mfd/si476x-i2c.c 	atomic_set(&core->is_alive, 0);
is_alive          407 drivers/mfd/si476x-i2c.c 	atomic_set(&core->is_alive, 0);
is_alive          521 drivers/mfd/si476x-i2c.c 	if (atomic_read(&core->is_alive))
is_alive          707 drivers/mfd/si476x-i2c.c 	atomic_set(&core->is_alive, 0);
is_alive           76 drivers/net/wireless/ath/ath9k/link.c 	bool is_alive;
is_alive           80 drivers/net/wireless/ath/ath9k/link.c 	is_alive = ath9k_hw_check_alive(sc->sc_ah);
is_alive           82 drivers/net/wireless/ath/ath9k/link.c 	if (!is_alive) {
is_alive           91 drivers/net/wireless/ath/ath9k/link.c 	return is_alive;
is_alive          668 drivers/pcmcia/i82365.c     if (is_alive(sockets))
is_alive          303 drivers/staging/speakup/main.c 	char val = synth->is_alive(synth);
is_alive          114 drivers/staging/speakup/speakup_acntpc.c 	.is_alive = spk_synth_is_alive_nop,
is_alive          100 drivers/staging/speakup/speakup_acntsa.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          109 drivers/staging/speakup/speakup_apollo.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          104 drivers/staging/speakup/speakup_audptr.c 	.is_alive = spk_synth_is_alive_restart,
is_alive           97 drivers/staging/speakup/speakup_bns.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          124 drivers/staging/speakup/speakup_decext.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          218 drivers/staging/speakup/speakup_decpc.c 	.is_alive = spk_synth_is_alive_nop,
is_alive          130 drivers/staging/speakup/speakup_dectlk.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          129 drivers/staging/speakup/speakup_dtlk.c 	.is_alive = spk_synth_is_alive_nop,
is_alive          100 drivers/staging/speakup/speakup_dummy.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          105 drivers/staging/speakup/speakup_keypc.c 	.is_alive = spk_synth_is_alive_nop,
is_alive          111 drivers/staging/speakup/speakup_ltlk.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          133 drivers/staging/speakup/speakup_soft.c 	.is_alive = softsynth_is_alive,
is_alive          102 drivers/staging/speakup/speakup_spkout.c 	.is_alive = spk_synth_is_alive_restart,
is_alive           96 drivers/staging/speakup/speakup_txprt.c 	.is_alive = spk_synth_is_alive_restart,
is_alive          190 drivers/staging/speakup/spk_types.h 	int (*is_alive)(struct spk_synth *synth);
is_alive         1034 fs/f2fs/gc.c   		if (!is_alive(sbi, entry, &dni, start_addr + off, &nofs))
is_alive          147 include/linux/mfd/si476x-core.h 	atomic_t is_alive;
is_alive          583 include/net/xfrm.h 	bool			(*is_alive)(const struct km_event *c);
is_alive         3118 net/key/af_key.c 	bool is_alive = false;
is_alive         3123 net/key/af_key.c 			is_alive = true;
is_alive         3129 net/key/af_key.c 	return is_alive;
is_alive         3840 net/key/af_key.c 	.is_alive	= pfkey_is_alive,
is_alive         2250 net/xfrm/xfrm_state.c 	bool is_alive = false;
is_alive         2254 net/xfrm/xfrm_state.c 		if (km->is_alive && km->is_alive(c)) {
is_alive         2255 net/xfrm/xfrm_state.c 			is_alive = true;
is_alive         2261 net/xfrm/xfrm_state.c 	return is_alive;
is_alive         3328 net/xfrm/xfrm_user.c 	.is_alive	= xfrm_is_alive,