Home
last modified time | relevance | path

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

/drivers/md/
Ddm-raid.c234 unsigned long runtime_flags; member
2657 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in rs_adjust_data_offsets()
2799 set_bit(RT_FLAG_RESHAPE_RS, &rs->runtime_flags); in rs_prepare_reshape()
2800 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in rs_prepare_reshape()
2803 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in rs_prepare_reshape()
3091 set_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr()
3117 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in raid_ctr()
3160 set_bit(RT_FLAG_UPDATE_SBS, &rs->runtime_flags); in raid_ctr()
3166 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr()
3201 clear_bit(RT_FLAG_RS_GROW, &rs->runtime_flags); in raid_ctr()
[all …]
/drivers/block/
Dnbd.c93 unsigned long runtime_flags; member
286 return test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags) || in nbd_disconnected()
287 test_bit(NBD_RT_DISCONNECT_REQUESTED, &config->runtime_flags); in nbd_disconnected()
306 &nbd->config->runtime_flags)) { in nbd_mark_nsock_dead()
308 &nbd->config->runtime_flags); in nbd_mark_nsock_dead()
371 if (test_and_set_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in sock_shutdown()
498 set_bit(NBD_RT_TIMEDOUT, &config->runtime_flags); in nbd_xmit_timeout()
945 if (test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags)) in find_fallback()
989 &config->runtime_flags) || in wait_for_reconnect()
994 return !test_bit(NBD_RT_DISCONNECTED, &config->runtime_flags); in wait_for_reconnect()
[all …]
/drivers/infiniband/hw/hfi1/
Dfile_ops.c1136 cinfo.runtime_flags = (((uctxt->flags >> HFI1_CAP_MISC_SHIFT) & in get_ctxt_info()
1142 cinfo.runtime_flags |= HFI1_CAP_TID_UNMAP; /* no caching */ in get_ctxt_info()