Searched refs:tinfo (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/sh/kernel/
H A Dirq.c62 struct thread_info tinfo; member in union:irq_ctx
89 irqctx->tinfo.task = curctx->tinfo.task;
90 irqctx->tinfo.previous_sp = current_stack_pointer;
96 irqctx->tinfo.preempt_count =
97 (irqctx->tinfo.preempt_count & ~SOFTIRQ_MASK) |
98 (curctx->tinfo.preempt_count & SOFTIRQ_MASK);
128 irqctx->tinfo.task = NULL;
129 irqctx->tinfo.cpu = cpu;
130 irqctx->tinfo
[all...]
H A Ddumpstack.c57 struct thread_info *tinfo, int *graph)
59 struct task_struct *task = tinfo->task;
83 struct thread_info *tinfo, int *graph)
55 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) argument
81 print_ftrace_graph_addr(unsigned long addr, void *data, const struct stacktrace_ops *ops, struct thread_info *tinfo, int *graph) argument
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) argument
99 if (tinfo->period == AHD_PERIOD_UNKNOWN) {
105 if (tinfo->offset != 0) {
106 freq = ahd_calc_syncsrate(tinfo->period);
109 speed *= (0x01 << tinfo->width);
121 if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) {
125 if ((tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0) {
129 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
133 if ((tinfo->ppr_options & MSG_EXT_PPR_RTI) != 0) {
137 if ((tinfo
161 struct ahd_initiator_tinfo *tinfo; local
[all...]
H A Daic7xxx_proc.c94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) argument
102 if (tinfo->offset != 0) {
103 freq = ahc_calc_syncsrate(tinfo->period);
106 speed *= (0x01 << tinfo->width);
116 (tinfo->ppr_options & MSG_EXT_PPR_DT_REQ) != 0
117 ? " DT" : "", tinfo->offset);
120 if (tinfo->width > 0) {
126 seq_printf(m, "%dbit)", 8 * (0x01 << tinfo->width));
139 struct ahc_initiator_tinfo *tinfo; local
143 tinfo
[all...]
H A Daic79xx_osm.c619 struct ahd_initiator_tinfo *tinfo; local
632 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
648 spi_min_period(starget) = tinfo->user.period;
649 spi_max_offset(starget) = tinfo->user.offset;
652 tinfo = ahd_fetch_transinfo(ahd, channel, ahd->our_id,
777 struct ahd_initiator_tinfo *tinfo; local
817 tinfo = ahd_fetch_transinfo(ahd, 'A', ahd->our_id,
831 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
1289 struct ahd_initiator_tinfo *tinfo; local
1292 tinfo
1544 struct ahd_initiator_tinfo *tinfo; local
1678 struct ahd_initiator_tinfo *tinfo; local
2386 struct ahd_initiator_tinfo *tinfo local
2439 struct ahd_initiator_tinfo *tinfo local
2474 struct ahd_initiator_tinfo *tinfo local
2516 struct ahd_initiator_tinfo *tinfo local
2555 struct ahd_initiator_tinfo *tinfo local
2595 struct ahd_initiator_tinfo *tinfo local
2631 struct ahd_initiator_tinfo *tinfo local
2667 struct ahd_initiator_tinfo *tinfo local
2711 struct ahd_initiator_tinfo *tinfo local
2761 struct ahd_initiator_tinfo *tinfo local
[all...]
H A Daic7xxx_osm.c1169 struct ahc_initiator_tinfo *tinfo; local
1183 tinfo = ahc_fetch_transinfo(ahc, channel, our_id,
1188 tinfo, AHC_NEG_ALWAYS);
1415 struct ahc_initiator_tinfo *tinfo; local
1471 tinfo = ahc_fetch_transinfo(ahc, SCB_GET_CHANNEL(ahc, scb),
1474 hscb->scsirate = tinfo->scsirate;
1475 hscb->scsioffset = tinfo->curr.offset;
1602 struct ahc_initiator_tinfo *tinfo; local
1609 tinfo = ahc_fetch_transinfo(ahc, channel,
1618 if (tinfo
2343 struct ahc_initiator_tinfo *tinfo local
2388 struct ahc_initiator_tinfo *tinfo local
2417 struct ahc_initiator_tinfo *tinfo local
[all...]
H A Daic7xxx_core.c1055 struct ahc_transinfo *tinfo; local
1072 tinfo = &targ_info->curr;
1095 if (tinfo->protocol_version <= SCSI_REV_2
1849 struct ahc_initiator_tinfo *tinfo; local
1856 tinfo = ahc_fetch_transinfo(ahc,
1861 tinfo->curr.transport_version = 2;
1862 tinfo->goal.transport_version = 2;
1863 tinfo->goal.ppr_options = 0;
2192 struct ahc_initiator_tinfo *tinfo,
2223 transinfo = &tinfo
2191 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2363 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, const struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
2395 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
2425 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
2472 struct ahc_initiator_tinfo *tinfo; local
2598 struct ahc_initiator_tinfo *tinfo; local
2683 struct ahc_initiator_tinfo *tinfo; local
2944 struct ahc_initiator_tinfo *tinfo; local
3561 struct ahc_initiator_tinfo *tinfo; local
3990 struct ahc_initiator_tinfo *tinfo; local
5423 struct ahc_initiator_tinfo *tinfo; local
[all...]
H A Daic79xx_core.c122 struct ahd_transinfo *tinfo);
3103 struct ahd_initiator_tinfo *tinfo; local
3120 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
3123 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
3139 tinfo->curr.transport_version = 2;
3140 tinfo->goal.transport_version = 2;
3141 tinfo->goal.ppr_options = 0;
3664 struct ahd_initiator_tinfo *tinfo,
3689 transinfo = &tinfo->user;
3691 transinfo = &tinfo
3663 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
3751 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument
3782 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
3812 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3859 struct ahd_initiator_tinfo *tinfo; local
4004 struct ahd_initiator_tinfo *tinfo; local
4066 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
4493 struct ahd_initiator_tinfo *tinfo; local
5068 struct ahd_initiator_tinfo *tinfo; local
5493 struct ahd_initiator_tinfo *tinfo; local
7377 struct ahd_initiator_tinfo *tinfo; local
7559 struct ahd_initiator_tinfo *tinfo; local
7638 struct ahd_initiator_tinfo *tinfo; local
8936 struct ahd_transinfo *tinfo; local
[all...]
/linux-master/net/bridge/
H A Dbr_vlan_tunnel.c25 return vle->tinfo.tunnel_id != tunid;
30 .key_offset = offsetof(struct net_bridge_vlan, tinfo.tunnel_id),
46 struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst);
48 WRITE_ONCE(vlan->tinfo.tunnel_id, 0);
49 RCU_INIT_POINTER(vlan->tinfo.tunnel_dst, NULL);
56 if (!rcu_access_pointer(vlan->tinfo.tunnel_dst))
66 struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst);
79 rcu_assign_pointer(vlan->tinfo.tunnel_dst, metadata);
80 WRITE_ONCE(vlan->tinfo.tunnel_id, key);
165 struct ip_tunnel_info *tinfo local
[all...]
H A Dbr_netlink_tunnel.c32 __be32 tunid_curr = tunnel_id_to_key32(v_curr->tinfo.tunnel_id);
33 __be32 tunid_last = tunnel_id_to_key32(v_last->tinfo.tunnel_id);
46 if (!br_vlan_should_use(v) || !v->tinfo.tunnel_id)
127 vtbegin->tinfo.tunnel_id,
133 vtend->tinfo.tunnel_id,
139 vtbegin->tinfo.tunnel_id,
162 if (!v->tinfo.tunnel_dst)
223 struct vtunnel_info *tinfo)
230 memset(tinfo, 0, sizeof(*tinfo));
222 br_parse_vlan_tunnel_info(struct nlattr *attr, struct vtunnel_info *tinfo) argument
[all...]
H A Dbr_private_tunnel.h20 struct vtunnel_info *tinfo);
H A Dbr_vlan_options.c14 __be32 tid = tunnel_id_to_key32(v->tinfo.tunnel_id);
17 if (!v->tinfo.tunnel_dst)
35 return (!v_curr->tinfo.tunnel_dst && !range_end->tinfo.tunnel_dst) ||
/linux-master/kernel/bpf/
H A Dbpf_iter.c19 struct bpf_iter_target_info *tinfo; member in struct:bpf_iter_link
23 struct bpf_iter_target_info *tinfo; member in struct:bpf_iter_priv_data
71 static inline bool bpf_iter_target_support_resched(const struct bpf_iter_target_info *tinfo) argument
73 return tinfo->reg_info->feature & BPF_ITER_RESCHED;
82 return bpf_iter_target_support_resched(iter_priv->tinfo);
253 return link->tinfo->reg_info->seq_info;
298 struct bpf_iter_target_info *tinfo; local
300 tinfo = kzalloc(sizeof(*tinfo), GFP_KERNEL);
301 if (!tinfo)
316 struct bpf_iter_target_info *tinfo; local
333 cache_btf_id(struct bpf_iter_target_info *tinfo, struct bpf_prog *prog) argument
342 struct bpf_iter_target_info *tinfo = NULL, *iter; local
375 const struct bpf_iter_target_info *tinfo; local
510 struct bpf_iter_target_info *tinfo = NULL, *iter; local
578 init_seq_meta(struct bpf_iter_priv_data *priv_data, struct bpf_iter_target_info *tinfo, const struct bpf_iter_seq_info *seq_info, struct bpf_prog *prog) argument
595 struct bpf_iter_target_info *tinfo; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.h55 struct hfi1_tid_info *tinfo);
57 struct hfi1_tid_info *tinfo);
59 struct hfi1_tid_info *tinfo);
H A Duser_exp_rcv.c247 struct hfi1_tid_info *tinfo)
258 if (!PAGE_ALIGNED(tinfo->vaddr))
260 if (tinfo->length == 0)
268 tidbuf->vaddr = tinfo->vaddr;
269 tidbuf->length = tinfo->length;
442 tinfo->tidcnt = tididx;
443 tinfo->length = mapped_pages * PAGE_SIZE;
445 if (copy_to_user(u64_to_user_ptr(tinfo->tidlist),
461 tinfo->tidlist = (unsigned long)tidlist;
462 hfi1_user_exp_rcv_clear(fd, tinfo);
246 hfi1_user_exp_rcv_setup(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) argument
483 hfi1_user_exp_rcv_clear(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) argument
518 hfi1_user_exp_rcv_invalid(struct hfi1_filedata *fd, struct hfi1_tid_info *tinfo) argument
[all...]
H A Dfile_ops.c1335 struct hfi1_tid_info tinfo; local
1337 if (sizeof(tinfo) != len)
1340 if (copy_from_user(&tinfo, (void __user *)arg, (sizeof(tinfo))))
1343 ret = hfi1_user_exp_rcv_setup(fd, &tinfo);
1350 if (copy_to_user((void __user *)addr, &tinfo.tidcnt,
1351 sizeof(tinfo.tidcnt)))
1355 if (!ret && copy_to_user((void __user *)addr, &tinfo.length,
1356 sizeof(tinfo.length)))
1360 hfi1_user_exp_rcv_invalid(fd, &tinfo);
1381 struct hfi1_tid_info tinfo; local
1414 struct hfi1_tid_info tinfo; local
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kmem.c103 pthread_t *tinfo; local
107 tinfo = calloc(nr_threads, sizeof(pthread_t));
108 if (tinfo == NULL)
112 if (pthread_create(&tinfo[i], NULL, &alloc_kmem_fn,
114 free(tinfo);
120 ret = pthread_join(tinfo[i], NULL);
125 free(tinfo);
248 pthread_t *tinfo; local
253 tinfo = calloc(nr_threads, sizeof(pthread_t));
254 if (tinfo
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1652 struct ip_vs_sync_thread_data *tinfo = data; local
1653 struct netns_ipvs *ipvs = tinfo->ipvs;
1654 struct ipvs_master_sync_state *ms = &ipvs->ms[tinfo->id];
1655 struct sock *sk = tinfo->sock->sk;
1660 ipvs->mcfg.mcast_ifn, ipvs->mcfg.syncid, tinfo->id);
1670 while (ip_vs_send_sync_msg(tinfo->sock, sb->mesg) < 0) {
1704 struct ip_vs_sync_thread_data *tinfo = data; local
1705 struct netns_ipvs *ipvs = tinfo->ipvs;
1706 struct sock *sk = tinfo->sock->sk;
1712 ipvs->bcfg.mcast_ifn, ipvs->bcfg.syncid, tinfo
1742 struct ip_vs_sync_thread_data *ti = NULL, *tinfo; local
1935 struct ip_vs_sync_thread_data *ti, *tinfo; local
[all...]
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c377 struct seg6_iptunnel_encap *tinfo; local
380 tinfo = seg6_encap_lwtunnel(dst->lwtstate);
382 switch (tinfo->mode) {
387 err = seg6_do_srh_inline(skb, tinfo->srh);
404 if (tinfo->mode == SEG6_IPTUN_MODE_ENCAP)
405 err = seg6_do_srh_encap(skb, tinfo->srh, proto);
407 err = seg6_do_srh_encap_red(skb, tinfo->srh, proto);
427 if (tinfo->mode == SEG6_IPTUN_MODE_L2ENCAP)
428 err = seg6_do_srh_encap(skb, tinfo->srh,
431 err = seg6_do_srh_encap_red(skb, tinfo
[all...]
H A Drpl_iptunnel.c192 struct rpl_iptunnel_encap *tinfo; local
197 tinfo = rpl_encap_lwtunnel(dst->lwtstate);
199 return rpl_do_srh_inline(skb, rlwt, tinfo->srh);
/linux-master/net/netfilter/
H A Dxt_NFQUEUE.c31 const struct xt_NFQ_info *tinfo = par->targinfo; local
33 return NF_QUEUE_NR(tinfo->queuenum);
/linux-master/fs/smb/server/
H A Dauth.c416 struct target_info *tinfo; local
484 tinfo = (struct target_info *)(target_name + uni_len);
490 tinfo->Type = cpu_to_le16(type);
491 tinfo->Length = cpu_to_le16(uni_len);
492 memcpy(tinfo->Content, name, uni_len);
493 tinfo = (struct target_info *)((char *)tinfo + 4 + uni_len);
498 tinfo->Type = 0;
499 tinfo->Length = 0;
/linux-master/net/bridge/netfilter/
H A Debtables.c1856 struct ebt_table_info tinfo; local
1860 memset(&tinfo, 0, sizeof(tinfo));
1863 tinfo.entries_size = t->private->entries_size;
1864 tinfo.nentries = t->private->nentries;
1865 tinfo.entries = t->private->entries;
1868 tinfo.entries_size = t->table->entries_size;
1869 tinfo.nentries = t->table->nentries;
1870 tinfo.entries = t->table->entries;
1877 if (tmp.nentries != tinfo
[all...]
/linux-master/drivers/nvme/target/
H A Dfcloop.c1411 struct nvmet_fc_port_info tinfo; local
1418 tinfo.node_name = nport->node_name;
1419 tinfo.port_name = nport->port_name;
1420 tinfo.port_id = nport->port_id;
1422 ret = nvmet_fc_register_targetport(&tinfo, &tgttemplate, NULL,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmci.c87 struct ath_mci_profile_info *info, *tinfo; local
95 list_for_each_entry_safe(info, tinfo, &mci->info, list) {

Completed in 500 milliseconds

12