| /Linux-v5.4/drivers/gpu/drm/i915/gt/ | 
| D | selftest_timeline.c | 19 static struct page *hwsp_page(struct intel_timeline *tl)  in hwsp_page()27 static unsigned long hwsp_cacheline(struct intel_timeline *tl)  in hwsp_cacheline()
 50 			       struct intel_timeline *tl)  in __mock_hwsp_record()
 63 	struct intel_timeline *tl;  in __mock_hwsp_timeline()  local
 166 static int __igt_sync(struct intel_timeline *tl,  in __igt_sync()
 208 	struct intel_timeline tl;  in igt_sync()  local
 252 	struct intel_timeline tl;  in bench_sync()  local
 447 tl_write(struct intel_timeline *tl, struct intel_engine_cs *engine, u32 value)  in tl_write()
 480 	struct intel_timeline *tl;  in checked_intel_timeline_create()  local
 527 			struct intel_timeline *tl;  in live_hwsp_engine()  local
 [all …]
 
 | 
| D | intel_timeline.h | 55 static inline int __intel_timeline_sync_set(struct intel_timeline *tl,  in __intel_timeline_sync_set()61 static inline int intel_timeline_sync_set(struct intel_timeline *tl,  in intel_timeline_sync_set()
 67 static inline bool __intel_timeline_sync_is_later(struct intel_timeline *tl,  in __intel_timeline_sync_is_later()
 73 static inline bool intel_timeline_sync_is_later(struct intel_timeline *tl,  in intel_timeline_sync_is_later()
 
 | 
| D | intel_timeline.c | 313 int intel_timeline_pin(struct intel_timeline *tl)  in intel_timeline_pin()337 void intel_timeline_enter(struct intel_timeline *tl)  in intel_timeline_enter()
 354 void intel_timeline_exit(struct intel_timeline *tl)  in intel_timeline_exit()
 377 static u32 timeline_advance(struct intel_timeline *tl)  in timeline_advance()
 385 static void timeline_rollback(struct intel_timeline *tl)  in timeline_rollback()
 391 __intel_timeline_get_seqno(struct intel_timeline *tl,  in __intel_timeline_get_seqno()
 480 int intel_timeline_get_seqno(struct intel_timeline *tl,  in intel_timeline_get_seqno()
 504 	struct intel_timeline *tl = from->timeline;  in intel_timeline_read_hwsp()  local
 527 void intel_timeline_unpin(struct intel_timeline *tl)  in intel_timeline_unpin()
 
 | 
| D | intel_context.h | 129 	struct intel_timeline *tl = ce->timeline;  in intel_context_timeline_lock()  local139 static inline void intel_context_timeline_unlock(struct intel_timeline *tl)  in intel_context_timeline_unlock()
 
 | 
| D | mock_engine.c | 35 static void mock_timeline_pin(struct intel_timeline *tl)  in mock_timeline_pin()40 static void mock_timeline_unpin(struct intel_timeline *tl)  in mock_timeline_unpin()
 
 | 
| D | intel_context.c | 295 	struct intel_timeline *tl = ce->timeline;  in intel_context_prepare_remote_request()  local
 | 
| D | selftest_context.c | 39 	struct intel_timeline *tl = ce->timeline;  in context_sync()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | ipmi-fru.h | 52 	struct fru_type_length tl[0];	/* type-length stuff follows */  member85 static inline int fru_type(struct fru_type_length *tl)  in fru_type()
 90 static inline int fru_length(struct fru_type_length *tl)  in fru_length()
 96 static inline int fru_strlen(struct fru_type_length *tl)  in fru_strlen()
 101 static inline char *fru_strcpy(char *dest, struct fru_type_length *tl)  in fru_strcpy()
 109 static inline struct fru_type_length *fru_next_tl(struct fru_type_length *tl)  in fru_next_tl()
 114 static inline int fru_is_eof(struct fru_type_length *tl)  in fru_is_eof()
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | dfs_cache.h | 53 dfs_cache_get_next_tgt(struct dfs_cache_tgt_list *tl,  in dfs_cache_get_next_tgt()63 dfs_cache_get_tgt_iterator(struct dfs_cache_tgt_list *tl)  in dfs_cache_get_tgt_iterator()
 72 static inline void dfs_cache_free_tgts(struct dfs_cache_tgt_list *tl)  in dfs_cache_free_tgts()
 93 dfs_cache_get_nr_tgts(const struct dfs_cache_tgt_list *tl)  in dfs_cache_get_nr_tgts()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/ | 
| D | nfp_net_debugdump.c | 58 	struct nfp_dump_tl tl;  member64 	struct nfp_dump_tl tl;  member
 70 	struct nfp_dump_tl tl;  member
 78 	struct nfp_dump_tl tl;  member
 87 	struct nfp_dump_tl tl;  member
 92 	struct nfp_dump_tl tl;  member
 120 	struct nfp_dump_tl *tl;  in nfp_traverse_tlvs()  local
 251 nfp_add_tlv_size(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param)  in nfp_add_tlv_size()
 331 	struct nfp_dump_tl *tl = dump->p;  in nfp_add_tlv()  local
 654 nfp_dump_for_tlv(struct nfp_pf *pf, struct nfp_dump_tl *tl, void *param)  in nfp_dump_for_tlv()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_request.c | 319 	struct intel_timeline * const tl = rq->timeline;  in i915_request_retire_upto()  local582 static void retire_requests(struct intel_timeline *tl)  in retire_requests()
 592 request_alloc_slow(struct intel_timeline *tl, gfp_t gfp)  in request_alloc_slow()
 625 	struct intel_timeline *tl = ce->timeline;  in __i915_request_create()  local
 759 	struct intel_timeline *tl;  in i915_request_create()  local
 1227 	struct intel_timeline * const tl = rq->timeline;  in i915_request_add()  local
 1506 	struct intel_timeline *tl, *tn;  in i915_retire_requests()  local
 
 | 
| D | i915_active.c | 174 active_instance(struct i915_active *ref, struct intel_timeline *tl)  in active_instance()300 		    struct intel_timeline *tl,  in i915_active_ref()
 
 | 
| /Linux-v5.4/kernel/sched/ | 
| D | topology.c | 1315 sd_init(struct sched_domain_topology_level *tl,  in sd_init()1449 #define for_each_sd_topology(tl)			\  argument
 1452 void set_sched_topology(struct sched_domain_topology_level *tl)  in set_sched_topology()
 1558 	struct sched_domain_topology_level *tl;  in sched_init_numa()  local
 1752 	struct sched_domain_topology_level *tl;  in __sdt_alloc()  local
 1821 	struct sched_domain_topology_level *tl;  in __sdt_free()  local
 1855 static struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl,  in build_sched_domain()
 1894 	struct sched_domain_topology_level *tl, *asym_tl = NULL;  in asym_cpu_capacity_level()  local
 1970 		struct sched_domain_topology_level *tl;  in build_sched_domains()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_vf.h | 82 	struct channel_tlv tl;  member89 	struct channel_tlv tl;  member
 101 	struct channel_tlv tl;  member
 150 	struct channel_tlv tl;  member
 259 	struct channel_tlv tl;  member
 372 	struct channel_tlv tl;  member
 380 	struct channel_tlv tl;  member
 386 	struct channel_tlv tl;  member
 392 	struct channel_tlv tl;  member
 404 	struct channel_tlv tl;  member
 [all …]
 
 | 
| /Linux-v5.4/lib/ | 
| D | inflate.c | 590 	struct huft *tl,    /* literal/length decoder tables */  in inflate_codes()771   struct huft *tl;      /* literal/length code table */  in inflate_fixed()  local
 837   struct huft *tl;      /* literal/length code table */  in inflate_dynamic()  local
 
 | 
| /Linux-v5.4/drivers/isdn/mISDN/ | 
| D | fsm.h | 44 	struct timer_list tl;  member
 | 
| D | timerdev.c | 39 	struct timer_list	tl;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_vfpf.h | 99 	struct channel_tlv tl;  member105 	struct channel_tlv tl;  member
 117 	struct channel_tlv tl;  member
 213 	struct channel_tlv tl;  member
 219 	struct channel_tlv tl;  member
 
 | 
| /Linux-v5.4/arch/um/include/shared/ | 
| D | net_kern.h | 27 	struct timer_list tl;  member
 | 
| /Linux-v5.4/drivers/s390/net/ | 
| D | fsm.h | 92 	struct timer_list tl;  member
 | 
| /Linux-v5.4/drivers/input/keyboard/ | 
| D | mpr121_touchkey.c | 167 	unsigned char usl, lsl, tl, eleconf;  in mpr121_phys_init()  local
 | 
| /Linux-v5.4/arch/s390/kvm/ | 
| D | gaccess.c | 31 		unsigned long tl : 2; /* Region- or Segment-Table Length */  member53 		unsigned long tl : 2; /* Region-Second-Table Length */  member
 68 		unsigned long tl : 2; /* Region-Third-Table Length */  member
 82 	unsigned long tl : 2; /* Segment-Table Length */  member
 
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ | 
| D | 4965-rs.c | 235 il4965_rs_tl_rm_old_stats(struct il_traffic_load *tl, u32 curr_time)  in il4965_rs_tl_rm_old_stats()261 	struct il_traffic_load *tl = NULL;  in il4965_rs_tl_add_packet()  local
 314 	struct il_traffic_load *tl = NULL;  in il4965_rs_tl_get_load()  local
 
 | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | camellia_glue.c | 801 	u32 dw, tl, tr;  in camellia_setup_tail()  local
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ | 
| D | rs.c | 248 static void rs_tl_rm_old_stats(struct iwl_traffic_load *tl, u32 curr_time)  in rs_tl_rm_old_stats()275 	struct iwl_traffic_load *tl = NULL;  in rs_tl_add_packet()  local
 357 	struct iwl_traffic_load *tl = NULL;  in rs_tl_get_load()  local
 
 |