/kernel/linux/linux-6.6/sound/core/ |
H A D | timer.c | 1139 struct timer_list tlist; member 1149 tlist); in snd_timer_s_function() 1172 mod_timer(&priv->tlist, njiff); in snd_timer_s_start() 1182 del_timer(&priv->tlist); in snd_timer_s_stop() 1197 del_timer_sync(&priv->tlist); in snd_timer_s_close() 1233 timer_setup(&priv->tlist, snd_timer_s_function, 0); in snd_timer_register_system()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_pble.c | 62 struct list_head *tlist; in i40iw_destroy_pble_pool() local 67 list_for_each_safe(clist, tlist, &pinfo->clist) { in i40iw_destroy_pble_pool()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2misc.c | 545 cfile = list_entry(tmp, struct cifsFileInfo, tlist); in smb2_tcon_has_lease() 706 tlist); in smb2_is_valid_oplock_break()
|
H A D | cifs_debug.c | 191 tlist); in cifs_debug_files_proc_show()
|
H A D | misc.c | 489 tlist); in is_valid_oplock_break()
|
H A D | file.c | 353 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo() 471 list_del(&cifs_file->tlist); in _cifsFileInfo_put() 870 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_reopen_persistent_handles() 2079 tlist); in cifs_get_writable_path() 2114 tlist); in cifs_get_readable_path()
|
H A D | cifsglob.h | 1310 struct list_head tlist; /* pointer to next fid owned by tcon */ member
|
H A D | cifssmb.c | 108 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2misc.c | 551 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_tcon_has_lease() 703 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_is_valid_oplock_break()
|
H A D | misc.c | 498 list_for_each_entry(netfile, &tcon->openFileList, tlist) { in is_valid_oplock_break() 792 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_close_all_deferred_files() 827 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_close_deferred_file_under_dentry()
|
H A D | file.c | 191 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid() 521 list_add(&cfile->tlist, &tcon->openFileList); in cifs_new_fileinfo() 645 list_del(&cifs_file->tlist); in _cifsFileInfo_put() 1141 list_for_each_entry(open_file, &tcon->openFileList, tlist) { in cifs_reopen_persistent_handles() 2361 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_writable_path() 2393 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_get_readable_path()
|
H A D | cifs_debug.c | 255 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_debug_files_proc_show()
|
H A D | cifsglob.h | 1392 struct list_head tlist; /* pointer to next fid owned by tcon */ member
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_synth.c | 175 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_note_off() 193 struct snd_emux *emu = from_timer(emu, t, tlist); in snd_emux_timer_callback() 211 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_timer_callback()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_synth.c | 175 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_note_off() 193 struct snd_emux *emu = from_timer(emu, t, tlist); in snd_emux_timer_callback() 211 mod_timer(&emu->tlist, jiffies + 1); in snd_emux_timer_callback()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 147 struct list_head tlist; /* Member of a TCAM */ member 797 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create() 822 list_del(&vregion->tlist); in mlxsw_sp_acl_tcam_vregion_destroy() 860 list_for_each_entry(vregion, &tcam->vregion_list, tlist) { in mlxsw_sp_acl_tcam_vregion_rehash_intrvl_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 148 struct list_head tlist; /* Member of a TCAM */ member 798 list_add_tail(&vregion->tlist, &tcam->vregion_list); in mlxsw_sp_acl_tcam_vregion_create() 823 list_del(&vregion->tlist); in mlxsw_sp_acl_tcam_vregion_destroy() 1482 list_for_each_entry(vregion, &tcam->vregion_list, tlist) { in mlxsw_sp_acl_tcam_region_rehash_intrvl_set()
|
/third_party/mksh/ |
H A D | main.c | 1746 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp() argument 1808 tp->next = *tlist; in maketemp() 1809 *tlist = tp; in maketemp()
|
/third_party/alsa-lib/src/ucm/ |
H A D | parser.c | 804 struct list_head *tlist, in parse_transition() 844 list_add(&tseq->list, tlist); in parse_transition() 803 parse_transition(snd_use_case_mgr_t *uc_mgr, struct list_head *tlist, snd_config_t *cfg) parse_transition() argument
|