Home
last modified time | relevance | path

Searched refs:tlist (Results 26 - 44 of 44) sorted by relevance

12

/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c1139 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 Di40iw_pble.c62 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 Dsmb2misc.c545 cfile = list_entry(tmp, struct cifsFileInfo, tlist); in smb2_tcon_has_lease()
706 tlist); in smb2_is_valid_oplock_break()
H A Dcifs_debug.c191 tlist); in cifs_debug_files_proc_show()
H A Dmisc.c489 tlist); in is_valid_oplock_break()
H A Dfile.c353 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 Dcifsglob.h1310 struct list_head tlist; /* pointer to next fid owned by tcon */ member
H A Dcifssmb.c108 open_file = list_entry(tmp, struct cifsFileInfo, tlist); in cifs_mark_open_files_invalid()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2misc.c551 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 Dmisc.c498 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 Dfile.c191 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 Dcifs_debug.c255 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in cifs_debug_files_proc_show()
H A Dcifsglob.h1392 struct list_head tlist; /* pointer to next fid owned by tcon */ member
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c175 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 Demux_synth.c175 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 Dspectrum_acl_tcam.c147 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 Dspectrum_acl_tcam.c148 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 Dmain.c1746 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 Dparser.c804 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

Completed in 51 milliseconds

12