Searched refs:nowait (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | mroute.h | 222 extern int ipmr_get_route(struct sk_buff *skb, struct rtmsg *rtm, int nowait);
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm.c | 1050 boolean_t nowait; in xfs_qm_sync() local 1057 nowait = (boolean_t)(flags & SYNC_BDFLUSH || (flags & SYNC_WAIT) == 0); in xfs_qm_sync() 1082 if (nowait) { in xfs_qm_sync() 1105 if (nowait) { in xfs_qm_sync() 1123 flush_flags = (nowait) ? XFS_QMOPT_DELWRI : XFS_QMOPT_SYNC; in xfs_qm_sync()
|
/linux-2.4.37.9/net/ipv4/ |
D | ipmr.c | 1558 int ipmr_get_route(struct sk_buff *skb, struct rtmsg *rtm, int nowait) in ipmr_get_route() argument 1571 if (nowait) { in ipmr_get_route() 1591 if (!nowait && (rtm->rtm_flags&RTM_F_NOTIFY)) in ipmr_get_route()
|
D | route.c | 2104 int nowait) in rt_fill_info() argument 2116 nlh->nlmsg_flags = (nowait && pid) ? NLM_F_MULTI : 0; in rt_fill_info() 2173 int err = ipmr_get_route(skb, r, nowait); in rt_fill_info() 2175 if (!nowait) { in rt_fill_info()
|
/linux-2.4.37.9/net/decnet/ |
D | dn_route.c | 1029 static int dn_rt_fill_info(struct sk_buff *skb, u32 pid, u32 seq, int event, int nowait) in dn_rt_fill_info() argument 1038 nlh->nlmsg_flags = nowait ? NLM_F_MULTI : 0; in dn_rt_fill_info()
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 982 telnet stream tcp nowait root /usr/sbin/in.telnetd -h 984 telnet stream tcp nowait root /blah
|