Home
last modified time | relevance | path

Searched refs:tl (Results 26 – 50 of 162) sorted by relevance

1234567

/openbmc/linux/fs/smb/client/
H A Ddfs.h22 struct dfs_cache_tgt_list tl; member
40 #define ref_walk_tl(w) (&ref_walk_cur(w)->tl)
62 dfs_cache_free_tgts(&ref->tl); in __ref_walk_free()
93 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
95 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
129 struct dfs_info3_param *ref, struct dfs_cache_tgt_list *tl) in dfs_get_referral() argument
136 cifs_remap(cifs_sb), path, ref, tl); in dfs_get_referral()
H A Ddfs.c444 struct dfs_cache_tgt_list *tl) in __tree_connect_dfs_target() argument
454 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()
461 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
509 dfs_cache_free_tgts(tl); in __tree_connect_dfs_target()
513 list_replace_init(&ntl.tl_list, &tl->tl_list); in __tree_connect_dfs_target()
529 struct dfs_cache_tgt_list *tl) in tree_connect_dfs_target() argument
537 rc = __tree_connect_dfs_target(xid, tcon, cifs_sb, tree, islink, tl); in tree_connect_dfs_target()
548 dfs_cache_free_tgts(tl); in tree_connect_dfs_target()
557 DFS_CACHE_TGT_LIST(tl); in cifs_tree_connect()
607 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c17 struct intel_timeline *tl = i915_request_timeline(rq); in request_sync() local
21 intel_timeline_get(tl); in request_sync()
35 lockdep_unpin_lock(&tl->mutex, rq->cookie); in request_sync()
36 mutex_unlock(&tl->mutex); in request_sync()
39 intel_timeline_put(tl); in request_sync()
46 struct intel_timeline *tl = ce->timeline; in context_sync() local
49 mutex_lock(&tl->mutex); in context_sync()
54 if (list_empty(&tl->requests)) in context_sync()
57 rq = list_last_entry(&tl->requests, typeof(*rq), link); in context_sync()
68 mutex_unlock(&tl->mutex); in context_sync()
H A Dintel_context.h251 struct intel_timeline *tl = ce->timeline; in intel_context_timeline_lock() local
255 err = mutex_lock_interruptible_nested(&tl->mutex, 0); in intel_context_timeline_lock()
257 err = mutex_lock_interruptible_nested(&tl->mutex, in intel_context_timeline_lock()
260 err = mutex_lock_interruptible(&tl->mutex); in intel_context_timeline_lock()
264 return tl; in intel_context_timeline_lock()
267 static inline void intel_context_timeline_unlock(struct intel_timeline *tl) in intel_context_timeline_unlock() argument
268 __releases(&tl->mutex) in intel_context_timeline_unlock()
270 mutex_unlock(&tl->mutex); in intel_context_timeline_unlock()
H A Dmock_engine.c16 static int mock_timeline_pin(struct intel_timeline *tl) in mock_timeline_pin() argument
20 if (WARN_ON(!i915_gem_object_trylock(tl->hwsp_ggtt->obj, NULL))) in mock_timeline_pin()
23 err = intel_timeline_pin_map(tl); in mock_timeline_pin()
24 i915_gem_object_unlock(tl->hwsp_ggtt->obj); in mock_timeline_pin()
28 atomic_inc(&tl->pin_count); in mock_timeline_pin()
32 static void mock_timeline_unpin(struct intel_timeline *tl) in mock_timeline_unpin() argument
34 GEM_BUG_ON(!atomic_read(&tl->pin_count)); in mock_timeline_unpin()
35 atomic_dec(&tl->pin_count); in mock_timeline_unpin()
/openbmc/qemu/util/
H A Dqemu-timer.c128 assert(main_loop_tlg.tl[type] == NULL); in qemu_clock_init()
160 QEMUTimerList *tl; in qemu_clock_enable() local
166 QLIST_FOREACH(tl, &clock->timerlists, list) { in qemu_clock_enable()
167 qemu_event_wait(&tl->timers_done_ev); in qemu_clock_enable()
180 main_loop_tlg.tl[type]); in qemu_clock_has_timers()
204 main_loop_tlg.tl[type]); in qemu_clock_expired()
296 return main_loop_tlg.tl[type]; in qemu_clock_get_main_loop_timerlist()
367 ts->timer_list = timer_list_group->tl[type]; in timer_init_full()
590 return timerlist_run_timers(main_loop_tlg.tl[type]); in qemu_clock_run_timers()
598 tlg->tl[type] = timerlist_new(type, cb, opaque); in timerlistgroup_init()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c850 if (list_empty(&tl->requests)) in request_alloc_slow()
867 retire_requests(tl); in request_alloc_slow()
957 tl->fence_context, seqno); in __i915_request_create()
959 RCU_INIT_POINTER(rq->timeline, tl); in __i915_request_create()
960 rq->hwsp_seqno = tl->hwsp_seqno; in __i915_request_create()
1032 struct intel_timeline *tl; in i915_request_create() local
1035 if (IS_ERR(tl)) in i915_request_create()
1036 return ERR_CAST(tl); in i915_request_create()
1055 intel_context_timeline_unlock(tl); in i915_request_create()
1851 lockdep_assert_held(&tl->mutex); in i915_request_add()
[all …]
/openbmc/linux/lib/
H A Dinflate.c618 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes()
804 huft_free(tl); in inflate_fixed()
813 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
820 huft_free(tl); in inflate_fixed()
904 huft_free(tl); in inflate_dynamic()
918 j = (td = tl + ((unsigned)b & m))->b; in inflate_dynamic()
966 huft_free(tl); in inflate_dynamic()
983 huft_free(tl); in inflate_dynamic()
1001 huft_free(tl); in inflate_dynamic()
1010 if (inflate_codes(tl, td, bl, bd)) {
[all …]
/openbmc/linux/kernel/sched/
H A Dtopology.c1574 if (tl->sd_flags) in sd_init()
1607 .name = tl->name, in sd_init()
1691 for (tl = sched_domain_topology; tl->mask; tl++)
1698 sched_domain_topology = tl; in set_sched_topology()
1931 if (!tl) in sched_init_numa()
1963 sched_domain_topology = tl; in sched_init_numa()
2190 for_each_sd_topology(tl) { in __sdt_alloc()
2259 for_each_sd_topology(tl) { in __sdt_free()
2348 if (!cpumask_equal(tl->mask(cpu), tl->mask(i)) && in topology_span_sane()
2349 cpumask_intersects(tl->mask(cpu), tl->mask(i))) in topology_span_sane()
[all …]
/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c195 int tl; in mxs_spi_xfer_dma() local
253 tl = 0x10000; in mxs_spi_xfer_dma()
255 tl = min(length, xfer_max_sz); in mxs_spi_xfer_dma()
258 ((tl & 0xffff) << MXS_DMA_DESC_BYTES_OFFSET) | in mxs_spi_xfer_dma()
263 data += tl; in mxs_spi_xfer_dma()
264 length -= tl; in mxs_spi_xfer_dma()
287 dp->cmd.pio_words[3] = tl; in mxs_spi_xfer_dma()
/openbmc/qemu/target/loongarch/
H A Dhelper.h8 DEF_HELPER_FLAGS_1(bitrev_w, TCG_CALL_NO_RWG_SE, tl, tl)
9 DEF_HELPER_FLAGS_1(bitrev_d, TCG_CALL_NO_RWG_SE, tl, tl)
10 DEF_HELPER_FLAGS_1(bitswap, TCG_CALL_NO_RWG_SE, tl, tl)
15 DEF_HELPER_FLAGS_3(crc32, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl)
16 DEF_HELPER_FLAGS_3(crc32c, TCG_CALL_NO_RWG_SE, tl, tl, tl, tl)
111 DEF_HELPER_3(iocsrwr_b, void, env, tl, tl)
112 DEF_HELPER_3(iocsrwr_h, void, env, tl, tl)
113 DEF_HELPER_3(iocsrwr_w, void, env, tl, tl)
114 DEF_HELPER_3(iocsrwr_d, void, env, tl, tl)
129 DEF_HELPER_4(lddir, tl, env, tl, tl, i32)
[all …]
/openbmc/linux/drivers/isdn/mISDN/
H A Dtimerdev.c39 struct timer_list tl; member
77 timer_shutdown_sync(&timer->tl); in mISDN_close()
158 struct mISDNtimer *timer = from_timer(timer, t, tl); in dev_expire_timer()
183 timer_setup(&timer->tl, dev_expire_timer, 0); in misdn_add_timer()
189 timer->tl.expires = jiffies + ((HZ * (u_long)timeout) / 1000); in misdn_add_timer()
190 add_timer(&timer->tl); in misdn_add_timer()
207 timer_shutdown_sync(&timer->tl); in misdn_del_timer()
H A Ddsp_tones.c462 struct dsp *dsp = from_timer(dsp, t, tone.tl); in dsp_tone_timeout()
481 tone->tl.expires = jiffies + (pat->seq[index] * HZ) / 8000; in dsp_tone_timeout()
482 add_timer(&tone->tl); in dsp_tone_timeout()
507 if (dsp->features.hfc_loops && timer_pending(&tonet->tl)) in dsp_tone()
508 del_timer(&tonet->tl); in dsp_tone()
541 if (timer_pending(&tonet->tl)) in dsp_tone()
542 del_timer(&tonet->tl); in dsp_tone()
543 tonet->tl.expires = jiffies + (pat->seq[0] * HZ) / 8000; in dsp_tone()
544 add_timer(&tonet->tl); in dsp_tone()
/openbmc/linux/crypto/
H A Dcamellia_generic.c359 u32 dw, tl, tr; in camellia_setup_tail() local
458 tl = subL[10] ^ (subR[10] & ~subR[8]); in camellia_setup_tail()
459 dw = tl & subL[8]; /* FL(kl1) */ in camellia_setup_tail()
467 tl = subL[7] ^ (subR[7] & ~subR[9]); in camellia_setup_tail()
468 dw = tl & subL[9]; /* FLinv(kl2) */ in camellia_setup_tail()
480 tl = subL[18] ^ (subR[18] & ~subR[16]); in camellia_setup_tail()
481 dw = tl & subL[16]; /* FL(kl3) */ in camellia_setup_tail()
489 tl = subL[15] ^ (subR[15] & ~subR[17]); in camellia_setup_tail()
490 dw = tl & subL[17]; /* FLinv(kl4) */ in camellia_setup_tail()
509 dw = tl & subL[24]; /* FL(kl5) */ in camellia_setup_tail()
[all …]
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c29 uint64_t th, tl; \
46 : "=r" (cr), "=r" (th), "=r" (tl) \
50 assert(tl == TL); \
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h55 struct channel_tlv tl; member
62 struct channel_tlv tl; member
74 struct channel_tlv tl; member
123 struct channel_tlv tl; member
232 struct channel_tlv tl; member
345 struct channel_tlv tl; member
353 struct channel_tlv tl; member
359 struct channel_tlv tl; member
365 struct channel_tlv tl; member
377 struct channel_tlv tl; member
[all …]
/openbmc/qemu/target/avr/
H A Dhelper.h27 DEF_HELPER_2(inb, tl, env, i32)
29 DEF_HELPER_2(fullrd, tl, env, i32)
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c240 while (tl->queue_count && tl->time_stamp < oldest_time) { in il4965_rs_tl_rm_old_stats()
241 tl->total -= tl->packet_count[tl->head]; in il4965_rs_tl_rm_old_stats()
242 tl->packet_count[tl->head] = 0; in il4965_rs_tl_rm_old_stats()
244 tl->queue_count--; in il4965_rs_tl_rm_old_stats()
245 tl->head++; in il4965_rs_tl_rm_old_stats()
247 tl->head = 0; in il4965_rs_tl_rm_old_stats()
279 tl->total = 1; in il4965_rs_tl_add_packet()
282 tl->head = 0; in il4965_rs_tl_add_packet()
296 tl->packet_count[idx] = tl->packet_count[idx] + 1; in il4965_rs_tl_add_packet()
297 tl->total = tl->total + 1; in il4965_rs_tl_add_packet()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd.c86 struct intel_timeline * const tl = i915_request_timeline(rq); in pxp_request_commit() local
88 lockdep_unpin_lock(&tl->mutex, rq->cookie); in pxp_request_commit()
94 mutex_unlock(&tl->mutex); in pxp_request_commit()
/openbmc/qemu/host/include/aarch64/host/
H A Dstore-insert-al16.h27 uint64_t tl, th, vl, vh, ml, mh; in store_atom_insert_al16() local
43 : [mem] "+Q"(*ps), [f] "=&r"(fail), [l] "=&r"(tl), [h] "=&r"(th) in store_atom_insert_al16()
/openbmc/linux/arch/sparc/kernel/
H A Detrap_64.S221 rdpr %tl, %g1
223 wrpr %g0, 1, %tl
233 wrpr %g0, 2, %tl
248 wrpr %g0, 3, %tl
258 wrpr %g0, 4, %tl
271 wrpr %g0, 1, %tl
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h99 struct channel_tlv tl; member
105 struct channel_tlv tl; member
117 struct channel_tlv tl; member
213 struct channel_tlv tl; member
219 struct channel_tlv tl; member
/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c187 u32 tl; in nvmet_execute_auth_send() local
208 tl = le32_to_cpu(req->cmd->auth_send.tl); in nvmet_execute_auth_send()
209 if (!tl) { in nvmet_execute_auth_send()
212 offsetof(struct nvmf_auth_send_command, tl); in nvmet_execute_auth_send()
215 if (!nvmet_check_transfer_len(req, tl)) { in nvmet_execute_auth_send()
216 pr_debug("%s: transfer length mismatch (%u)\n", __func__, tl); in nvmet_execute_auth_send()
220 d = kmalloc(tl, GFP_KERNEL); in nvmet_execute_auth_send()
226 status = nvmet_copy_from_sgl(req, 0, d, tl); in nvmet_execute_auth_send()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c234 tl->total -= tl->packet_count[tl->head]; in rs_tl_rm_old_stats()
235 tl->packet_count[tl->head] = 0; in rs_tl_rm_old_stats()
237 tl->queue_count--; in rs_tl_rm_old_stats()
238 tl->head++; in rs_tl_rm_old_stats()
240 tl->head = 0; in rs_tl_rm_old_stats()
272 tl->total = 1; in rs_tl_add_packet()
274 tl->queue_count = 1; in rs_tl_add_packet()
275 tl->head = 0; in rs_tl_add_packet()
289 tl->packet_count[index] = tl->packet_count[index] + 1; in rs_tl_add_packet()
290 tl->total = tl->total + 1; in rs_tl_add_packet()
[all …]
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c69 unsigned long tl : 2; /* Region-Third-Table Length */ member
83 unsigned long tl : 2; /* Segment-Table Length */ member
654 if (vaddr.rfx01 > asce.tl) in guest_translate()
661 if (vaddr.rsx01 > asce.tl) in guest_translate()
668 if (vaddr.rtx01 > asce.tl) in guest_translate()
675 if (vaddr.sx01 > asce.tl) in guest_translate()
738 if (vaddr.sx01 > rtte.fc0.tl) in guest_translate()
1406 if (vaddr.rfx01 > asce.tl && !*fake) in kvm_s390_shadow_tables()
1412 if (vaddr.rsx01 > asce.tl) in kvm_s390_shadow_tables()
1418 if (vaddr.rtx01 > asce.tl) in kvm_s390_shadow_tables()
[all …]

1234567