Searched refs:raise_barrier (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.c | 929 * backgroup IO calls must call raise_barrier. Once that returns 934 static void raise_barrier(struct r10conf *conf, int force) in raise_barrier() function 3111 raise_barrier(conf, rb2 != NULL); in raid10_sync_request() 3327 raise_barrier(conf, 0); in raid10_sync_request() 3951 raise_barrier(conf, 0); in raid10_quiesce() 4527 raise_barrier(conf, 0); in reshape_request() 4532 raise_barrier(conf, 1); in reshape_request()
|
H A D | raid1.c | 862 * backgroup IO calls must call raise_barrier. Once that returns 869 static int raise_barrier(struct r1conf *conf, sector_t sector_nr) in raise_barrier() function 883 * In raise_barrier() we firstly increase conf->barrier[idx] then in raise_barrier() 888 * there will be a race between raise_barrier() and _wait_barrier(). in raise_barrier() 934 * then raise_barrier() can be blocked when it waits for in _wait_barrier() 943 * check conf->barrier[idx]. In raise_barrier() we firstly increase in _wait_barrier() 947 * will be a race between _wait_barrier() and raise_barrier(). in _wait_barrier() 1064 * raise_barrier(), and new normal I/O will blocked at _wait_barrier() in freeze_array() 2694 if (raise_barrier(conf, sector_nr)) in raid1_sync_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 943 * backgroup IO calls must call raise_barrier. Once that returns 948 static void raise_barrier(struct r10conf *conf, int force) in raise_barrier() function 3510 raise_barrier(conf, rb2 != NULL); in raid10_sync_request() 3730 raise_barrier(conf, 0); in raid10_sync_request() 4340 raise_barrier(conf, 0); in raid10_quiesce() 4915 raise_barrier(conf, 0); in reshape_request() 4920 raise_barrier(conf, 1); in reshape_request()
|
H A D | raid1.c | 862 * backgroup IO calls must call raise_barrier. Once that returns 869 static int raise_barrier(struct r1conf *conf, sector_t sector_nr) in raise_barrier() function 883 * In raise_barrier() we firstly increase conf->barrier[idx] then in raise_barrier() 888 * there will be a race between raise_barrier() and _wait_barrier(). in raise_barrier() 936 * then raise_barrier() can be blocked when it waits for in _wait_barrier() 945 * check conf->barrier[idx]. In raise_barrier() we firstly increase in _wait_barrier() 949 * will be a race between _wait_barrier() and raise_barrier(). in _wait_barrier() 1084 * raise_barrier(), and new normal I/O will blocked at _wait_barrier() in freeze_array() 2738 if (raise_barrier(conf, sector_nr)) in raid1_sync_request()
|
Completed in 20 milliseconds