Lines Matching refs:sf_id
67 unsigned short sf_id; /* id number */ member
398 static void awe_remove_samples(int sf_id);
2924 rec->sf_id = current_sf_id + 1; in awe_create_sf()
3486 rec->v.sf_id = current_sf_id; in awe_replace_data()
3820 rec->v.sf_id = sf->sf_id; in add_sf_info()
3836 rec->v.sf_id = sf->sf_id; in add_sf_sample()
3904 awe_remove_samples(int sf_id) in awe_remove_samples() argument
3908 if (sf_id <= 0) { in awe_remove_samples()
3913 if (current_sf_id <= sf_id) in awe_remove_samples()
3917 if (p->sf_id <= sf_id) in awe_remove_samples()
3924 sf_id = sftail->sf_id; in awe_remove_samples()
3927 sf_id = 0; in awe_remove_samples()
3930 current_sf_id = sf_id; in awe_remove_samples()
3931 if (locked_sf_id > sf_id) in awe_remove_samples()
3932 locked_sf_id = sf_id; in awe_remove_samples()
3963 if (sf1->sf_id < sf2->sf_id) { /* make sure id1 > id2 */ in is_identical_holder()