Home
last modified time | relevance | path

Searched refs:pc_flags (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c446 if (test_bit(LIOD_STOP, &pc->pc_flags)) { in ptlrpcd()
447 if (test_bit(LIOD_FORCE, &pc->pc_flags)) in ptlrpcd()
553 if (test_and_set_bit(LIOD_START, &pc->pc_flags)) { in ptlrpcd_start()
593 clear_bit(LIOD_START, &pc->pc_flags); in ptlrpcd_start()
599 if (!test_bit(LIOD_START, &pc->pc_flags)) { in ptlrpcd_stop()
604 set_bit(LIOD_STOP, &pc->pc_flags); in ptlrpcd_stop()
606 set_bit(LIOD_FORCE, &pc->pc_flags); in ptlrpcd_stop()
614 if (!test_bit(LIOD_START, &pc->pc_flags)) { in ptlrpcd_free()
627 clear_bit(LIOD_START, &pc->pc_flags); in ptlrpcd_free()
628 clear_bit(LIOD_STOP, &pc->pc_flags); in ptlrpcd_free()
[all …]
Dclient.c978 LASSERT(test_bit(LIOD_STOP, &pc->pc_flags) == 0); in ptlrpc_set_add_new_req()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2154 unsigned long pc_flags; member