#ifndef __SUNRPC_NETNS_H__ #define __SUNRPC_NETNS_H__ #include #include struct cache_detail; struct sunrpc_net { struct proc_dir_entry *proc_net_rpc; struct cache_detail *ip_map_cache; struct cache_detail *unix_gid_cache; struct cache_detail *rsc_cache; struct cache_detail *rsi_cache; struct super_block *pipefs_sb; struct rpc_pipe *gssd_dummy; struct mutex pipefs_sb_lock; struct list_head all_clients; spinlock_t rpc_client_lock; struct rpc_clnt *rpcb_local_clnt; struct rpc_clnt *rpcb_local_clnt4; spinlock_t rpcb_clnt_lock; unsigned int rpcb_users; unsigned int rpcb_is_af_local : 1; struct mutex gssp_lock; struct rpc_clnt *gssp_clnt; int use_gss_proxy; int pipe_version; atomic_t pipe_users; struct proc_dir_entry *use_gssp_proc; }; extern unsigned int sunrpc_net_id; int ip_map_cache_create(struct net *); void ip_map_cache_destroy(struct net *); #endif e='id' value='22b1c841e31510c3124c88a13b8a7ada14e2e2d1'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2014-09-29 00:39:47 +0200
committerWim Van Sebroeck <wim@iguana.be>2014-10-20 20:55:02 +0200
commit22b1c841e31510c3124c88a13b8a7ada14e2e2d1 (patch)
tree6b8fac57c56dea0da96887c85f64d2126a1cb1b8 /fs/proc/loadavg.c
parent2b9366b669679f1388457ec5a62f9dd1d0a78b08 (diff)
watchdog: add driver for Ricoh RN5T618 watchdog
This adds a driver for the watchdog timer available in Ricoh RN5T618 PMIC. The device supports a programmable expiration time of 1, 8, 32 or 128 seconds. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'fs/proc/loadavg.c')