Searched refs:kf (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/iio/buffer/ |
| D | kfifo_buf.c | 18 struct kfifo kf; member 38 return __kfifo_alloc((struct __kfifo *)&buf->kf, length, in __iio_allocate_kfifo() 49 kfifo_free(&buf->kf); in iio_request_update_kfifo() 55 kfifo_reset_out(&buf->kf); in iio_request_update_kfifo() 64 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_mark_update_needed_kfifo() local 65 kf->update_needed = true; in iio_mark_update_needed_kfifo() 94 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_store_to_kfifo() local 95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo() 104 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_read_kfifo() local 106 if (mutex_lock_interruptible(&kf->user_lock)) in iio_read_kfifo() [all …]
|
| /Linux-v5.10/net/netfilter/ |
| D | nfnetlink_osf.c | 203 const struct nf_osf_finger *kf; in nf_osf_match() local 218 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_match() 220 f = &kf->finger; in nf_osf_match() 266 const struct nf_osf_finger *kf; in nf_osf_find() local 277 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_find() 278 f = &kf->finger; in nf_osf_find() 301 struct nf_osf_finger *kf = NULL, *sf; in nfnl_osf_add_callback() local 315 kf = kmalloc(sizeof(struct nf_osf_finger), GFP_KERNEL); in nfnl_osf_add_callback() 316 if (!kf) in nfnl_osf_add_callback() 319 memcpy(&kf->finger, f, sizeof(struct nf_osf_user_finger)); in nfnl_osf_add_callback() [all …]
|
| /Linux-v5.10/arch/arm64/boot/dts/renesas/ |
| D | Makefile | 28 dtb-$(CONFIG_ARCH_R8A77950) += r8a77950-ulcb-kf.dtb 33 dtb-$(CONFIG_ARCH_R8A77951) += r8a77951-ulcb-kf.dtb 38 dtb-$(CONFIG_ARCH_R8A77960) += r8a77960-ulcb-kf.dtb 46 dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-ulcb-kf.dtb
|
| D | r8a77950-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
| D | r8a77951-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
| D | r8a77960-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
| D | r8a77965-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/dispnv04/ |
| D | tvmodesnv17.c | 265 int64_t kf; member 342 + (p->kf + p->kif*i + p->ki2f*i*i + in tv_setup_filter()
|
| /Linux-v5.10/arch/x86/kvm/mmu/ |
| D | mmu.c | 4244 u8 kf = (pfec & PFERR_USER_MASK) ? 0 : u; in update_permission_bitmask() local 4256 smepf = (pfec & PFERR_FETCH_MASK) ? kf : 0; in update_permission_bitmask() 4275 smapf = (pfec & (PFERR_RSVD_MASK|PFERR_FETCH_MASK)) ? 0 : kf; in update_permission_bitmask()
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | parport-lowlevel.rst | 874 void (*kf) (void *),
|
| /Linux-v5.10/arch/x86/kernel/cpu/resctrl/ |
| D | rdtgroup.c | 3151 static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf) in rdtgroup_show_options() argument
|