Searched refs:tlist (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/irqchip/ |
D | irq-gic-v3.c | 700 u16 tlist = 0; in gic_compute_target_list() local 703 tlist |= 1 << (mpidr & 0xf); in gic_compute_target_list() 719 return tlist; in gic_compute_target_list() 726 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument 735 tlist << ICC_SGI1R_TARGET_LIST_SHIFT); in gic_send_sgi() 756 u16 tlist; in gic_raise_softirq() local 758 tlist = gic_compute_target_list(&cpu, mask, cluster_id); in gic_raise_softirq() 759 gic_send_sgi(cluster_id, tlist, irq); in gic_raise_softirq()
|
/linux-4.19.296/include/sound/ |
D | emux_synth.h | 121 struct timer_list tlist; /* for pending note-offs */ member
|
D | opl3.h | 347 struct timer_list tlist; /* timer for note-offs and effects */ member
|
/linux-4.19.296/fs/cifs/ |
D | smb2misc.c | 544 cfile = list_entry(tmp, struct cifsFileInfo, tlist); in smb2_tcon_has_lease() 705 tlist); in smb2_is_valid_oplock_break()
|
D | misc.c | 470 tlist); in is_valid_oplock_break()
|
D | cifsglob.h | 1149 struct list_head tlist; /* pointer to next fid owned by tcon */ member
|
D | file.c | 351 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo() 433 list_del(&cifs_file->tlist); in _cifsFileInfo_put() 844 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_reopen_persistent_handles()
|
D | cifssmb.c | 104 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid()
|