Home
last modified time | relevance | path

Searched refs:first_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_btree_staging.c745 union xfs_btree_ptr first_ptr; in xfs_btree_bload() local
780 xfs_btree_copy_ptrs(cur, &first_ptr, &ptr, 1); in xfs_btree_bload()
788 xfs_btree_copy_ptrs(cur, &child_ptr, &first_ptr, 1); in xfs_btree_bload()
/linux-6.15/sound/pci/emu10k1/
H A Demupcm.c806 epcm->first_ptr = 1; in snd_emu10k1_capture_trigger()
993 if (epcm->first_ptr) { in snd_emu10k1_capture_pointer()
995 epcm->first_ptr = 0; in snd_emu10k1_capture_pointer()
/linux-6.15/include/sound/
H A Demu10k1.h1509 unsigned short first_ptr; member