dlmcommon.h (b7084ab538ac2bd71ce494cf1cbbea9fe9db2c07) | dlmcommon.h (3156d267016627fe427a6b0d4ed8a9678557e91e) |
---|---|
1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * dlmcommon.h 5 * 6 * Copyright (C) 2004 Oracle. All rights reserved. 7 * 8 * This program is free software; you can redistribute it and/or --- 117 unchanged lines hidden (view full) --- 126 struct kref dlm_refs; 127 enum dlm_ctxt_state dlm_state; 128 unsigned int num_joins; 129 130 struct o2hb_callback_func dlm_hb_up; 131 struct o2hb_callback_func dlm_hb_down; 132 struct task_struct *dlm_thread_task; 133 struct task_struct *dlm_reco_thread_task; | 1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * dlmcommon.h 5 * 6 * Copyright (C) 2004 Oracle. All rights reserved. 7 * 8 * This program is free software; you can redistribute it and/or --- 117 unchanged lines hidden (view full) --- 126 struct kref dlm_refs; 127 enum dlm_ctxt_state dlm_state; 128 unsigned int num_joins; 129 130 struct o2hb_callback_func dlm_hb_up; 131 struct o2hb_callback_func dlm_hb_down; 132 struct task_struct *dlm_thread_task; 133 struct task_struct *dlm_reco_thread_task; |
134 struct workqueue_struct *dlm_worker; |
|
134 wait_queue_head_t dlm_thread_wq; 135 wait_queue_head_t dlm_reco_thread_wq; 136 wait_queue_head_t ast_wq; 137 wait_queue_head_t migration_wq; 138 139 struct work_struct dispatched_work; 140 struct list_head work_list; 141 spinlock_t work_lock; --- 809 unchanged lines hidden --- | 135 wait_queue_head_t dlm_thread_wq; 136 wait_queue_head_t dlm_reco_thread_wq; 137 wait_queue_head_t ast_wq; 138 wait_queue_head_t migration_wq; 139 140 struct work_struct dispatched_work; 141 struct list_head work_list; 142 spinlock_t work_lock; --- 809 unchanged lines hidden --- |