Home
last modified time | relevance | path

Searched refs:t (Results 126 – 150 of 8023) sorted by relevance

12345678910>>...321

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dspi.c103 memset(&t, 0, sizeof(t)); in wl12xx_spi_reset()
108 t.tx_buf = cmd; in wl12xx_spi_reset()
131 memset(&t, 0, sizeof(t)); in wl12xx_spi_init()
163 t.tx_buf = cmd; in wl12xx_spi_init()
183 t.len = 4; in wl12xx_spi_init()
214 memset(t, 0, sizeof(t)); in wl12xx_spi_read_busy()
257 memset(t, 0, sizeof(t)); in wl12xx_spi_raw_read()
260 t[0].len = 4; in wl12xx_spi_raw_read()
279 memset(t, 0, sizeof(t)); in wl12xx_spi_raw_read()
310 if (!t) in __wl12xx_spi_raw_write()
[all …]
/openbmc/linux/net/ipv6/
H A Dsit.c130 if (t && (t->dev->flags & IFF_UP)) in ipip6_tunnel_lookup()
195 memcpy(&t->ip6rd, &t0->ip6rd, sizeof(t->ip6rd)); in ipip6_tunnel_clone_6rd()
567 if (!t) in ipip6_err()
1205 t = ipip6_tunnel_locate(t->net, &p, 0); in ipip6_tunnel_get6rd()
1207 if (!t) in ipip6_tunnel_get6rd()
1276 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_get()
1293 t = ipip6_tunnel_locate(t->net, p, 1); in ipip6_tunnel_add()
1309 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_change()
1324 ipip6_tunnel_update(t, p, t->fwmark); in ipip6_tunnel_change()
1339 t = ipip6_tunnel_locate(t->net, p, 0); in ipip6_tunnel_del()
[all …]
/openbmc/linux/kernel/
H A Drseq.c93 u32 mm_cid = task_mm_cid(t); in rseq_update_cpu_node_id()
108 trace_rseq_update(t); in rseq_update_cpu_node_id()
239 event_mask = t->rseq_event_mask; in rseq_need_restart()
240 t->rseq_event_mask = 0; in rseq_need_restart()
259 if (clear_user(&t->rseq->rseq_cs, sizeof(t->rseq->rseq_cs))) in clear_rseq_cs()
277 struct task_struct *t = current; in rseq_ip_fixup() local
291 return clear_rseq_cs(t); in rseq_ip_fixup()
295 ret = clear_rseq_cs(t); in rseq_ip_fixup()
317 struct task_struct *t = current; in __rseq_handle_notify_resume() local
351 struct task_struct *t = current; in rseq_syscall() local
[all …]
H A Dhung_task.c92 unsigned long switch_count = t->nvcsw + t->nivcsw; in check_hung_task()
111 t->last_switch_time = jiffies; in check_hung_task()
117 trace_sched_process_hang(t); in check_hung_task()
133 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
140 sched_show_task(t); in check_hung_task()
164 get_task_struct(t); in rcu_lock_break()
169 put_task_struct(t); in rcu_lock_break()
184 struct task_struct *g, *t; in check_hung_uninterruptible_tasks() local
201 if (!rcu_lock_break(g, t)) in check_hung_uninterruptible_tasks()
370 long t; in watchdog() local
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_HMARK.c100 t->proto = nf_ct_protonum(ct); in hmark_ct_set_htuple()
101 if (t->proto != IPPROTO_ICMP) { in hmark_ct_set_htuple()
119 u32 src = ntohl(t->src); in hmark_hash()
120 u32 dst = ntohl(t->dst); in hmark_hash()
142 if (skb_copy_bits(skb, nhoff, &t->uports, sizeof(t->uports)) < 0) in hmark_set_tuple_ports()
199 t->proto = nexthdr; in hmark_pkt_set_htuple_ipv6()
200 if (t->proto == IPPROTO_ICMPV6) in hmark_pkt_set_htuple_ipv6()
214 struct hmark_tuple t; in hmark_tg_v6() local
272 t->proto = ip->protocol; in hmark_pkt_set_htuple_ipv4()
275 if (t->proto == IPPROTO_ICMP) in hmark_pkt_set_htuple_ipv4()
[all …]
/openbmc/linux/arch/m68k/atari/
H A Dtime.c157 hour = t->tm_hour; in atari_mste_hwclk()
190 t->tm_hour = hour; in atari_mste_hwclk()
212 sec = t->tm_sec; in atari_tt_hwclk()
213 min = t->tm_min; in atari_tt_hwclk()
214 hour = t->tm_hour; in atari_tt_hwclk()
215 day = t->tm_mday; in atari_tt_hwclk()
218 wday = t->tm_wday + (t->tm_wday >= 0); in atari_tt_hwclk()
309 t->tm_sec = sec; in atari_tt_hwclk()
310 t->tm_min = min; in atari_tt_hwclk()
311 t->tm_hour = hour; in atari_tt_hwclk()
[all …]
/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c58 while (t->next != NULL) { in timer_mod()
59 if (t->next == ts) { in timer_mod()
63 t = t->next; in timer_mod()
68 t->next = ts; in timer_mod()
76 while (t->next != NULL) { in timer_del()
77 if (t->next == ts) { in timer_del()
78 t->next = ts->next; in timer_del()
82 t = t->next; in timer_del()
97 while (t != NULL) { in qemu_clock_deadline_ns_all()
99 deadline = t->expire_time; in qemu_clock_deadline_ns_all()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D191.out6 Formatting 'TEST_DIR/t.IMGFMT.mid', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base ba…
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.mid backing…
8 Formatting 'TEST_DIR/t.IMGFMT.ovl2', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.mid ba…
396 image: TEST_DIR/t.IMGFMT
400 backing file: TEST_DIR/t.IMGFMT.base
402 image: TEST_DIR/t.IMGFMT.ovl2
406 backing file: TEST_DIR/t.IMGFMT.base
814 image: TEST_DIR/t.IMGFMT
818 backing file: TEST_DIR/t.IMGFMT.base
820 image: TEST_DIR/t.IMGFMT.ovl2
[all …]
H A D088.out4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
5 qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 0
6 qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 0
7 qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 128
8 qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 128
9 qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 305419896
10 qemu-io: can't open device TEST_DIR/t.vpc: Invalid block size 305419896
/openbmc/qemu/target/hppa/
H A Dinsns.decode67 &rr_cf_d t r cf d
68 &rrr t r1 r2
69 &rrr_cf t r1 r2 cf
70 &rrr_cf_d t r1 r2 cf d
71 &rrr_sh t r1 r2 sh
72 &rrr_cf_d_sh t r1 r2 cf d sh
73 &rri t r i
74 &rri_cf t r i cf
75 &rri_cf_d t r i cf d
453 &fclass01 r t
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.c46 rq->pdev = t->pdev; in mlx5e_init_trap_rq()
72 ccp.ch_stats = t->stats; in mlx5e_open_trap_rq()
73 ccp.napi = &t->napi; in mlx5e_open_trap_rq()
79 mlx5e_init_trap_rq(t, &t->params, rq); in mlx5e_open_trap_rq()
132 struct mlx5e_trap *t; in mlx5e_open_trap() local
135 t = kvzalloc_node(sizeof(*t), GFP_KERNEL, cpu_to_node(cpu)); in mlx5e_open_trap()
136 if (!t) in mlx5e_open_trap()
141 t->priv = priv; in mlx5e_open_trap()
155 err = mlx5e_create_trap_direct_rq_tir(t->mdev, &t->tir, t->rq.rqn); in mlx5e_open_trap()
159 return t; in mlx5e_open_trap()
[all …]
/openbmc/qemu/hw/timer/
H A Dxilinx_timer.c81 return 2 - t->one_timer_only; in num_timers()
101 qemu_set_irq(t->irq, !!irq); in timer_update_irq()
107 XpsTimerState *t = opaque; in timer_read() local
114 xt = &t->timers[timer]; in timer_read()
158 XpsTimerState *t = opaque; in timer_write() local
165 xt = &t->timers[timer]; in timer_write()
189 timer_update_irq(t); in timer_write()
211 timer_update_irq(t); in timer_hit()
220 t->timers = g_malloc0(sizeof t->timers[0] * num_timers(t)); in xilinx_timer_realize()
224 xt->parent = t; in xilinx_timer_realize()
[all …]
/openbmc/linux/kernel/time/
H A Dtimeconst.bc6 auto t;
8 t = b;
10 a = t;
77 print "#define HZ_TO_MSEC_NUM\t\t", 1000/cd, "\n"
78 print "#define HZ_TO_MSEC_DEN\t\t", hz/cd, "\n"
79 print "#define MSEC_TO_HZ_NUM\t\t", hz/cd, "\n"
80 print "#define MSEC_TO_HZ_DEN\t\t", 1000/cd, "\n"
100 print "#define HZ_TO_USEC_DEN\t\t", hz/cd, "\n"
101 print "#define USEC_TO_HZ_NUM\t\t", hz/cd, "\n"
106 print "#define HZ_TO_NSEC_DEN\t\t", hz/cd, "\n"
[all …]
/openbmc/linux/tools/accounting/
H A Dgetdelays.c194 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument
220 average_ms((double)t->cpu_delay_total, t->cpu_count), in print_delayacct()
224 average_ms((double)t->blkio_delay_total, t->blkio_count), in print_delayacct()
228 average_ms((double)t->swapin_delay_total, t->swapin_count), in print_delayacct()
232 average_ms((double)t->freepages_delay_total, t->freepages_count), in print_delayacct()
236 average_ms((double)t->thrashing_delay_total, t->thrashing_count), in print_delayacct()
240 average_ms((double)t->compact_delay_total, t->compact_count), in print_delayacct()
244 average_ms((double)t->wpcopy_delay_total, t->wpcopy_count), in print_delayacct()
248 average_ms((double)t->irq_delay_total, t->irq_count)); in print_delayacct()
256 (unsigned long long)t->nvcsw, (unsigned long long)t->nivcsw); in task_context_switch_counts()
[all …]
/openbmc/linux/mm/damon/
H A Dcore.c142 t->nr_regions++; in damon_add_region()
148 t->nr_regions--; in damon_del_region()
371 t = kmalloc(sizeof(*t), GFP_KERNEL); in damon_new_target()
372 if (!t) in damon_new_target()
375 t->pid = NULL; in damon_new_target()
376 t->nr_regions = 0; in damon_new_target()
380 return t; in damon_new_target()
395 list_del(&t->list); in damon_del_target()
404 kfree(t); in damon_free_target()
751 trace_damon_aggregated(t, ti, r, damon_nr_regions(t)); in kdamond_reset_aggregated()
[all …]
/openbmc/linux/drivers/md/
H A Ddm.h57 void dm_table_event_callback(struct dm_table *t,
66 void dm_table_presuspend_targets(struct dm_table *t);
67 void dm_table_presuspend_undo_targets(struct dm_table *t);
68 void dm_table_postsuspend_targets(struct dm_table *t);
69 int dm_table_resume_targets(struct dm_table *t);
70 enum dm_queue_mode dm_table_get_type(struct dm_table *t);
74 bool dm_table_bio_based(struct dm_table *t);
75 bool dm_table_request_based(struct dm_table *t);
88 #define dm_target_bio_based(t) ((t)->type->map != NULL) argument
93 #define dm_target_request_based(t) ((t)->type->clone_and_map_rq != NULL) argument
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dswitch_to.h49 static inline void save_fpu(struct task_struct *t) { } in save_fpu() argument
112 t->thread.ebbrr = 0; in clear_task_ebb()
113 t->thread.ebbhr = 0; in clear_task_ebb()
114 t->thread.bescr = 0; in clear_task_ebb()
115 t->thread.mmcr2 = 0; in clear_task_ebb()
116 t->thread.mmcr0 = 0; in clear_task_ebb()
117 t->thread.siar = 0; in clear_task_ebb()
118 t->thread.sdar = 0; in clear_task_ebb()
119 t->thread.sier = 0; in clear_task_ebb()
120 t->thread.used_ebb = 0; in clear_task_ebb()
[all …]
/openbmc/linux/lib/lzo/
H A Dlzo1x_compress.c115 t = ip - ii; in lzo1x_1_do_compress()
116 if (t != 0) { in lzo1x_1_do_compress()
117 if (t <= 3) { in lzo1x_1_do_compress()
120 op += t; in lzo1x_1_do_compress()
125 op += t; in lzo1x_1_do_compress()
143 t -= 16; in lzo1x_1_do_compress()
310 size_t t = 0; in lzogeneric1x_1_compress() local
333 t = lzo1x_1_do_compress(ip, ll, op, out_len, t, wrkmem, in lzogeneric1x_1_compress()
339 t += l; in lzogeneric1x_1_compress()
341 if (t > 0) { in lzogeneric1x_1_compress()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c117 aesenc_MC(&t, &t, false); in HELPER()
504 CR_ST_WORD(d, 0) = t ^ ror32(t, 17) ^ ror32(t, 9); in HELPER()
507 CR_ST_WORD(d, 1) = t ^ ror32(t, 17) ^ ror32(t, 9); in HELPER()
510 CR_ST_WORD(d, 2) = t ^ ror32(t, 17) ^ ror32(t, 9); in HELPER()
513 CR_ST_WORD(d, 3) = t ^ ror32(t, 17) ^ ror32(t, 9); in HELPER()
535 ror32(t, 17) ^ ror32(t, 2) ^ ror32(t, 26); in HELPER()
580 t ^= rol32(t, 9) ^ rol32(t, 17); in crypto_sm3tt()
617 t = sm4_subword(t); in do_crypto_sm4e()
619 CR_ST_WORD(d, i) ^= t ^ rol32(t, 2) ^ rol32(t, 10) ^ rol32(t, 18) ^ in do_crypto_sm4e()
651 t = sm4_subword(t); in do_crypto_sm4ekey()
[all …]
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dspi.c55 memset(&t, 0, sizeof(t)); in wl1251_spi_reset()
60 t.tx_buf = cmd; in wl1251_spi_reset()
83 memset(&t, 0, sizeof(t)); in wl1251_spi_wake()
113 t.tx_buf = cmd; in wl1251_spi_wake()
148 memset(t, 0, sizeof(t)); in wl1251_spi_read()
150 t[0].tx_buf = cmd; in wl1251_spi_read()
151 t[0].len = 4; in wl1251_spi_read()
159 t[2].rx_buf = buf; in wl1251_spi_read()
160 t[2].len = len; in wl1251_spi_read()
187 memset(t, 0, sizeof(t)); in wl1251_spi_write()
[all …]
/openbmc/linux/arch/mips/math-emu/
H A Ddp_sqrt.c23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
92 t = ieee754dp_div(x, y); in ieee754dp_sqrt()
93 y = ieee754dp_add(y, t); in ieee754dp_sqrt()
99 t = ieee754dp_mul(y, y); in ieee754dp_sqrt()
100 z = t; in ieee754dp_sqrt()
101 t.bexp += 0x001; in ieee754dp_sqrt()
102 t = ieee754dp_add(t, z); in ieee754dp_sqrt()
106 t = ieee754dp_div(z, ieee754dp_add(t, x)); in ieee754dp_sqrt()
107 t.bexp += 0x001; in ieee754dp_sqrt()
123 t.bits -= 1; in ieee754dp_sqrt()
[all …]
/openbmc/linux/crypto/
H A Daegis.h65 const u32 *t = crypto_ft_tab[0]; in crypto_aegis_aesenc() local
68 d0 = t[s[ 0]] ^ rol32(t[s[ 5]], 8) ^ rol32(t[s[10]], 16) ^ rol32(t[s[15]], 24); in crypto_aegis_aesenc()
69 d1 = t[s[ 4]] ^ rol32(t[s[ 9]], 8) ^ rol32(t[s[14]], 16) ^ rol32(t[s[ 3]], 24); in crypto_aegis_aesenc()
70 d2 = t[s[ 8]] ^ rol32(t[s[13]], 8) ^ rol32(t[s[ 2]], 16) ^ rol32(t[s[ 7]], 24); in crypto_aegis_aesenc()
71 d3 = t[s[12]] ^ rol32(t[s[ 1]], 8) ^ rol32(t[s[ 6]], 16) ^ rol32(t[s[11]], 24); in crypto_aegis_aesenc()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dbase.c67 struct scmi_xfer *t; in scmi_base_attributes_get() local
78 attr_info = t->rx.buf; in scmi_base_attributes_get()
102 struct scmi_xfer *t; in scmi_base_vendor_id_get() local
143 struct scmi_xfer *t; in scmi_base_implementation_version_get() local
177 struct scmi_xfer *t; in scmi_base_implementation_list_get() local
188 num_skip = t->tx.buf; in scmi_base_implementation_list_get()
189 num_ret = t->rx.buf; in scmi_base_implementation_list_get()
215 t->rx.len); in scmi_base_implementation_list_get()
267 struct scmi_xfer *t; in scmi_base_discover_agent_get() local
292 struct scmi_xfer *t; in scmi_base_error_notify() local
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch14 t/iri.t | 18 +++++++++---------
15 t/mailto.t | 12 ++++++------
18 diff --git a/t/escape-char.t b/t/escape-char.t
20 --- a/t/escape-char.t
21 +++ b/t/escape-char.t
49 diff --git a/t/iri.t b/t/iri.t
51 --- a/t/iri.t
52 +++ b/t/iri.t
88 diff --git a/t/mailto.t b/t/mailto.t
90 --- a/t/mailto.t
[all …]
/openbmc/linux/drivers/phy/microchip/
H A Dsparx5_serdes_regs.h32 #define SD10G_LANE_LANE_01(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 4, 0, 1, 4) argument
53 #define SD10G_LANE_LANE_02(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 8, 0, 1, 4) argument
86 #define SD10G_LANE_LANE_03(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 12, 0, 1, 4) argument
95 #define SD10G_LANE_LANE_04(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 16, 0, 1, 4) argument
104 #define SD10G_LANE_LANE_06(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 24, 0, 1, 4) argument
143 #define SD10G_LANE_LANE_0B(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 44, 0, 1, 4) argument
176 #define SD10G_LANE_LANE_0C(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 48, 0, 1, 4) argument
227 #define SD10G_LANE_LANE_0D(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 52, 0, 1, 4) argument
242 #define SD10G_LANE_LANE_0E(t) __REG(TARGET_SD10G_LANE, t, 12, 0, 0, 1, 288, 56, 0, 1, 4) argument
2153 #define SD_CMU_CMU_06(t) \ argument
[all …]

12345678910>>...321