/Linux-v4.19/arch/m68k/fpsp040/ |
D | fpsp.h | 79 .set LOCAL_SIZE,192 | bytes needed for local variables 80 .set LV,-LOCAL_SIZE | convenient base value 82 .set USER_DA,LV+0 | save space for D0-D1,A0-A1 83 .set USER_D0,LV+0 | saved user D0 84 .set USER_D1,LV+4 | saved user D1 85 .set USER_A0,LV+8 | saved user A0 86 .set USER_A1,LV+12 | saved user A1 87 .set USER_FP0,LV+16 | saved user FP0 88 .set USER_FP1,LV+28 | saved user FP1 89 .set USER_FP2,LV+40 | saved user FP2 [all …]
|
/Linux-v4.19/arch/m68k/configs/ |
D | amcore_defconfig | 4 # CONFIG_FHANDLE is not set 5 # CONFIG_USELIB is not set 8 # CONFIG_AIO is not set 9 # CONFIG_ADVISE_SYSCALLS is not set 10 # CONFIG_MEMBARRIER is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_SLUB_DEBUG is not set 14 # CONFIG_COMPAT_BRK is not set 15 # CONFIG_LBDAF is not set 16 # CONFIG_BLK_DEV_BSG is not set [all …]
|
/Linux-v4.19/arch/mips/configs/ |
D | ath25_defconfig | 2 # CONFIG_COMPACTION is not set 4 # CONFIG_SECCOMP is not set 5 # CONFIG_LOCALVERSION_AUTO is not set 7 # CONFIG_CROSS_MEMORY_ATTACH is not set 8 # CONFIG_FHANDLE is not set 11 # CONFIG_RD_GZIP is not set 12 # CONFIG_RD_BZIP2 is not set 13 # CONFIG_RD_XZ is not set 14 # CONFIG_RD_LZO is not set 15 # CONFIG_RD_LZ4 is not set [all …]
|
D | bcm63xx_defconfig | 7 # CONFIG_SECCOMP is not set 8 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_SWAP is not set 13 # CONFIG_PCSPKR_PLATFORM is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_EPOLL is not set 16 # CONFIG_SIGNALFD is not set 17 # CONFIG_TIMERFD is not set 18 # CONFIG_EVENTFD is not set 19 # CONFIG_SHMEM is not set [all …]
|
D | rt305x_defconfig | 4 # CONFIG_COMPACTION is not set 5 # CONFIG_CROSS_MEMORY_ATTACH is not set 7 # CONFIG_SECCOMP is not set 8 # CONFIG_LOCALVERSION_AUTO is not set 15 # CONFIG_RD_GZIP is not set 18 # CONFIG_AIO is not set 20 # CONFIG_VM_EVENT_COUNTERS is not set 21 # CONFIG_SLUB_DEBUG is not set 22 # CONFIG_COMPAT_BRK is not set 25 # CONFIG_BLK_DEV_BSG is not set [all …]
|
/Linux-v4.19/arch/arm/configs/ |
D | mps2_defconfig | 6 # CONFIG_UID16 is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_EVENTFD is not set 12 # CONFIG_AIO is not set 13 # CONFIG_VM_EVENT_COUNTERS is not set 14 # CONFIG_SLUB_DEBUG is not set 15 # CONFIG_BLOCK is not set [all …]
|
D | efm32_defconfig | 4 # CONFIG_UID16 is not set 5 # CONFIG_BASE_FULL is not set 6 # CONFIG_FUTEX is not set 7 # CONFIG_EPOLL is not set 8 # CONFIG_SIGNALFD is not set 9 # CONFIG_EVENTFD is not set 10 # CONFIG_AIO is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_SLUB_DEBUG is not set 14 # CONFIG_LBDAF is not set [all …]
|
D | aspeed_g5_defconfig | 2 # CONFIG_SWAP is not set 11 # CONFIG_RD_BZIP2 is not set 12 # CONFIG_RD_LZO is not set 13 # CONFIG_RD_LZ4 is not set 14 # CONFIG_UID16 is not set 15 # CONFIG_SYSFS_SYSCALL is not set 16 # CONFIG_AIO is not set 20 # CONFIG_COMPAT_BRK is not set 26 # CONFIG_LBDAF is not set 27 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | lpc18xx_defconfig | 4 # CONFIG_RD_BZIP2 is not set 5 # CONFIG_RD_LZMA is not set 6 # CONFIG_RD_XZ is not set 7 # CONFIG_RD_LZO is not set 8 # CONFIG_RD_LZ4 is not set 10 # CONFIG_UID16 is not set 11 # CONFIG_BASE_FULL is not set 12 # CONFIG_FUTEX is not set 13 # CONFIG_EPOLL is not set 14 # CONFIG_SIGNALFD is not set [all …]
|
D | aspeed_g4_defconfig | 2 # CONFIG_SWAP is not set 11 # CONFIG_RD_BZIP2 is not set 12 # CONFIG_RD_LZO is not set 13 # CONFIG_RD_LZ4 is not set 14 # CONFIG_UID16 is not set 15 # CONFIG_SYSFS_SYSCALL is not set 16 # CONFIG_AIO is not set 20 # CONFIG_COMPAT_BRK is not set 26 # CONFIG_LBDAF is not set 27 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | moxart_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 15 # CONFIG_VM_EVENT_COUNTERS is not set 16 # CONFIG_SLUB_DEBUG is not set [all …]
|
/Linux-v4.19/drivers/s390/cio/ |
D | idset.c | 26 struct idset *set; in idset_new() local 28 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new() 29 if (set) { in idset_new() 30 set->num_ssid = num_ssid; in idset_new() 31 set->num_id = num_id; in idset_new() 32 memset(set->bitmap, 0, bitmap_size(num_ssid, num_id)); in idset_new() 34 return set; in idset_new() 37 void idset_free(struct idset *set) in idset_free() argument 39 vfree(set); in idset_free() 42 void idset_fill(struct idset *set) in idset_fill() argument [all …]
|
/Linux-v4.19/arch/h8300/configs/ |
D | edosk2674_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_USELIB is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSFS_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set [all …]
|
D | h8300h-sim_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_USELIB is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSFS_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set [all …]
|
D | h8s-sim_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_USELIB is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSFS_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set [all …]
|
/Linux-v4.19/arch/powerpc/configs/44x/ |
D | akebono_defconfig | 9 # CONFIG_SLUB_CPU_PARTIAL is not set 14 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_EBONY is not set 21 # CONFIG_COMPACTION is not set 24 # CONFIG_SUSPEND is not set 32 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 33 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 34 # CONFIG_INET_XFRM_MODE_BEET is not set 35 # CONFIG_IPV6 is not set 47 # CONFIG_SCSI_PROC_FS is not set [all …]
|
/Linux-v4.19/arch/sh/configs/ |
D | edosk7705_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 3 # CONFIG_UID16 is not set 4 # CONFIG_KALLSYMS is not set 5 # CONFIG_HOTPLUG is not set 6 # CONFIG_PRINTK is not set 7 # CONFIG_BUG is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_FUTEX is not set [all …]
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_bitmap_gen.h | 37 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id))) argument 40 mtype_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) in mtype_gc_init() argument 42 struct mtype *map = set->data; in mtype_gc_init() 45 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ); in mtype_gc_init() 49 mtype_ext_cleanup(struct ip_set *set) in mtype_ext_cleanup() argument 51 struct mtype *map = set->data; in mtype_ext_cleanup() 56 ip_set_ext_destroy(set, get_ext(set, map, id)); in mtype_ext_cleanup() 60 mtype_destroy(struct ip_set *set) in mtype_destroy() argument 62 struct mtype *map = set->data; in mtype_destroy() 64 if (SET_WITH_TIMEOUT(set)) in mtype_destroy() [all …]
|
/Linux-v4.19/arch/s390/configs/ |
D | zfcpdump_defconfig | 1 # CONFIG_SWAP is not set 6 # CONFIG_COMPAT_BRK is not set 11 # CONFIG_COMPAT is not set 13 # CONFIG_HOTPLUG_CPU is not set 15 # CONFIG_ARCH_RANDOM is not set 16 # CONFIG_COMPACTION is not set 17 # CONFIG_MIGRATION is not set 18 # CONFIG_BOUNCE is not set 19 # CONFIG_CHECK_STACK is not set 20 # CONFIG_CHSC_SCH is not set [all …]
|
/Linux-v4.19/arch/arc/configs/ |
D | nsimosci_hs_smp_defconfig | 1 # CONFIG_SWAP is not set 3 # CONFIG_CROSS_MEMORY_ATTACH is not set 8 # CONFIG_UTS_NS is not set 9 # CONFIG_PID_NS is not set 12 # CONFIG_COMPAT_BRK is not set 15 # CONFIG_LBDAF is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_DEADLINE is not set 18 # CONFIG_IOSCHED_CFQ is not set 21 # CONFIG_ARC_TIMERS_64BIT is not set [all …]
|
D | haps_hs_defconfig | 1 # CONFIG_SWAP is not set 4 # CONFIG_CROSS_MEMORY_ATTACH is not set 10 # CONFIG_UTS_NS is not set 11 # CONFIG_PID_NS is not set 15 # CONFIG_COMPAT_BRK is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set 25 # CONFIG_COMPACTION is not set [all …]
|
D | haps_hs_smp_defconfig | 1 # CONFIG_SWAP is not set 4 # CONFIG_CROSS_MEMORY_ATTACH is not set 10 # CONFIG_UTS_NS is not set 11 # CONFIG_PID_NS is not set 15 # CONFIG_VM_EVENT_COUNTERS is not set 16 # CONFIG_COMPAT_BRK is not set 20 # CONFIG_LBDAF is not set 21 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_IOSCHED_DEADLINE is not set 23 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | nps_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 10 # CONFIG_EPOLL is not set 11 # CONFIG_SIGNALFD is not set 12 # CONFIG_TIMERFD is not set 13 # CONFIG_EVENTFD is not set 14 # CONFIG_AIO is not set 17 # CONFIG_COMPAT_BRK is not set 22 # CONFIG_BLK_DEV_BSG is not set 23 # CONFIG_IOSCHED_DEADLINE is not set [all …]
|
/Linux-v4.19/arch/openrisc/configs/ |
D | simple_smp_defconfig | 6 # CONFIG_RD_GZIP is not set 7 # CONFIG_RD_BZIP2 is not set 8 # CONFIG_RD_LZMA is not set 9 # CONFIG_RD_XZ is not set 10 # CONFIG_RD_LZO is not set 11 # CONFIG_RD_LZ4 is not set 13 # CONFIG_KALLSYMS is not set 14 # CONFIG_EPOLL is not set 15 # CONFIG_TIMERFD is not set 16 # CONFIG_EVENTFD is not set [all …]
|
D | or1ksim_defconfig | 5 # CONFIG_RD_GZIP is not set 7 # CONFIG_KALLSYMS is not set 8 # CONFIG_EPOLL is not set 9 # CONFIG_TIMERFD is not set 10 # CONFIG_EVENTFD is not set 11 # CONFIG_AIO is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_BLOCK is not set 23 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|