Searched refs:probing (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/tipc/
H A Dmonitor.h47 * @probing: peer endpoint should be temporarily probed for potential loss
55 bool probing :1; member in struct:tipc_mon_state
H A Dmonitor.c227 /* Loss of local node must be detected by active probing */
231 /* Start probing if member was removed from applied domain */
493 bool probing = state->probing; local
496 state->probing = false;
519 if (!more(new_gen, state->peer_gen) && !probing)
527 /* Peer is confirmed, stop any ongoing probing */
607 state->probing = false;
613 if (!state->probing &&
621 state->probing
[all...]
H A Dlink.c851 probe = mstate->probing;
/linux-master/sound/pci/hda/
H A Dhda_controller.h139 unsigned int probing:1; /* codec probing phase */ member in struct:azx
H A Dhda_controller.c803 if (chip->probing) {
804 /* If this critical timeout happens during the codec probing
1142 chip->probing = 1;
1145 chip->probing = 0;
1224 * Thus if an error occurs during probing,
/linux-master/sound/pci/
H A Dintel8x0m.c844 static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing) argument
873 if (probing) {
928 static int snd_intel8x0m_chip_init(struct intel8x0m *chip, int probing) argument
933 err = snd_intel8x0m_ich_chip_init(chip, probing);
H A Dintel8x0.c2374 static int snd_intel8x0_ich_chip_init(struct intel8x0 *chip, int probing) argument
2396 if (probing) {
2458 static int snd_intel8x0_ali_chip_init(struct intel8x0 *chip, int probing) argument
2477 if (probing)
2493 static int snd_intel8x0_chip_init(struct intel8x0 *chip, int probing) argument
2499 err = snd_intel8x0_ich_chip_init(chip, probing);
2504 err = snd_intel8x0_ali_chip_init(chip, probing);
/linux-master/drivers/block/
H A Dfloppy.c74 /* 1994/7/13 -- Paul Vojta -- modified the probing code to allow three or more
497 * while probing is set. rw_interrupt() clears it after a
500 static int probing; variable
740 DPRINT("probing disk change on unselected drive\n");
1406 if (!probing) {
2095 if (probing) {
2285 probing = 0;
2393 if (probing) {
2399 probing = 0;
2635 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) {
[all...]
/linux-master/fs/ubifs/
H A Dubifs.h1264 * @probing: %1 while attempting to mount if SB_SILENT mount flag is set
1518 unsigned int probing:1; member in struct:ubifs_info
2161 * if probing (ie. SB_SILENT set).
2165 if (!(c)->probing) \
H A Dio.c1135 if (!c->probing) {
H A Dsuper.c1264 /* Suppress error messages while probing if SB_SILENT is set */
1265 c->probing = !!(c->vfs_sb->s_flags & SB_SILENT);
1351 c->probing = 0;
/linux-master/drivers/cpufreq/
H A DKconfig.x86339 option lets the probing code bypass some of those checks if the

Completed in 272 milliseconds