Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 25 of 121) sorted by relevance

12345

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_timeline.c40 struct intel_timeline *tl = in __timeline_retire() local
41 container_of(active, typeof(*tl), active); in __timeline_retire()
43 i915_vma_unpin(tl->hwsp_ggtt); in __timeline_retire()
44 intel_timeline_put(tl); in __timeline_retire()
49 struct intel_timeline *tl = in __timeline_active() local
50 container_of(active, typeof(*tl), active); in __timeline_active()
52 __i915_vma_pin(tl->hwsp_ggtt); in __timeline_active()
53 intel_timeline_get(tl); in __timeline_active()
171 struct intel_timeline *tl; in intel_timeline_create_from_engine() local
173 tl = __intel_timeline_create(engine->gt, hwsp, offset); in intel_timeline_create_from_engine()
[all …]
Dselftest_timeline.c27 static struct page *hwsp_page(struct intel_timeline *tl) in hwsp_page() argument
29 struct drm_i915_gem_object *obj = tl->hwsp_ggtt->obj; in hwsp_page()
35 static unsigned long hwsp_cacheline(struct intel_timeline *tl) in hwsp_cacheline() argument
37 unsigned long address = (unsigned long)page_address(hwsp_page(tl)); in hwsp_cacheline()
39 return (address + offset_in_page(tl->hwsp_offset)) / TIMELINE_SEQNO_BYTES; in hwsp_cacheline()
42 static int selftest_tl_pin(struct intel_timeline *tl) in selftest_tl_pin() argument
49 err = i915_gem_object_lock(tl->hwsp_ggtt->obj, &ww); in selftest_tl_pin()
51 err = intel_timeline_pin(tl, &ww); in selftest_tl_pin()
79 struct intel_timeline *tl) in __mock_hwsp_record() argument
81 tl = xchg(&state->history[idx], tl); in __mock_hwsp_record()
[all …]
Dintel_gt_requests.c17 static bool retire_requests(struct intel_timeline *tl) in retire_requests() argument
21 list_for_each_entry_safe(rq, rn, &tl->requests, link) in retire_requests()
26 return !i915_active_fence_isset(&tl->last_request); in retire_requests()
64 struct intel_timeline *tl = xchg(&engine->retire, NULL); in engine_retire() local
67 struct intel_timeline *next = xchg(&tl->retire, NULL); in engine_retire()
77 if (mutex_trylock(&tl->mutex)) { in engine_retire()
78 retire_requests(tl); in engine_retire()
79 mutex_unlock(&tl->mutex); in engine_retire()
81 intel_timeline_put(tl); in engine_retire()
84 tl = ptr_mask_bits(next, 1); in engine_retire()
[all …]
Dintel_timeline.h45 static inline int __intel_timeline_sync_set(struct intel_timeline *tl, in __intel_timeline_sync_set() argument
48 return i915_syncmap_set(&tl->sync, context, seqno); in __intel_timeline_sync_set()
51 static inline int intel_timeline_sync_set(struct intel_timeline *tl, in intel_timeline_sync_set() argument
54 return __intel_timeline_sync_set(tl, fence->context, fence->seqno); in intel_timeline_sync_set()
57 static inline bool __intel_timeline_sync_is_later(struct intel_timeline *tl, in __intel_timeline_sync_is_later() argument
60 return i915_syncmap_is_later(&tl->sync, context, seqno); in __intel_timeline_sync_is_later()
63 static inline bool intel_timeline_sync_is_later(struct intel_timeline *tl, in intel_timeline_sync_is_later() argument
66 return __intel_timeline_sync_is_later(tl, fence->context, fence->seqno); in intel_timeline_sync_is_later()
69 void __intel_timeline_pin(struct intel_timeline *tl);
70 int intel_timeline_pin(struct intel_timeline *tl, struct i915_gem_ww_ctx *ww);
[all …]
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()
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()
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()
/linux-6.12.1/fs/smb/client/
Ddfs_cache.h55 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl, in dfs_cache_get_next_tgt() argument
58 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list) || in dfs_cache_get_next_tgt()
59 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
65 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl) in dfs_cache_get_tgt_iterator() argument
67 if (!tl) in dfs_cache_get_tgt_iterator()
69 return list_first_entry_or_null(&tl->tl_list, in dfs_cache_get_tgt_iterator()
74 static inline void dfs_cache_free_tgts(struct dfs_cache_tgt_list *tl) in dfs_cache_free_tgts() argument
78 if (!tl || !tl->tl_numtgts || list_empty(&tl->tl_list)) in dfs_cache_free_tgts()
80 list_for_each_entry_safe(it, nit, &tl->tl_list, it_list) { in dfs_cache_free_tgts()
85 tl->tl_numtgts = 0; in dfs_cache_free_tgts()
[all …]
Ddfs.h23 struct dfs_cache_tgt_list tl; member
41 #define ref_walk_tl(w) (&ref_walk_cur(w)->tl)
64 dfs_cache_free_tgts(&ref->tl); in __ref_walk_free()
100 tit = dfs_cache_get_tgt_iterator(&ref->tl); in ref_walk_next_tgt()
102 tit = dfs_cache_get_next_tgt(&ref->tl, ref->tit); in ref_walk_next_tgt()
149 struct dfs_info3_param *ref, struct dfs_cache_tgt_list *tl) in dfs_get_referral() argument
156 cifs_remap(cifs_sb), path, ref, tl); in dfs_get_referral()
Ddfs.c441 struct dfs_cache_tgt_list *tl) in __tree_connect_dfs_target() argument
451 tit = dfs_cache_get_tgt_iterator(tl); in __tree_connect_dfs_target()
458 for (; tit; tit = dfs_cache_get_next_tgt(tl, tit)) { in __tree_connect_dfs_target()
506 dfs_cache_free_tgts(tl); in __tree_connect_dfs_target()
510 list_replace_init(&ntl.tl_list, &tl->tl_list); in __tree_connect_dfs_target()
526 struct dfs_cache_tgt_list *tl) in tree_connect_dfs_target() argument
534 rc = __tree_connect_dfs_target(xid, tcon, cifs_sb, tree, islink, tl); in tree_connect_dfs_target()
545 dfs_cache_free_tgts(tl); in tree_connect_dfs_target()
554 DFS_CACHE_TGT_LIST(tl); in cifs_tree_connect()
604 dfs_cache_noreq_find(server->leaf_fullpath + 1, &ref, &tl)) { in cifs_tree_connect()
[all …]
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_debugdump.c63 struct nfp_dump_tl_hdr tl; member
69 struct nfp_dump_tl_hdr tl; member
75 struct nfp_dump_tl_hdr tl; member
83 struct nfp_dump_tl_hdr tl; member
92 struct nfp_dump_tl_hdr tl; member
97 struct nfp_dump_tl_hdr tl; member
117 typedef int (*nfp_tlv_visit)(struct nfp_pf *pf, struct nfp_dump_tl *tl,
125 struct nfp_dump_tl *tl; in nfp_traverse_tlvs() local
130 while (remaining >= sizeof(*tl)) { in nfp_traverse_tlvs()
131 tl = p; in nfp_traverse_tlvs()
[all …]
/linux-6.12.1/crypto/
Dvmac.c151 int i; u64 th, tl; \
154 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
156 ADD128(rh, rl, th, tl); \
162 int i; u64 th, tl; \
165 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
167 ADD128(rh, rl, th, tl); \
168 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \
170 ADD128(rh1, rl1, th, tl); \
177 int i; u64 th, tl; \
180 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
[all …]
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()
461 SUBKEY_L(7) = subL[6] ^ tl; /* round 6 */ 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()
470 SUBKEY_L(10) = tl ^ subL[11]; /* round 7 */ 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()
483 SUBKEY_L(15) = subL[14] ^ tl; /* round 12 */ in camellia_setup_tail()
[all …]
/linux-6.12.1/drivers/isdn/mISDN/
Dfsm.c98 struct FsmTimer *ft = from_timer(ft, t, tl); in FsmExpireTimer()
114 timer_setup(&ft->tl, FsmExpireTimer, 0); in mISDN_FsmInitTimer()
126 del_timer(&ft->tl); in mISDN_FsmDelTimer()
141 if (timer_pending(&ft->tl)) { in mISDN_FsmAddTimer()
152 ft->tl.expires = jiffies + (millisec * HZ) / 1000; in mISDN_FsmAddTimer()
153 add_timer(&ft->tl); in mISDN_FsmAddTimer()
169 if (timer_pending(&ft->tl)) in mISDN_FsmRestartTimer()
170 del_timer(&ft->tl); in mISDN_FsmRestartTimer()
173 ft->tl.expires = jiffies + (millisec * HZ) / 1000; in mISDN_FsmRestartTimer()
174 add_timer(&ft->tl); in mISDN_FsmRestartTimer()
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()
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()
/linux-6.12.1/drivers/s390/net/
Dfsm.c135 fsm_timer *this = from_timer(this, t, tl); in fsm_expire_timer()
151 timer_setup(&this->tl, fsm_expire_timer, 0); in fsm_settimer()
161 del_timer(&this->tl); in fsm_deltimer()
173 timer_setup(&this->tl, fsm_expire_timer, 0); in fsm_addtimer()
176 this->tl.expires = jiffies + (millisec * HZ) / 1000; in fsm_addtimer()
177 add_timer(&this->tl); in fsm_addtimer()
191 del_timer(&this->tl); in fsm_modtimer()
192 timer_setup(&this->tl, fsm_expire_timer, 0); in fsm_modtimer()
195 this->tl.expires = jiffies + (millisec * HZ) / 1000; in fsm_modtimer()
196 add_timer(&this->tl); in fsm_modtimer()
/linux-6.12.1/fs/ext4/
Dfast_commit.c707 struct ext4_fc_tl tl; in ext4_fc_reserve_space() local
745 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD); in ext4_fc_reserve_space()
746 tl.fc_len = cpu_to_le16(remaining); in ext4_fc_reserve_space()
747 memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN); in ext4_fc_reserve_space()
772 struct ext4_fc_tl tl; in ext4_fc_write_tail() local
787 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL); in ext4_fc_write_tail()
788 tl.fc_len = cpu_to_le16(bsize - off + sizeof(struct ext4_fc_tail)); in ext4_fc_write_tail()
791 memcpy(dst, &tl, EXT4_FC_TAG_BASE_LEN); in ext4_fc_write_tail()
815 struct ext4_fc_tl tl; in ext4_fc_add_tlv() local
822 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_tlv()
[all …]
/linux-6.12.1/arch/x86/crypto/
Dcamellia_glue.c800 u32 dw, tl, tr; in camellia_setup_tail() local
911 tl = (subRL[10] >> 32) ^ (subRL[10] & ~subRL[8]); in camellia_setup_tail()
912 dw = tl & (subRL[8] >> 32); /* FL(kl1) */ in camellia_setup_tail()
914 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
920 tl = (subRL[7] >> 32) ^ (subRL[7] & ~subRL[9]); in camellia_setup_tail()
921 dw = tl & (subRL[9] >> 32); /* FLinv(kl2) */ in camellia_setup_tail()
923 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
931 tl = (subRL[18] >> 32) ^ (subRL[18] & ~subRL[16]); in camellia_setup_tail()
932 dw = tl & (subRL[16] >> 32); /* FL(kl3) */ in camellia_setup_tail()
934 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_request.c420 struct intel_timeline * const tl = i915_request_timeline(rq); in i915_request_retire_upto() local
427 tmp = list_first_entry(&tl->requests, typeof(*tmp), link); in i915_request_retire_upto()
824 static void retire_requests(struct intel_timeline *tl) in retire_requests() argument
828 list_for_each_entry_safe(rq, rn, &tl->requests, link) in retire_requests()
834 request_alloc_slow(struct intel_timeline *tl, in request_alloc_slow() argument
849 if (list_empty(&tl->requests)) in request_alloc_slow()
853 rq = list_first_entry(&tl->requests, typeof(*rq), link); in request_alloc_slow()
862 rq = list_last_entry(&tl->requests, typeof(*rq), link); in request_alloc_slow()
866 retire_requests(tl); in request_alloc_slow()
896 struct intel_timeline *tl = ce->timeline; in __i915_request_create() local
[all …]
/linux-6.12.1/arch/s390/include/asm/
Ddat-bits.h24 unsigned long tl : 2; /* Region- or Segment-Table Length */ member
46 unsigned long tl : 2; /* Region-Second-Table Length */ member
61 unsigned long tl : 2; /* Region-Third-Table Length */ member
75 unsigned long tl : 2; /* Segment-Table Length */ member
/linux-6.12.1/lib/
Dinflate.c590 struct huft *tl, /* literal/length decoder tables */ in inflate_codes() argument
618 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes()
771 struct huft *tl; /* literal/length code table */ in inflate_fixed() local
793 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_fixed()
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()
837 struct huft *tl; /* literal/length code table */ in inflate_dynamic() local
901 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic()
904 huft_free(tl); in inflate_dynamic()
[all …]
/linux-6.12.1/kernel/sched/
Dtopology.c1588 sd_init(struct sched_domain_topology_level *tl, in sd_init() argument
1592 struct sd_data *sdd = &tl->data; in sd_init()
1601 sched_domains_curr_level = tl->numa_level; in sd_init()
1604 sd_weight = cpumask_weight(tl->mask(cpu)); in sd_init()
1606 if (tl->sd_flags) in sd_init()
1607 sd_flags = (*tl->sd_flags)(); in sd_init()
1639 .name = tl->name, in sd_init()
1644 cpumask_and(sd_span, cpu_map, tl->mask(cpu)); in sd_init()
1673 if (sched_domains_numa_distance[tl->numa_level] > node_reclaim_distance) { in sd_init()
1722 #define for_each_sd_topology(tl) \ argument
[all …]
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
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 …]
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/
D4965-rs.c235 il4965_rs_tl_rm_old_stats(struct il_traffic_load *tl, u32 curr_time) in il4965_rs_tl_rm_old_stats() argument
240 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()
243 tl->time_stamp += TID_QUEUE_CELL_SPACING; 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()
246 if (tl->head >= TID_QUEUE_MAX_SIZE) in il4965_rs_tl_rm_old_stats()
247 tl->head = 0; in il4965_rs_tl_rm_old_stats()
261 struct il_traffic_load *tl = NULL; in il4965_rs_tl_add_packet() local
[all …]

12345