Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dmonitor.c197 /* Loss of local node must be detected by active probing */ in mon_identify_lost_members()
201 /* Start probing if member was removed from applied domain */ in mon_identify_lost_members()
462 bool probing = state->probing; in tipc_mon_rcv() local
465 state->probing = false; in tipc_mon_rcv()
488 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv()
496 /* Peer is confirmed, stop any ongoing probing */ in tipc_mon_rcv()
576 state->probing = false; in tipc_mon_get_state()
582 if (!state->probing && in tipc_mon_get_state()
590 state->probing in tipc_mon_get_state()
[all...]
H A Dmonitor.h47 * @probing: peer endpoint should be temporarily probed for potential loss
55 bool probing :1; member
H A Dlink.c831 probe = mstate->probing; in tipc_link_timeout()
/kernel/linux/linux-6.6/net/tipc/
H A Dmonitor.c227 /* Loss of local node must be detected by active probing */ in mon_identify_lost_members()
231 /* Start probing if member was removed from applied domain */ in mon_identify_lost_members()
493 bool probing = state->probing; in tipc_mon_rcv() local
496 state->probing = false; in tipc_mon_rcv()
519 if (!more(new_gen, state->peer_gen) && !probing) in tipc_mon_rcv()
527 /* Peer is confirmed, stop any ongoing probing */ in tipc_mon_rcv()
607 state->probing = false; in tipc_mon_get_state()
613 if (!state->probing && in tipc_mon_get_state()
621 state->probing in tipc_mon_get_state()
[all...]
H A Dmonitor.h47 * @probing: peer endpoint should be temporarily probed for potential loss
55 bool probing :1; member
H A Dlink.c866 probe = mstate->probing; in tipc_link_timeout()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.h144 unsigned int probing:1; /* codec probing phase */ member
H A Dhda_controller.c826 if (chip->probing) { in azx_rirb_get_response()
827 /* If this critical timeout happens during the codec probing in azx_rirb_get_response()
1184 chip->probing = 1; in probe_codec()
1187 chip->probing = 0; in probe_codec()
1263 * Thus if an error occurs during probing, in azx_probe_codecs()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.h139 unsigned int probing:1; /* codec probing phase */ member
H A Dhda_controller.c797 if (chip->probing) { in azx_rirb_get_response()
798 /* If this critical timeout happens during the codec probing in azx_rirb_get_response()
1136 chip->probing = 1; in probe_codec()
1139 chip->probing = 0; in probe_codec()
1215 * Thus if an error occurs during probing, in azx_probe_codecs()
/kernel/linux/linux-5.10/sound/pci/
H A Dintel8x0m.c856 static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_ich_chip_init() argument
885 if (probing) { in snd_intel8x0m_ich_chip_init()
940 static int snd_intel8x0m_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_chip_init() argument
945 if ((err = snd_intel8x0m_ich_chip_init(chip, probing)) < 0) in snd_intel8x0m_chip_init()
H A Dintel8x0.c2392 static int snd_intel8x0_ich_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ich_chip_init() argument
2414 if (probing) { in snd_intel8x0_ich_chip_init()
2476 static int snd_intel8x0_ali_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ali_chip_init() argument
2495 if (probing) in snd_intel8x0_ali_chip_init()
2511 static int snd_intel8x0_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_chip_init() argument
2517 if ((err = snd_intel8x0_ich_chip_init(chip, probing)) < 0) in snd_intel8x0_chip_init()
2521 if ((err = snd_intel8x0_ali_chip_init(chip, probing)) < 0) in snd_intel8x0_chip_init()
/kernel/linux/linux-6.6/sound/pci/
H A Dintel8x0m.c844 static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_ich_chip_init() argument
873 if (probing) { in snd_intel8x0m_ich_chip_init()
928 static int snd_intel8x0m_chip_init(struct intel8x0m *chip, int probing) in snd_intel8x0m_chip_init() argument
933 err = snd_intel8x0m_ich_chip_init(chip, probing); in snd_intel8x0m_chip_init()
H A Dintel8x0.c2374 static int snd_intel8x0_ich_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ich_chip_init() argument
2396 if (probing) { in snd_intel8x0_ich_chip_init()
2458 static int snd_intel8x0_ali_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ali_chip_init() argument
2477 if (probing) in snd_intel8x0_ali_chip_init()
2493 static int snd_intel8x0_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_chip_init() argument
2499 err = snd_intel8x0_ich_chip_init(chip, probing); in snd_intel8x0_chip_init()
2504 err = snd_intel8x0_ali_chip_init(chip, probing); in snd_intel8x0_chip_init()
/kernel/linux/linux-5.10/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
741 DPRINT("probing disk change on unselected drive\n"); in disk_change()
1403 if (!probing) { in print_errors()
2092 if (probing) { in bad_flp_intr()
2281 probing = 0; in request_done()
2390 if (probing) { in rw_interrupt()
2396 probing = 0; in rw_interrupt()
2659 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request()
[all...]
/kernel/linux/linux-6.6/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
741 DPRINT("probing disk change on unselected drive\n"); in disk_change()
1403 if (!probing) { in print_errors()
2092 if (probing) { in bad_flp_intr()
2282 probing = 0; in request_done()
2390 if (probing) { in rw_interrupt()
2396 probing = 0; in rw_interrupt()
2632 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request()
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs.h1241 * @probing: %1 while attempting to mount if SB_SILENT mount flag is set
1486 unsigned int probing:1; member
2115 * if probing (ie. SB_SILENT set).
2119 if (!(c)->probing) \
H A Dsuper.c1265 /* Suppress error messages while probing if SB_SILENT is set */ in mount_ubifs()
1266 c->probing = !!(c->vfs_sb->s_flags & SB_SILENT); in mount_ubifs()
1348 c->probing = 0; in mount_ubifs()
H A Dio.c1114 if (!c->probing) { in ubifs_read_node()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs.h1262 * @probing: %1 while attempting to mount if SB_SILENT mount flag is set
1514 unsigned int probing:1; member
2156 * if probing (ie. SB_SILENT set).
2160 if (!(c)->probing) \
H A Dsuper.c1265 /* Suppress error messages while probing if SB_SILENT is set */ in mount_ubifs()
1266 c->probing = !!(c->vfs_sb->s_flags & SB_SILENT); in mount_ubifs()
1352 c->probing = 0; in mount_ubifs()
H A Dio.c1135 if (!c->probing) { in ubifs_read_node()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x86300 option lets the probing code bypass some of those checks if the
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x86339 option lets the probing code bypass some of those checks if the

Completed in 50 milliseconds