Searched refs:ntp (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A DMakefile1 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o timecompare.o timeconv.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_utils.c68 xfs_trans_t *ntp; local
150 ntp = xfs_trans_dup(tp);
152 tp = ntp;
167 *tpp = ntp;
189 *tpp = ntp;
H A Dxfs_trans.c633 xfs_trans_t *ntp; local
635 ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP);
640 ntp->t_magic = XFS_TRANS_MAGIC;
641 ntp->t_type = tp->t_type;
642 ntp->t_mountp = tp->t_mountp;
643 INIT_LIST_HEAD(&ntp->t_items);
644 INIT_LIST_HEAD(&ntp->t_busy);
649 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | (tp->t_flags & XFS_TRANS_RESERVE);
650 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket);
651 ntp
[all...]
H A Dxfs_inode.c1445 xfs_trans_t *ntp; local
1460 ntp = *tp;
1461 mp = (ntp)->t_mountp;
1539 xfs_trans_log_inode(ntp, ip, XFS_ILOG_CORE);
1545 xfs_trans_set_sync(ntp);
1584 error = xfs_bunmapi(ntp, ip,
1607 ntp = *tp;
1609 xfs_trans_ijoin(ntp, ip);
1631 xfs_trans_log_inode(ntp, ip, XFS_ILOG_CORE);
1634 ntp
[all...]
H A Dxfs_bmap.c3819 xfs_trans_t *ntp; /* new transaction pointer */ local
3826 ntp = *tp;
3827 efi = xfs_trans_get_efi(ntp, flist->xbf_count);
3829 xfs_trans_log_efi_extent(ntp, efi, free->xbfi_startblock,
3831 logres = ntp->t_log_res;
3832 logcount = ntp->t_log_count;
3833 ntp = xfs_trans_dup(*tp);
3835 *tp = ntp;
3848 xfs_log_ticket_put(ntp->t_ticket);
3850 if ((error = xfs_trans_reserve(ntp,
[all...]
H A Dxfs_vnodeops.c690 xfs_trans_t *ntp; local
770 ntp = xfs_trans_dup(tp);
778 tp = ntp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snit.c118 register struct nit_iftime *ntp; local
171 ntp = (struct nit_iftime *)cp;
172 cp += sizeof(*ntp);
191 h.ts = ntp->nh_timestamp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_trans_dquot.c98 xfs_trans_t *ntp)
107 xfs_trans_alloc_dqinfo(ntp);
109 nqa = ntp->t_dqinfo->dqa_usrdquots;
116 ntp->t_flags |= XFS_TRANS_DQ_DIRTY;
144 nqa = ntp->t_dqinfo->dqa_grpdquots;
96 xfs_trans_dup_dqinfo( xfs_trans_t *otp, xfs_trans_t *ntp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_token.l159 <S_CNF>ntp-servers { DECHO; return (NTP_SERVERS); }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_token.l159 <S_CNF>ntp-servers { DECHO; return (NTP_SERVERS); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/prj/
H A DGNUmakefile103 ../../print-ntp.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.h91 in_addr_t ntp[N_DHCP_ADDR]; member in struct:tuntap_options
H A Doptions.c1120 show_dhcp_option_addrs ("NTP", o->ntp, o->ntp_len);
5972 dhcp_option_address_parse ("NTP", p[2], o->ntp, &o->ntp_len, msglevel);
H A Dtun.c4440 write_dhcp_u32_array (buf, 42, (uint32_t*)o->ntp, o->ntp_len, &error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in87 print-msnlb.c print-nfs.c print-ntp.c print-null.c print-olsr.c print-ospf.c \
164 ntp.h \

Completed in 199 milliseconds