Searched refs:pc_flags (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | ptlrpcd.c | 381 if (test_bit(LIOD_BIND, &pc->pc_flags)) { in ptlrpcd() 428 if (test_bit(LIOD_STOP, &pc->pc_flags)) { in ptlrpcd() 429 if (test_bit(LIOD_FORCE, &pc->pc_flags)) in ptlrpcd() 504 set_bit(LIOD_BIND, &pc->pc_flags); in ptlrpcd_bind() 518 set_bit(LIOD_BIND, &pc->pc_flags); in ptlrpcd_bind() 540 set_bit(LIOD_BIND, &pc->pc_flags); in ptlrpcd_bind() 570 set_bit(LIOD_BIND, &pc->pc_flags); in ptlrpcd_bind() 600 if (test_and_set_bit(LIOD_START, &pc->pc_flags)) { in ptlrpcd_start() 656 clear_bit(LIOD_BIND, &pc->pc_flags); in ptlrpcd_start() 659 clear_bit(LIOD_START, &pc->pc_flags); in ptlrpcd_start() [all …]
|
D | client.c | 1022 LASSERT(test_bit(LIOD_STOP, &pc->pc_flags) == 0); in ptlrpc_set_add_new_req()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2164 unsigned long pc_flags; member
|