Home
last modified time | relevance | path

Searched refs:signal1 (Results 1 - 7 of 7) sorted by relevance

/third_party/node/test/async-hooks/
H A Dtest-signalwrap.js25 const signal1 = as[0];
26 assert.strictEqual(signal1.type, 'SIGNALWRAP');
27 assert.strictEqual(typeof signal1.uid, 'number');
28 assert.strictEqual(typeof signal1.triggerAsyncId, 'number');
29 checkInvocations(signal1, { init: 1 }, 'when SIGUSR2 handler is set up');
42 signal1, { init: 1, before: 1 },
43 ' signal1: when first SIGUSR2 handler is called for the first time');
50 signal1, { init: 1, before: 2, after: 1 },
51 'signal1: when first SIGUSR2 handler is called for the second time');
70 signal1, { ini
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c128 if (ctx->signal1) in spu_unmap_mappings()
129 unmap_mapping_range(ctx->signal1, 0, SPUFS_SIGNAL_MAP_SIZE, 1); in spu_unmap_mappings()
H A Dspufs.h74 struct address_space *signal1; /* 'signal1' area mappings. */ member
H A Dfile.c943 ctx->signal1 = inode->i_mapping; in spufs_signal1_open()
956 ctx->signal1 = NULL; in spufs_signal1_release()
1028 /* For 64k pages, both signal1 and signal2 can be used to mmap the whole in spufs_signal1_mmap_fault()
1164 /* For 64k pages, both signal1 and signal2 can be used to mmap the whole in spufs_signal2_mmap_fault()
2550 { "signal1", &spufs_signal1_fops, 0666, },
2590 { "signal1", &spufs_signal1_nosched_fops, 0222, },
2618 { "signal1", spufs_signal1_dump, NULL, sizeof(u32) },
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c128 if (ctx->signal1) in spu_unmap_mappings()
129 unmap_mapping_range(ctx->signal1, 0, SPUFS_SIGNAL_MAP_SIZE, 1); in spu_unmap_mappings()
H A Dspufs.h74 struct address_space *signal1; /* 'signal1' area mappings. */ member
H A Dfile.c943 ctx->signal1 = inode->i_mapping; in spufs_signal1_open()
956 ctx->signal1 = NULL; in spufs_signal1_release()
1028 /* For 64k pages, both signal1 and signal2 can be used to mmap the whole in spufs_signal1_mmap_fault()
1164 /* For 64k pages, both signal1 and signal2 can be used to mmap the whole in spufs_signal2_mmap_fault()
2550 { "signal1", &spufs_signal1_fops, 0666, },
2590 { "signal1", &spufs_signal1_nosched_fops, 0222, },
2618 { "signal1", spufs_signal1_dump, NULL, sizeof(u32) },

Completed in 9 milliseconds