Searched refs:tp (Results 151 - 175 of 575) sorted by relevance

1234567891011>>

/linux-master/net/ipv4/
H A Dtcp_htcp.c105 const struct tcp_sock *tp = tcp_sk(sk); local
127 if (ca->packetcount >= tcp_snd_cwnd(tp) - (ca->alpha >> 7 ? : 1) &&
224 const struct tcp_sock *tp = tcp_sk(sk); local
228 return max((tcp_snd_cwnd(tp) * ca->beta) >> 7, 2U);
233 struct tcp_sock *tp = tcp_sk(sk); local
239 if (tcp_in_slow_start(tp))
240 tcp_slow_start(tp, acked);
243 * In theory this is tp->snd_cwnd += alpha / tp->snd_cwnd
245 if ((tp
[all...]
H A Dtcp_metrics.c344 struct tcp_sock *tp = tcp_sk(sk); local
356 if (icsk->icsk_backoff || !tp->srtt_us) {
372 m = rtt - tp->srtt_us;
380 rtt = tp->srtt_us;
394 if (m < tp->mdev_us)
395 m = tp->mdev_us;
406 if (tcp_in_initial_slowstart(tp)) {
411 if (val && (tcp_snd_cwnd(tp) >> 1) > val)
413 tcp_snd_cwnd(tp) >> 1);
417 if (tcp_snd_cwnd(tp) > va
467 struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_phy_config.c17 typedef void (*rtl_phy_cfg_fct)(struct rtl8169_private *tp,
108 static void rtl8169s_hw_phy_config(struct rtl8169_private *tp, argument
176 static void rtl8169sb_hw_phy_config(struct rtl8169_private *tp, argument
182 static void rtl8169scd_hw_phy_config(struct rtl8169_private *tp, argument
228 static void rtl8169sce_hw_phy_config(struct rtl8169_private *tp, argument
282 static void rtl8168bb_hw_phy_config(struct rtl8169_private *tp, argument
291 static void rtl8168bef_hw_phy_config(struct rtl8169_private *tp, argument
297 static void rtl8168cp_1_hw_phy_config(struct rtl8169_private *tp, argument
304 static void rtl8168cp_2_hw_phy_config(struct rtl8169_private *tp, argument
312 static void rtl8168c_1_hw_phy_config(struct rtl8169_private *tp, argument
341 rtl8168c_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
369 rtl8168c_3_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
432 rtl8168d_apply_firmware_cond(struct rtl8169_private *tp, struct phy_device *phydev, u16 val) argument
472 rtl8168d_1_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
506 rtl8168d_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
530 rtl8168d_4_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
538 rtl8168e_1_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
583 rtl8168e_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
625 rtl8168f_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
641 rtl8168f_1_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
669 rtl8168f_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
677 rtl8411_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
741 rtl8168g_1_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
789 rtl8168g_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
796 rtl8168h_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
836 rtl8168ep_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
886 rtl8117_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
923 rtl8102e_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
940 rtl8401_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
947 rtl8105e_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
961 rtl8402_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
977 rtl8106e_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
1001 rtl8125a_2_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
1066 rtl8125b_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
1105 rtl8126a_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev) argument
1111 r8169_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev, enum mac_version ver) argument
[all...]
/linux-master/net/sched/
H A Dcls_route.c56 struct tcf_proto *tp; member in struct:route4_filter
126 const struct tcf_proto *tp,
129 struct route4_head *head = rcu_dereference_bh(tp->root);
217 static void *route4_get(struct tcf_proto *tp, u32 handle) argument
219 struct route4_head *head = rtnl_dereference(tp->root);
243 static int route4_init(struct tcf_proto *tp) argument
251 rcu_assign_pointer(tp->root, head);
277 static void route4_destroy(struct tcf_proto *tp, bool rtnl_held, argument
280 struct route4_head *head = rtnl_dereference(tp->root);
299 tcf_unbind_filter(tp,
125 route4_classify(struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) argument
313 route4_delete(struct tcf_proto *tp, void *arg, bool *last, bool rtnl_held, struct netlink_ext_ack *extack) argument
383 route4_set_parms(struct net *net, struct tcf_proto *tp, unsigned long base, struct route4_filter *f, u32 handle, struct route4_head *head, struct nlattr **tb, struct nlattr *est, int new, u32 flags, struct netlink_ext_ack *extack) argument
476 route4_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, u32 flags, struct netlink_ext_ack *extack) argument
577 route4_walk(struct tcf_proto *tp, struct tcf_walker *arg, bool rtnl_held) argument
604 route4_dump(struct net *net, struct tcf_proto *tp, void *fh, struct sk_buff *skb, struct tcmsg *t, bool rtnl_held) argument
[all...]
/linux-master/drivers/misc/mei/
H A Dplatform-vsc.c25 #include "vsc-tp.h"
42 struct vsc_tp *tp; member in struct:mei_vsc_hw
66 return vsc_tp_xfer(hw->tp, VSC_TP_CMD_READ, &ts, sizeof(ts),
74 return vsc_tp_xfer(hw->tp, VSC_TP_CMD_WRITE, buf, len, &status,
98 vsc_tp_intr_enable(hw->tp);
105 vsc_tp_intr_disable(hw->tp);
118 vsc_tp_intr_synchronize(hw->tp);
148 vsc_tp_intr_enable(hw->tp);
257 vsc_tp_reset(hw->tp);
259 vsc_tp_intr_disable(hw->tp);
338 struct vsc_tp *tp; local
[all...]
/linux-master/fs/xfs/scrub/
H A Drtsummary_repair.c80 rts->args.tp = sc->tp;
92 xfs_trans_buf_set_type(sc->tp, bp, XFS_BLFT_RTSUMMARY_BUF);
135 xfs_trans_ijoin(sc->tp, sc->ip, 0);
136 xfs_trans_ijoin(sc->tp, sc->tempip, 0);
H A Dlistxattr.c118 error = xfs_attr3_leaf_read(sc->tp, ip, ip->i_ino, 0, &leaf_bp);
123 xfs_trans_brelse(sc->tp, leaf_bp);
137 struct xfs_trans *tp = sc->tp; local
154 error = xfs_da3_node_read(tp, ip, blkno, &bp, XFS_ATTR_FORK);
194 xfs_trans_brelse(tp, bp);
214 xfs_trans_brelse(tp, bp);
254 xfs_trans_brelse(sc->tp, leaf_bp);
269 error = xfs_attr3_leaf_read(sc->tp, ip, ip->i_ino,
281 xfs_trans_brelse(sc->tp, leaf_b
[all...]
/linux-master/fs/xfs/
H A Dxfs_fsops.c39 struct xfs_trans *tp,
47 struct xfs_mount *mp = tp->t_mountp;
77 error = xfs_ag_extend_space(last_pag, tp, delta);
98 struct xfs_trans *tp; local
155 &tp);
158 0, &tp);
164 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount,
170 error = xfs_ag_shrink_space(last_pag, &tp, -delta);
182 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount);
184 xfs_trans_mod_sb(tp, XFS_TRANS_SB_DBLOCK
38 xfs_resizefs_init_new_ags( struct xfs_trans *tp, struct aghdr_init_data *id, xfs_agnumber_t oagcount, xfs_agnumber_t nagcount, xfs_rfsblock_t delta, struct xfs_perag *last_pag, bool *lastag_extended) argument
265 struct xfs_trans *tp; local
[all...]
H A Dxfs_rtalloc.c673 struct xfs_trans *tp; local
689 0, 0, &tp);
696 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
698 error = xfs_iext_count_extend(tp, ip, XFS_DATA_FORK,
707 error = xfs_bmapi_write(tp, ip, oblocks, nblocks - oblocks,
714 error = xfs_trans_commit(tp);
728 0, 0, 0, &tp);
735 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
740 error = xfs_trans_get_buf(tp, mp->m_ddev_targp, d,
745 xfs_trans_buf_set_type(tp, b
920 struct xfs_trans *tp; local
1112 xfs_rtalloc_count_frextent( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_rtalloc_rec *rec, void *priv) argument
1159 struct xfs_trans *tp; local
1247 xfs_rtpick_extent( xfs_mount_t *mp, xfs_trans_t *tp, xfs_rtxlen_t len, xfs_rtxnum_t *pick) argument
[all...]
H A Dxfs_exchmaps_item.c216 struct xfs_trans *tp,
230 xmi_lip = xfs_xmi_init(tp->t_mountp);
249 struct xfs_trans *tp,
257 xfs_log_item_init(tp->t_mountp, &xmd_lip->xmd_item, XFS_LI_XMD,
268 struct xfs_trans *tp,
271 trace_xfs_exchmaps_defer(tp->t_mountp, xmi);
273 xfs_defer_add(tp, &xmi->xmi_list, &xfs_exchmaps_defer_type);
294 struct xfs_trans *tp,
312 error = xfs_exchmaps_finish_one(tp, xmi);
432 struct xfs_trans *tp; local
215 xfs_exchmaps_create_intent( struct xfs_trans *tp, struct list_head *items, unsigned int count, bool sort) argument
248 xfs_exchmaps_create_done( struct xfs_trans *tp, struct xfs_log_item *intent, unsigned int count) argument
267 xfs_exchmaps_defer_add( struct xfs_trans *tp, struct xfs_exchmaps_intent *xmi) argument
293 xfs_exchmaps_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) argument
486 xfs_exchmaps_relog_intent( struct xfs_trans *tp, struct xfs_log_item *intent, struct xfs_log_item *done_item) argument
[all...]
H A Dxfs_iwalk.c55 struct xfs_trans *tp; member in struct:xfs_iwalk_ag
178 struct xfs_trans *tp = iwag->tp; local
193 error = iwag->inobt_walk_fn(mp, tp, pag->pag_agno, irec,
213 error = iwag->iwalk_fn(mp, tp, ino, iwag->data);
225 struct xfs_trans *tp,
235 xfs_trans_brelse(tp, *agi_bpp);
264 struct xfs_trans *tp = iwag->tp; local
271 error = xfs_ialloc_read_agi(pag, tp,
224 xfs_iwalk_del_inobt( struct xfs_trans *tp, struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp, int error) argument
545 xfs_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino, unsigned int flags, xfs_iwalk_fn iwalk_fn, unsigned int inode_records, void *data) argument
732 xfs_inobt_walk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino, unsigned int flags, xfs_inobt_walk_fn inobt_walk_fn, unsigned int inobt_records, void *data) argument
[all...]
H A Dxfs_itable.c59 struct xfs_trans *tp,
75 error = xfs_iget(mp, tp, ino,
85 error = xfs_inode_reload_unlinked_bucket(tp, ip);
197 struct xfs_trans *tp; local
217 error = xfs_trans_alloc_empty(breq->mp, &tp);
221 error = xfs_bulkstat_one_int(breq->mp, breq->idmap, tp,
223 xfs_trans_cancel(tp);
240 struct xfs_trans *tp,
247 error = xfs_bulkstat_one_int(mp, bc->breq->idmap, tp, ino, data);
288 struct xfs_trans *tp; local
56 xfs_bulkstat_one_int( struct xfs_mount *mp, struct mnt_idmap *idmap, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_bstat_chunk *bc) argument
238 xfs_bulkstat_iwalk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, void *data) argument
395 xfs_inumbers_walk( struct xfs_mount *mp, struct xfs_trans *tp, xfs_agnumber_t agno, const struct xfs_inobt_rec_incore *irec, void *data) argument
432 struct xfs_trans *tp; local
[all...]
H A Dxfs_fsmap.c182 int (*fn)(struct xfs_trans *tp,
202 struct xfs_trans *tp,
207 struct xfs_mount *mp = tp->t_mountp;
222 cur = xfs_refcountbt_init_cursor(mp, tp, info->agf_bp, info->pag);
269 struct xfs_trans *tp,
276 struct xfs_mount *mp = tp->t_mountp;
358 error = xfs_getfsmap_is_shared(tp, info, rec, &shared);
433 struct xfs_trans *tp,
437 struct xfs_mount *mp = tp->t_mountp;
469 return xfs_getfsmap_helper(tp, inf
201 xfs_getfsmap_is_shared( struct xfs_trans *tp, struct xfs_getfsmap_info *info, const struct xfs_rmap_irec *rec, bool *stat) argument
268 xfs_getfsmap_helper( struct xfs_trans *tp, struct xfs_getfsmap_info *info, const struct xfs_rmap_irec *rec, xfs_daddr_t rec_daddr, xfs_daddr_t len_daddr) argument
432 xfs_getfsmap_logdev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
475 xfs_getfsmap_rtdev_rtbitmap_helper( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_rtalloc_rec *rec, void *priv) argument
503 xfs_getfsmap_rtdev_rtbitmap( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
580 __xfs_getfsmap_datadev( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info, int (*query_fn)(struct xfs_trans *, struct xfs_getfsmap_info *, struct xfs_btree_cur **, void *), void *priv) argument
722 xfs_getfsmap_datadev_rmapbt_query( struct xfs_trans *tp, struct xfs_getfsmap_info *info, struct xfs_btree_cur **curpp, void *priv) argument
741 xfs_getfsmap_datadev_rmapbt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
753 xfs_getfsmap_datadev_bnobt_query( struct xfs_trans *tp, struct xfs_getfsmap_info *info, struct xfs_btree_cur **curpp, void *priv) argument
776 xfs_getfsmap_datadev_bnobt( struct xfs_trans *tp, const struct xfs_fsmap *keys, struct xfs_getfsmap_info *info) argument
885 struct xfs_trans *tp = NULL; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c145 struct tcp_sock *tp; local
148 tp = tcp_sk(sk);
151 tp->tcp_header_len = sizeof(struct tcphdr);
152 tp->rx_opt.mss_clamp = cdev->mtus[TCPOPT_MSS_G(opt)] - 40;
153 tp->mss_cache = tp->rx_opt.mss_clamp;
154 tp->rx_opt.tstamp_ok = TCPOPT_TSTAMP_G(opt);
155 tp->rx_opt.snd_wscale = TCPOPT_SACK_G(opt);
156 tp->rx_opt.wscale_ok = TCPOPT_WSCALE_OK_G(opt);
157 SND_WSCALE(tp)
227 struct tcp_sock *tp; local
257 struct tcp_sock *tp = tcp_sk(sk); local
288 struct tcp_sock *tp = tcp_sk(sk); local
448 struct tcp_sock *tp; local
951 struct tcp_sock *tp; local
1013 const struct tcp_sock *tp; local
1122 struct tcp_sock *tp; local
1463 struct tcp_sock *tp = tcp_sk(sk); local
1638 struct tcp_sock *tp = tcp_sk(sk); local
1684 struct tcp_sock *tp; local
1747 struct tcp_sock *tp; local
1809 struct tcp_sock *tp; local
1866 struct tcp_sock *tp = tcp_sk(sk); local
1921 struct tcp_sock *tp; local
2123 struct tcp_sock *tp = tcp_sk(sk); local
2226 struct tcp_sock *tp = tcp_sk(sk); local
[all...]
H A Dchtls_io.c110 struct tcp_sock *tp = tcp_sk(sk); local
135 send_or_defer(sk, tp, skb, 0);
169 struct tcp_sock *tp; local
172 tp = tcp_sk(sk);
189 FLOWC_PARAM(SNDNXT, tp->snd_nxt);
190 FLOWC_PARAM(RCVNXT, tp->rcv_nxt);
192 FLOWC_PARAM(MSS, tp->mss_cache);
195 if (SND_WSCALE(tp))
196 FLOWC_PARAM(RCV_SCALE, SND_WSCALE(tp));
599 struct tcp_sock *tp; local
713 mark_urg(struct tcp_sock *tp, int flags, struct sk_buff *skb) argument
732 struct tcp_sock *tp = tcp_sk(sk); local
752 corked(const struct tcp_sock *tp, int flags) argument
772 struct tcp_sock *tp = tcp_sk(sk); local
822 struct tcp_sock *tp = tcp_sk(sk); local
1014 struct tcp_sock *tp = tcp_sk(sk); local
1255 struct tcp_sock *tp = tcp_sk(sk); local
1315 struct tcp_sock *tp; local
1348 struct tcp_sock *tp = tcp_sk(sk); local
1541 struct tcp_sock *tp = tcp_sk(sk); local
1668 struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/linux-master/arch/x86/crypto/
H A Dserpent-avx-x86_64-asm_64.S35 #define tp %xmm5 define
52 vpor x0, x3, tp; \
56 vpxor x1, tp, x3; \
71 vpxor x0, x1, tp; \
74 vpand tp, x1, x4; \
75 vpor tp, x0, x0; \
78 vpxor x3, tp, x1;
93 vpand x2, x0, tp; \
94 vpxor x3, tp, tp; \
[all...]
H A Dserpent-avx2-asm_64.S28 #define tp %ymm1 define
52 vpor x0, x3, tp; \
56 vpxor x1, tp, x3; \
71 vpxor x0, x1, tp; \
74 vpand tp, x1, x4; \
75 vpor tp, x0, x0; \
78 vpxor x3, tp, x1;
93 vpand x2, x0, tp; \
94 vpxor x3, tp, tp; \
[all...]
/linux-master/net/openvswitch/
H A Dflow.c59 #define TCP_FLAGS_BE16(tp) (*(__be16 *)&tcp_flag_word(tp) & htons(0x0FFF))
562 key->tp.src = htons(icmp->icmp6_type);
563 key->tp.dst = htons(icmp->icmp6_code);
714 memset(&key->tp, 0, sizeof(key->tp));
727 key->tp.src = tcp->source;
728 key->tp.dst = tcp->dest;
729 key->tp.flags = TCP_FLAGS_BE16(tcp);
731 memset(&key->tp,
[all...]
/linux-master/arch/xtensa/platforms/iss/
H A Dnetwork.c87 } tp; member in struct:iss_net_private
160 char *dev_name = lp->tp.info.tuntap.dev_name;
183 lp->tp.info.tuntap.fd = fd;
189 simc_close(lp->tp.info.tuntap.fd);
190 lp->tp.info.tuntap.fd = -1;
195 return simc_read(lp->tp.info.tuntap.fd,
201 return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len);
211 return simc_poll(lp->tp.info.tuntap.fd);
257 strscpy(lp->tp.info.tuntap.dev_name, dev_name,
258 sizeof(lp->tp
[all...]
/linux-master/arch/nios2/kernel/
H A Dprocess.c155 unsigned char *tp; local
193 tp = ((unsigned char *) fp->ea) - 0x20;
194 for (sp = (unsigned long *) tp, i = 0; (i < 0x40); i += 4) {
196 pr_emerg("\n%08x: ", (int) (tp + i));
202 tp = ((unsigned char *) fp) - 0x40;
203 for (sp = (unsigned long *) tp, i = 0; (i < 0xc0); i += 4) {
205 pr_emerg("\n%08x: ", (int) (tp + i));
212 tp = (unsigned char *) (fp->sp - 0x10);
213 for (sp = (unsigned long *) tp, i = 0; (i < 0x80); i += 4) {
215 pr_emerg("\n%08x: ", (int) (tp
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_mem.c270 struct xfs_trans *tp)
280 list_for_each_entry_safe(lip, n, &tp->t_items, li_trans) {
291 xmbuf_trans_bdetach(tp, bp);
308 tp->t_flags = (tp->t_flags & ~XFS_TRANS_DIRTY) |
321 struct xfs_trans *tp)
326 list_for_each_entry_safe(lip, n, &tp->t_items, li_trans) {
337 xmbuf_trans_bdetach(tp, bp);
345 tp->t_flags = (tp
268 xfbtree_trans_commit( struct xfbtree *xfbt, struct xfs_trans *tp) argument
319 xfbtree_trans_cancel( struct xfbtree *xfbt, struct xfs_trans *tp) argument
[all...]
H A Dxfs_ialloc.c205 struct xfs_trans *tp,
217 cur = xfs_finobt_init_cursor(pag, tp, agbp);
219 cur = xfs_inobt_init_cursor(pag, tp, agbp);
296 struct xfs_trans *tp,
351 if (tp)
352 xfs_icreate_log(tp, agno, agbno, icount,
363 error = xfs_trans_get_buf(tp, mp->m_ddev_targp, d,
387 } else if (tp) {
389 xfs_trans_log_buf(tp, fbuf, ioffset,
394 if (tp) {
203 xfs_inobt_insert( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t newino, xfs_agino_t newlen, bool is_finobt) argument
294 xfs_ialloc_inode_init( struct xfs_mount *mp, struct xfs_trans *tp, struct list_head *buffer_list, int icount, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_agblock_t length, unsigned int gen) argument
548 xfs_inobt_insert_sprec( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_inobt_rec_incore *nrec) argument
645 xfs_finobt_insert_sprec( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_inobt_rec_incore *nrec) argument
695 xfs_ialloc_ag_alloc( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp) argument
1066 xfs_dialloc_check_ino( struct xfs_perag *pag, struct xfs_trans *tp, xfs_ino_t ino) argument
1091 xfs_dialloc_ag_inobt( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_ino_t parent, xfs_ino_t *inop) argument
1567 xfs_dialloc_ag( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_ino_t parent, xfs_ino_t *inop) argument
1689 struct xfs_trans *tp = *tpp; local
1723 xfs_dialloc_good_ag( struct xfs_perag *pag, struct xfs_trans *tp, umode_t mode, int flags, bool ok_alloc) argument
1959 xfs_difree_inode_chunk( struct xfs_trans *tp, xfs_agnumber_t agno, struct xfs_inobt_rec_incore *rec) argument
2039 xfs_difree_inobt( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_icluster *xic, struct xfs_inobt_rec_incore *orec) argument
2175 xfs_difree_finobt( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agino_t agino, struct xfs_inobt_rec_incore *ibtrec) argument
2288 xfs_difree( struct xfs_trans *tp, struct xfs_perag *pag, xfs_ino_t inode, struct xfs_icluster *xic) argument
2359 xfs_imap_lookup( struct xfs_perag *pag, struct xfs_trans *tp, xfs_agino_t agino, xfs_agblock_t agbno, xfs_agblock_t *chunk_agbno, xfs_agblock_t *offset_agbno, int flags) argument
2422 xfs_imap( struct xfs_perag *pag, struct xfs_trans *tp, xfs_ino_t ino, struct xfs_imap *imap, uint flags) argument
2560 xfs_ialloc_log_agi( struct xfs_trans *tp, struct xfs_buf *bp, uint32_t fields) argument
2715 xfs_read_agi( struct xfs_perag *pag, struct xfs_trans *tp, xfs_buf_flags_t flags, struct xfs_buf **agibpp) argument
2745 xfs_ialloc_read_agi( struct xfs_perag *pag, struct xfs_trans *tp, int flags, struct xfs_buf **agibpp) argument
3097 xfs_ialloc_check_shrink( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agibp, xfs_agblock_t new_length) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dentry.S28 csrrw tp, CSR_SCRATCH, tp
29 bnez tp, .Lsave_context
32 csrr tp, CSR_SCRATCH
33 REG_S sp, TASK_TI_KERNEL_SP(tp)
40 REG_L sp, TASK_TI_KERNEL_SP(tp)
44 REG_S sp, TASK_TI_USER_SP(tp)
45 REG_L sp, TASK_TI_KERNEL_SP(tp)
61 REG_L s0, TASK_TI_USER_SP(tp)
135 REG_S s0, TASK_TI_KERNEL_SP(tp)
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6t_hbh.c55 const u_int8_t *tp = NULL; local
104 tp = skb_header_pointer(skb, ptr, sizeof(_opttype),
106 if (tp == NULL)
110 if (*tp != (optinfo->opts[temp] & 0xFF00) >> 8) {
111 pr_debug("Tbad %02X %02X\n", *tp,
118 if (*tp) {
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dtulip.h521 static inline void tulip_start_rxtx(struct tulip_private *tp) argument
523 void __iomem *ioaddr = tp->base_addr;
524 iowrite32(tp->csr6 | RxTx, ioaddr + CSR6);
529 static inline void tulip_stop_rxtx(struct tulip_private *tp) argument
531 void __iomem *ioaddr = tp->base_addr;
546 netdev_dbg(tp->dev, "tulip_stop_rxtx() failed (CSR5 0x%x CSR6 0x%x)\n",
552 static inline void tulip_restart_rxtx(struct tulip_private *tp) argument
554 tulip_stop_rxtx(tp);
556 tulip_start_rxtx(tp);
559 static inline void tulip_tx_timeout_complete(struct tulip_private *tp, voi argument
[all...]

Completed in 353 milliseconds

1234567891011>>