callback.h (bb6aeba736ba9fd4d9569eec4bc3f7aecb42162a) callback.h (5405fc44c3377358205ab4095fe9c44716aa0900)
1/*
2 * linux/fs/nfs/callback.h
3 *
4 * Copyright (C) 2004 Trond Myklebust
5 *
6 * NFSv4 callback definitions
7 */
8#ifndef __LINUX_FS_NFS_CALLBACK_H

--- 184 unchanged lines hidden (view full) ---

193/*
194 * nfs41: Callbacks are expected to not cause substantial latency,
195 * so we limit their concurrency to 1 by setting up the maximum number
196 * of slots for the backchannel.
197 */
198#define NFS41_BC_MIN_CALLBACKS 1
199#define NFS41_BC_MAX_CALLBACKS 1
200
1/*
2 * linux/fs/nfs/callback.h
3 *
4 * Copyright (C) 2004 Trond Myklebust
5 *
6 * NFSv4 callback definitions
7 */
8#ifndef __LINUX_FS_NFS_CALLBACK_H

--- 184 unchanged lines hidden (view full) ---

193/*
194 * nfs41: Callbacks are expected to not cause substantial latency,
195 * so we limit their concurrency to 1 by setting up the maximum number
196 * of slots for the backchannel.
197 */
198#define NFS41_BC_MIN_CALLBACKS 1
199#define NFS41_BC_MAX_CALLBACKS 1
200
201#define NFS4_NR_CALLBACK_THREADS 1
201#define NFS4_MIN_NR_CALLBACK_THREADS 1
202
203extern unsigned int nfs_callback_set_tcpport;
202
203extern unsigned int nfs_callback_set_tcpport;
204extern unsigned short nfs_callback_nr_threads;
204
205#endif /* __LINUX_FS_NFS_CALLBACK_H */
205
206#endif /* __LINUX_FS_NFS_CALLBACK_H */