Searched refs:super (Results 126 - 150 of 158) sorted by relevance

1234567

/linux-master/drivers/net/wireless/ath/carl9170/
H A Drx.c592 struct _carl9170_tx_superframe *super = (void *)entry_skb->data; local
593 struct ieee80211_bar *entry_bar = (void *)super->frame_data;
/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py102 super().__init__(linux_arch=qemu_arch_params.linux_arch,
138 super().__init__(linux_arch='um', cross_compile=cross_compile)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dg84.c327 .super = nv50_disp_super,
H A Dgk104.c312 .super = gf119_disp_super,
H A Dgt215.c245 .super = nv50_disp_super,
H A Dg94.c357 .super = nv50_disp_super,
H A Duoutp.c551 mutex_lock(&disp->super.mutex);
563 mutex_unlock(&disp->super.mutex);
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py137 super().__init__(name, application, rdesc_str, rdesc, input_info)
H A Dtest_tablet.py636 super().__init__(name, application, rdesc_str, rdesc, input_info)
980 return super().event(internal_pen)
H A Dtest_apple_keyboard.py147 super().__init__(rdesc, name, input_info)
/linux-master/fs/jffs2/
H A Dsuper.c26 #include <linux/mtd/super.h>
/linux-master/tools/mm/
H A Dthpmaps134 super().__init__(f'/proc/{pid}/pagemap', 8)
145 super().__init__(f'/proc/kpageflags', 8)
/linux-master/fs/reiserfs/
H A Djournal.c2597 static int journal_init_dev(struct super_block *super, argument
2609 jdev = SB_ONDISK_JOURNAL_DEVICE(super) ?
2610 new_decode_dev(SB_ONDISK_JOURNAL_DEVICE(super)) : super->s_dev;
2612 if (!bdev_read_only(super->s_bdev))
2617 if (jdev == super->s_dev)
2624 reiserfs_warning(super, "sh-458",
2628 } else if (jdev != super->s_dev)
2630 super->s_blocksize);
2640 reiserfs_warning(super, "s
[all...]
/linux-master/fs/f2fs/
H A Dsuper.c3 * fs/f2fs/super.c
3309 struct f2fs_super_block *super)
3312 if (super)
3313 memcpy(bh->b_data + F2FS_SUPER_OFFSET, super, sizeof(*super));
3899 * Read f2fs raw super block.
3900 * Because we have two copies of super block, so read both of them
3911 struct f2fs_super_block *super; local
3914 super = kzalloc(sizeof(struct f2fs_super_block), GFP_KERNEL);
3915 if (!super)
3308 __f2fs_commit_super(struct buffer_head *bh, struct f2fs_super_block *super) argument
[all...]
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat425 super(self.__class__, self).__init__()
606 super(TracepointProvider, self).__init__(pid)
803 super(DebugfsProvider, self).__init__(pid)
/linux-master/fs/btrfs/
H A Dzoned.c110 * C: Compare super blocks from zones[0] and zones[1], use the latest
120 /* Compare two super blocks */
123 struct btrfs_super_block *super[BTRFS_NR_SB_LOG_ZONES]; local
135 btrfs_release_disk_super(super[0]);
138 super[i] = page_address(page[i]);
141 if (btrfs_super_generation(super[0]) >
142 btrfs_super_generation(super[1]))
148 btrfs_release_disk_super(super[i]);
551 "zoned: failed to read super block log zone info at devid %llu zone %u",
569 "zoned: super bloc
[all...]
H A Dvolumes.h319 * - If metadata_uuid != fsid then super block must have
380 * safely walk it to write out the super blocks without worrying about
381 * adding/removing by the multi-device code. Scrubbing super block can
754 void btrfs_release_disk_super(struct btrfs_super_block *super);
/linux-master/tools/net/ynl/lib/
H A Dynl.py363 super().__init__(family_name, Netlink.NETLINK_GENERIC)
386 return super().msghdr_size() + 4
416 super().__init__(def_path, schema)
/linux-master/include/net/bluetooth/
H A Dbluetooth.h428 super:2; member in struct:l2cap_ctrl
/linux-master/arch/arm/boot/dts/allwinner/
H A DMakefile249 sun8i-r16-nintendo-super-nes-classic.dtb \
312 sun8i-r16-nintendo-super-nes-classic.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/allwinner/
H A DMakefile249 sun8i-r16-nintendo-super-nes-classic.dtb \
312 sun8i-r16-nintendo-super-nes-classic.dtb \
/linux-master/scripts/
H A Dbpf_doc.py54 super().__init__(*args, **kwargs)
/linux-master/fs/romfs/
H A Dsuper.c72 #include <linux/mtd/super.h>
/linux-master/fs/nfs/
H A Ddelegation.c1082 if (nfs_sb_active(server->super)) {
1083 freeme = server->super;
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c128 /* [0]: full speed, [1]: high speed, [2]: super speed */
1836 /* File system and super block operations ***********************************/
3250 static const char *speed_names[] = { "full", "high", "super" };
3256 * If ss_descriptors is not NULL, we are reading super speed
3529 const int super = !!func->ffs->ss_descs_count; local
3542 super ? ffs->ss_descs_count + 1 : 0);
3560 if (!(full | high | super))
3622 if (super) {
3644 (super ? ffs->ss_descs_count : 0),

Completed in 335 milliseconds

1234567