Searched refs:super (Results 76 - 100 of 158) sorted by relevance

1234567

/linux-master/fs/nfs/
H A DMakefile9 nfs-y := client.o dir.o file.o getroot.o inode.o super.o \
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgt200.c87 .super = nv50_disp_super,
H A Dgm107.c92 .super = gf119_disp_super,
H A Dgf119.c1013 struct nvkm_disp *disp = container_of(work, struct nvkm_disp, super.work);
1019 nvkm_debug(subdev, "supervisor %d\n", ffs(disp->super.pending));
1020 mutex_lock(&disp->super.mutex);
1027 if (disp->super.pending & 0x00000001) {
1036 if (disp->super.pending & 0x00000002) {
1053 if (disp->super.pending & 0x00000004) {
1065 mutex_unlock(&disp->super.mutex);
1129 disp->super.pending = (stat & 0x00000007);
1130 queue_work(disp->super.wq, &disp->super
[all...]
H A Dgv100.c837 struct nvkm_disp *disp = container_of(work, struct nvkm_disp, super.work);
843 mutex_lock(&disp->super.mutex);
846 nvkm_debug(subdev, "supervisor %d: %08x\n", ffs(disp->super.pending), stat);
852 if (disp->super.pending & 0x00000001) {
861 if (disp->super.pending & 0x00000002) {
878 if (disp->super.pending & 0x00000004) {
890 mutex_unlock(&disp->super.mutex);
943 disp->super.pending = (stat & 0x00000007);
944 queue_work(disp->super.wq, &disp->super
[all...]
H A Dpriv.h28 void (*super)(struct work_struct *); member in struct:nvkm_disp_func
H A Dnv50.c1367 struct nvkm_disp *disp = container_of(work, struct nvkm_disp, super.work);
1371 u32 super; local
1373 mutex_lock(&disp->super.mutex);
1374 super = nvkm_rd32(device, 0x610030);
1376 nvkm_debug(subdev, "supervisor %08x %08x\n", disp->super.pending, super);
1378 if (disp->super.pending & 0x00000010) {
1382 if (!(super & (0x00000020 << head->id)))
1384 if (!(super & (0x00000080 << head->id)))
1389 if (disp->super
[all...]
H A Dgp102.c180 .super = gf119_disp_super,
/linux-master/scripts/gdb/linux/
H A Dradixtree.py81 super(LxRadixTree, self).__init__("lx_radix_tree_lookup")
H A Dlists.py126 super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA,
H A Dsymbols.py24 super(LoadModuleBreakpoint, self).__init__(spec, internal=True)
71 super(LxSymbols, self).__init__("lx-symbols", gdb.COMMAND_FILES,
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py23 super().__init__()
26 super().pre_suite(testcount, testlist)
87 super().adjust_command(stage, command)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py70 super().__init__(reader)
76 super().search_block(self.start_marker);
388 super().__init__()
397 super().__init__()
463 super().__init__()
/linux-master/drivers/md/
H A Ddm-log-writes.c69 * At byte 0 we have our super, followed by the following sequence for
403 struct log_write_super super; local
405 super.magic = cpu_to_le64(WRITE_LOG_MAGIC);
406 super.version = cpu_to_le64(WRITE_LOG_VERSION);
407 super.nr_entries = cpu_to_le64(lc->logged_entries);
408 super.sectorsize = cpu_to_le32(lc->sectorsize);
410 if (write_metadata(lc, &super, sizeof(super), NULL, 0,
412 DMERR("Couldn't write super");
436 bool super local
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py168 super().__init__(name, "Pen", input_info=info, rdesc=rdesc)
230 return super().create_report(report, reportID=reportID)
241 return super().create_report(report, reportID=reportID)
262 return super().create_report(report, reportID=reportID)
379 super().__init__(rdesc, name, info)
463 super().__init__(rdesc, name, info)
477 super().__init__(rdesc, name, info)
616 super().assertName(uhdev, " Pen")
621 super().assertName(uhdev, " Finger")
774 super()
[all...]
H A Dtest_mouse.py37 super().__init__(name, "Mouse", input_info=input_info, rdesc=rdesc)
86 return super().create_report(mouse, reportID=reportID)
140 super().__init__(rdesc, name, input_info)
203 super().__init__(rdesc, name, input_info)
247 super().__init__(rdesc, name, input_info)
329 super().__init__(rdesc, name, input_info)
409 super().__init__(rdesc, name, input_info)
435 super().set_report(req, rnum, rtype, data)
522 super().__init__(rdesc, name, input_info)
531 super()
[all...]
H A Dtest_keyboard.py28 super().__init__(name, "Key", input_info=input_info, rdesc=rdesc)
113 super().__init__(rdesc, name, input_info)
144 super().__init__(rdesc, name, input_info)
212 super().__init__(rdesc, name, input_info)
258 super().__init__(rdesc, name, input_info)
/linux-master/fs/zonefs/
H A Dsuper.c860 * We do not care about the first zone: it contains the super block
957 * We always skip the first zone as it contains the super block
1106 * Read super block information from the device.
1111 struct zonefs_super *super; local
1130 super = page_address(page);
1133 if (le32_to_cpu(super->s_magic) != ZONEFS_MAGIC)
1136 stored_crc = le32_to_cpu(super->s_crc);
1137 super->s_crc = 0;
1138 crc = crc32(~0U, (unsigned char *)super, sizeof(struct zonefs_super));
1145 sbi->s_features = le64_to_cpu(super
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dos.S157 dmrbs: move.b (%a0),%d0 | fetch super byte
193 dmrws: move.w (%a0), %d0 | fetch super word
228 dmrls: move.l (%a0),%d0 | fetch super longword
250 dmwbs: move.b %d0,(%a0) | store super byte
273 dmwws: move.w %d0,(%a0) | store super word
296 dmwls: move.l %d0,(%a0) | store super longword
/linux-master/fs/efs/
H A Dinode.c50 struct inode *efs_iget(struct super_block *super, unsigned long ino) argument
56 struct efs_sb_info *sb = SUPER_INFO(super);
62 inode = iget_locked(super, ino);
/linux-master/drivers/nvdimm/
H A Dbtt.h235 bool nd_btt_arena_is_valid(struct nd_btt *nd_btt, struct btt_sb *super);
/linux-master/drivers/mtd/
H A Dmtdsuper.c11 #include <linux/mtd/super.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h45 } super; member in struct:nvkm_disp
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py195 super(Thread, self).__init__(parent)
214 super(TreeModel, self).__init__(parent)
286 super(TableModel, self).__init__(parent)
529 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
573 super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item)
590 super(CallGraphLevelTwoItem, self).__init__(glb, params, row, comm_id, thread_id, 1, 0, 0, 0, 0, parent_item)
598 super(CallGraphLevelTwoItem, self).Select()
618 super(CallGraphLevelOneItem, self).__init__(glb, params, row, parent_item)
642 super(CallGraphRootItem, self).__init__(glb, params, 0, None)
669 super(CallGraphModelBas
[all...]
/linux-master/tools/verification/dot2/
H A Ddot2k.py21 super().__init__(file_path)

Completed in 224 milliseconds

1234567