Home
last modified time | relevance | path

Searched refs:tp (Results 226 – 250 of 597) sorted by relevance

12345678910>>...24

/openbmc/linux/net/ipv4/
H A Dtcp_diag.c27 const struct tcp_sock *tp = tcp_sk(sk); in tcp_diag_get_info() local
29 r->idiag_rqueue = max_t(int, READ_ONCE(tp->rcv_nxt) - in tcp_diag_get_info()
30 READ_ONCE(tp->copied_seq), 0); in tcp_diag_get_info()
31 r->idiag_wqueue = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_diag_get_info()
/openbmc/linux/fs/xfs/
H A Dxfs_qm.c740 struct xfs_trans *tp; in xfs_qm_qino_alloc() local
781 0, 0, &tp); in xfs_qm_qino_alloc()
788 error = xfs_dialloc(&tp, 0, S_IFREG, &ino); in xfs_qm_qino_alloc()
793 xfs_trans_cancel(tp); in xfs_qm_qino_alloc()
822 xfs_log_sb(tp); in xfs_qm_qino_alloc()
824 error = xfs_trans_commit(tp); in xfs_qm_qino_alloc()
1135 struct xfs_trans *tp, in xfs_qm_dqusage_adjust() argument
1801 struct xfs_trans *tp, in xfs_qm_vop_chown() argument
1843 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_qm_vop_chown()
1888 struct xfs_trans *tp, in xfs_qm_vop_create_dqattach() argument
[all …]
H A Dxfs_icreate_item.c91 struct xfs_trans *tp, in xfs_icreate_log() argument
103 xfs_log_item_init(tp->t_mountp, &icp->ic_item, XFS_LI_ICREATE, in xfs_icreate_log()
115 xfs_trans_add_item(tp, &icp->ic_item); in xfs_icreate_log()
116 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
H A Dxfs_dquot.c177 struct xfs_trans *tp, in xfs_qm_init_dquot_blk() argument
190 ASSERT(tp); in xfs_qm_init_dquot_blk()
232 xfs_trans_dquot_buf(tp, bp, blftype); in xfs_qm_init_dquot_blk()
251 xfs_trans_ordered_buf(tp, bp); in xfs_qm_init_dquot_blk()
293 struct xfs_trans *tp; in xfs_dquot_disk_alloc() local
304 XFS_QM_DQALLOC_SPACE_RES(mp), 0, 0, &tp); in xfs_dquot_disk_alloc()
309 xfs_trans_ijoin(tp, quotip, 0); in xfs_dquot_disk_alloc()
323 error = xfs_iext_count_upgrade(tp, quotip, in xfs_dquot_disk_alloc()
383 xfs_trans_bhold(tp, bp); in xfs_dquot_disk_alloc()
384 error = xfs_trans_commit(tp); in xfs_dquot_disk_alloc()
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dhead.S82 la.pcrel tp, init_thread_union
85 PTR_ADD sp, sp, tp
95 PTR_ADD sp, sp, tp
139 ld.d tp, t0, CPU_BOOT_TINFO
H A Dswitch.S31 move tp, a2
35 PTR_ADD t0, t0, tp
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhal.c662 srng->u.dst_ring.tp = 0; in ath11k_hal_srng_dst_get_next_entry()
674 u32 tp, hp; in ath11k_hal_srng_dst_num_free() local
678 tp = srng->u.dst_ring.tp; in ath11k_hal_srng_dst_num_free()
687 if (hp >= tp) in ath11k_hal_srng_dst_num_free()
697 u32 tp, hp; in ath11k_hal_srng_src_num_free() local
704 tp = *srng->u.src_ring.tp_addr; in ath11k_hal_srng_src_num_free()
705 srng->u.src_ring.cached_tp = tp; in ath11k_hal_srng_src_num_free()
707 tp = srng->u.src_ring.cached_tp; in ath11k_hal_srng_src_num_free()
710 if (tp > hp) in ath11k_hal_srng_src_num_free()
846 srng->u.dst_ring.tp); in ath11k_hal_srng_access_end()
[all …]
/openbmc/linux/kernel/futex/
H A Dsyscalls.c169 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
180 tp = &t; in SYSCALL_DEFINE6()
183 return do_futex(uaddr, op, val, tp, uaddr2, (unsigned long)utime, val3); in SYSCALL_DEFINE6()
364 ktime_t t, *tp = NULL; in SYSCALL_DEFINE6() local
373 tp = &t; in SYSCALL_DEFINE6()
376 return do_futex(uaddr, op, val, tp, uaddr2, (unsigned long)utime, val3); in SYSCALL_DEFINE6()
/openbmc/linux/security/apparmor/
H A Ddomain.c88 struct aa_profile *tp, in match_component() argument
97 if (profile->ns == tp->ns) in match_component()
101 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
131 struct aa_profile *tp; in label_compound_match() local
136 label_for_each(i, label, tp) { in label_compound_match()
137 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
150 label_for_each_cont(i, label, tp) { in label_compound_match()
151 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
193 struct aa_profile *tp; in label_components_match() local
200 label_for_each(i, label, tp) { in label_components_match()
[all …]
/openbmc/linux/net/sched/
H A Dact_simple.c62 struct tc_defact *p, struct tcf_proto *tp, in reset_policy() argument
69 err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack); in reset_policy()
90 struct tcf_proto *tp, u32 flags, in tcf_simp_init() argument
140 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, in tcf_simp_init()
157 err = reset_policy(*a, tb[TCA_DEF_DATA], parm, tp, extack); in tcf_simp_init()
/openbmc/linux/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk24 r = split(l, tp)
26 p[0] = tp[2]
27 p[1] = remove_brackets(tp[3])
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c201 struct ieee80211_channel *chan, s8 *tp) in mt76x0_get_power_info() argument
227 *tp = target_power + mt76x0_get_delta(dev); in mt76x0_get_power_info()
268 *tp = data >> (8 * idx); in mt76x0_get_power_info()
269 if (*tp < 0 || *tp > 0x3f) in mt76x0_get_power_info()
270 *tp = 5; in mt76x0_get_power_info()
/openbmc/linux/include/linux/
H A Dtracepoint.h39 tracepoint_probe_register(struct tracepoint *tp, void *probe, void *data);
41 tracepoint_probe_register_prio(struct tracepoint *tp, void *probe, void *data,
44 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
47 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data);
49 tracepoint_probe_register_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_may_exist() argument
52 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist()
56 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
H A Dtcp.h521 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() argument
524 tp->saved_syn = req->saved_syn; in tcp_move_syn()
528 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() argument
530 kfree(tp->saved_syn); in tcp_saved_syn_free()
531 tp->saved_syn = NULL; in tcp_saved_syn_free()
544 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp() argument
549 u16 user_mss = READ_ONCE(tp->rx_opt.user_mss); in tcp_mss_clamp()
/openbmc/linux/drivers/ptp/
H A Dptp_clock.c70 static int ptp_clock_getres(struct posix_clock *pc, struct timespec64 *tp) in ptp_clock_getres() argument
72 tp->tv_sec = 0; in ptp_clock_getres()
73 tp->tv_nsec = 1; in ptp_clock_getres()
77 static int ptp_clock_settime(struct posix_clock *pc, const struct timespec64 *tp) in ptp_clock_settime() argument
86 return ptp->info->settime64(ptp->info, tp); in ptp_clock_settime()
89 static int ptp_clock_gettime(struct posix_clock *pc, struct timespec64 *tp) in ptp_clock_gettime() argument
95 err = ptp->info->gettimex64(ptp->info, tp, NULL); in ptp_clock_gettime()
97 err = ptp->info->gettime64(ptp->info, tp); in ptp_clock_gettime()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c504 struct xfs_trans *tp, in xfs_rmapbt_init_common() argument
510 cur = xfs_btree_alloc_cursor(mp, tp, XFS_BTNUM_RMAP, in xfs_rmapbt_init_common()
524 struct xfs_trans *tp, in xfs_rmapbt_init_cursor() argument
531 cur = xfs_rmapbt_init_common(mp, tp, pag); in xfs_rmapbt_init_cursor()
558 struct xfs_trans *tp, in xfs_rmapbt_commit_staged_btree() argument
569 xfs_alloc_log_agf(tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS | in xfs_rmapbt_commit_staged_btree()
571 xfs_btree_commit_afakeroot(cur, tp, agbp, &xfs_rmapbt_ops); in xfs_rmapbt_commit_staged_btree()
691 struct xfs_trans *tp, in xfs_rmapbt_calc_reserves() argument
705 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_rmapbt_calc_reserves()
712 xfs_trans_brelse(tp, agbp); in xfs_rmapbt_calc_reserves()
H A Dxfs_symlink_remote.c166 struct xfs_trans *tp, in xfs_symlink_local_to_remote() argument
174 xfs_trans_buf_set_type(tp, bp, XFS_BLFT_SYMLINK_BUF); in xfs_symlink_local_to_remote()
179 xfs_trans_log_buf(tp, bp, 0, ifp->if_bytes - 1); in xfs_symlink_local_to_remote()
195 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsymlink_hdr) + in xfs_symlink_local_to_remote()
H A Dxfs_ag_resv.h10 int xfs_ag_resv_init(struct xfs_perag *pag, struct xfs_trans *tp);
19 struct xfs_trans *tp, xfs_extlen_t len);
H A Dxfs_rmap.c796 struct xfs_trans *tp, in xfs_rmap_free() argument
1043 struct xfs_trans *tp, in xfs_rmap_alloc() argument
2417 struct xfs_trans *tp, in xfs_rmap_finish_one_cleanup() argument
2428 xfs_trans_brelse(tp, agbp); in xfs_rmap_finish_one_cleanup()
2440 struct xfs_trans *tp, in xfs_rmap_finish_one() argument
2545 struct xfs_trans *tp, in __xfs_rmap_add() argument
2576 struct xfs_trans *tp, in xfs_rmap_map_extent() argument
2595 struct xfs_trans *tp, in xfs_rmap_unmap_extent() argument
2620 struct xfs_trans *tp, in xfs_rmap_convert_extent() argument
2639 struct xfs_trans *tp, in xfs_rmap_alloc_extent() argument
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c316 error = xfs_dir3_block_read(sc->tp, sc->ip, &bp); in xchk_directory_data_bestfree()
418 xfs_trans_brelse(sc->tp, bp); in xchk_directory_data_bestfree()
471 error = xfs_dir3_leaf_read(sc->tp, sc->ip, lblk, &bp); in xchk_directory_leaf1_bestfree()
532 error = xfs_dir3_data_read(sc->tp, sc->ip, in xchk_directory_leaf1_bestfree()
553 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree()
558 xfs_trans_brelse(sc->tp, bp); in xchk_directory_leaf1_bestfree()
578 error = xfs_dir2_free_read(sc->tp, sc->ip, lblk, &bp); in xchk_directory_free_bestfree()
598 error = xfs_dir3_data_read(sc->tp, sc->ip, in xchk_directory_free_bestfree()
605 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_free_bestfree()
611 xfs_trans_brelse(sc->tp, bp); in xchk_directory_free_bestfree()
[all …]
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_firmware.c140 void rtl_fw_write_firmware(struct rtl8169_private *tp, struct rtl_fw *rtl_fw) in rtl_fw_write_firmware() argument
159 predata = fw_read(tp, regno); in rtl_fw_write_firmware()
185 fw_write(tp, regno, data); in rtl_fw_write_firmware()
200 fw_write(tp, regno, predata); in rtl_fw_write_firmware()
/openbmc/linux/lib/crypto/mpi/
H A Dmpi-pow.c179 mpi_ptr_t tp; in mpi_powm() local
210 tp = rp; in mpi_powm()
212 xp = tp; in mpi_powm()
238 tp = rp; in mpi_powm()
240 xp = tp; in mpi_powm()
/openbmc/linux/arch/ia64/kernel/
H A Dsys_ia64.c171 ia64_clock_getres(const clockid_t which_clock, struct __kernel_timespec __user *tp) in ia64_clock_getres() argument
193 return put_timespec64(&rtn_tp, tp); in ia64_clock_getres()
196 return sys_clock_getres(which_clock, tp); in ia64_clock_getres()
/openbmc/linux/net/openvswitch/
H A Dflow.h113 } tp; member
173 key->tp.dst == 0 && in sw_flow_key_is_nd()
174 (key->tp.src == htons(NDISC_NEIGHBOUR_SOLICITATION) || in sw_flow_key_is_nd()
175 key->tp.src == htons(NDISC_NEIGHBOUR_ADVERTISEMENT)); in sw_flow_key_is_nd()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c478 struct tp_params *tp = &adap->params.tp; in cxgb4_select_ntuple() local
484 if (tp->vlan_shift >= 0 && l2t->vlan != VLAN_NONE) in cxgb4_select_ntuple()
485 ntuple |= (u64)(FT_VLAN_VLD_F | l2t->vlan) << tp->vlan_shift; in cxgb4_select_ntuple()
487 if (tp->port_shift >= 0) in cxgb4_select_ntuple()
488 ntuple |= (u64)l2t->lport << tp->port_shift; in cxgb4_select_ntuple()
490 if (tp->protocol_shift >= 0) in cxgb4_select_ntuple()
491 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()
493 if (tp->vnic_shift >= 0 && (tp->ingress_config & VNIC_F)) { in cxgb4_select_ntuple()
498 FT_VNID_ID_VLD_V(pi->vivld)) << tp->vnic_shift; in cxgb4_select_ntuple()

12345678910>>...24