Searched refs:sync_thread (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c2747 if (mddev->sync_thread) {
2749 md_unregister_thread(mddev->sync_thread);
2750 mddev->sync_thread = NULL;
3314 if (mddev->degraded && !mddev->sync_thread) {
3326 mddev->sync_thread = md_register_thread(md_do_sync,
3329 if (!mddev->sync_thread) {
3339 md_wakeup_thread(mddev->sync_thread); /* possibly kick off a reshape */
3375 md_wakeup_thread(mddev->sync_thread);
3426 if (mddev->sync_thread) {
3429 md_unregister_thread(mddev->sync_thread);
[all...]
H A Draid5.c3625 mddev->sync_thread = md_register_thread(md_do_sync, mddev,
3974 mddev->sync_thread = md_register_thread(md_do_sync, mddev,
3976 if (!mddev->sync_thread) {
3984 md_wakeup_thread(mddev->sync_thread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Dmd_k.h154 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ member in struct:mddev_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_sync.c753 static int sync_thread(void *startup) function
852 if ((pid = kernel_thread(sync_thread, startup, 0)) < 0) {
853 IP_VS_ERR("could not create sync_thread due to %d... "
874 * Note that tinfo will be freed in sync_thread on exit

Completed in 64 milliseconds