Searched refs:nsw (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dtcp.c191 static int o2net_prep_nsw(struct o2net_node *nn, struct o2net_status_wait *nsw) argument
201 ret = idr_get_new(&nn->nn_status_idr, nsw, &nsw->ns_id);
203 list_add_tail(&nsw->ns_node_item,
209 init_waitqueue_head(&nsw->ns_wq);
210 nsw->ns_sys_status = O2NET_ERR_NONE;
211 nsw->ns_status = 0;
218 struct o2net_status_wait *nsw,
224 if (!list_empty(&nsw->ns_node_item)) {
225 list_del_init(&nsw
217 o2net_complete_nsw_locked(struct o2net_node *nn, struct o2net_status_wait *nsw, enum o2net_system_error sys_status, s32 status) argument
233 o2net_complete_nsw(struct o2net_node *nn, struct o2net_status_wait *nsw, u64 id, enum o2net_system_error sys_status, s32 status) argument
259 struct o2net_status_wait *nsw; local
273 o2net_nsw_completed(struct o2net_node *nn, struct o2net_status_wait *nsw) argument
912 struct o2net_status_wait nsw = { local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Daiutils.c266 uint32 cia, cib, cid, mfg, crev, nmw, nsw, nmp, nsp; local
292 nsw = (cib & CIB_NSW_MASK) >> CIB_NSW_SHIFT;
298 "nsw = %d, nmp = %d & nsp = %d\n",
299 mfg, cid, crev, eromptr - 1, nmw, nsw, nmp, nsp));
306 if ((nmw + nsw == 0)) {
411 for (i = 0; i < nsw; i++) {

Completed in 57 milliseconds