/kernel/linux/linux-5.10/usr/include/ |
H A D | Makefile | 23 no-header-test += asm/shmbuf.h 24 no-header-test += asm/signal.h 25 no-header-test += asm/ucontext.h 26 no-header-test += drm/vmwgfx_drm.h 27 no-header-test += linux/am437x-vpfe.h 28 no-header-test += linux/android/binder.h 29 no-header-test += linux/android/binderfs.h 30 no-header-test += linux/coda.h 31 no-header-test += linux/errqueue.h 32 no [all...] |
/kernel/linux/linux-6.6/usr/include/ |
H A D | Makefile | 26 no-header-test += asm/ucontext.h 27 no-header-test += drm/vmwgfx_drm.h 28 no-header-test += linux/am437x-vpfe.h 29 no-header-test += linux/coda.h 30 no-header-test += linux/cyclades.h 31 no-header-test += linux/errqueue.h 32 no-header-test += linux/hdlc/ioctl.h 33 no-header-test += linux/ivtv.h 34 no-header-test += linux/matroxfb.h 35 no [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | torture.sh | 46 # "yes" or "no" parameters 55 do_kcsan=no 61 # doyesno - Helper function for yes/no arguments 67 echo no 78 echo " --do-allmodconfig / --do-no-allmodconfig / --no-allmodconfig" 79 echo " --do-clocksourcewd / --do-no-clocksourcewd / --no-clocksourcewd" 80 echo " --do-kasan / --do-no-kasan / --no [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 16 ! exception no 0 to 255 18 no = 0 define 22 mov #no,r1 23 no = no + 1 define 35 ! exception no 256 to 511 37 no = 0 define 41 mov #no,r1 42 no = no define [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 16 ! exception no 0 to 255 18 no = 0 define 22 mov #no,r1 23 no = no + 1 define 35 ! exception no 256 to 511 37 no = 0 define 41 mov #no,r1 42 no = no define [all...] |
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | decompressor_lzma.c | 13 /* considering the LZMA performance, no need to use a lockless list for now */ 24 /* there should be no running fs instance */ in z_erofs_lzma_exit() 164 int no, ni, j, err = 0; in z_erofs_lzma_decompress() local 202 for (ni = 0, no = -1;;) { in z_erofs_lzma_decompress() 207 kunmap(rq->out[no]); in z_erofs_lzma_decompress() 211 if (++no >= nrpages_out || !outlen) { in z_erofs_lzma_decompress() 220 if (!rq->out[no] && rq->fillgaps) { /* deduped */ in z_erofs_lzma_decompress() 221 rq->out[no] = erofs_allocpage(pagepool, in z_erofs_lzma_decompress() 223 set_page_private(rq->out[no], in z_erofs_lzma_decompress() 226 if (rq->out[no]) in z_erofs_lzma_decompress() [all...] |
H A D | decompressor_deflate.c | 21 /* there should be no running fs instance */ in z_erofs_deflate_exit() 110 int no = -1, ni = 0, j = 0, zerr, err; in z_erofs_deflate_decompress() local 151 if (++no >= nrpages_out || !outsz) { in z_erofs_deflate_decompress() 161 if (!rq->out[no]) { in z_erofs_deflate_decompress() 162 rq->out[no] = erofs_allocpage(pagepool, in z_erofs_deflate_decompress() 164 set_page_private(rq->out[no], in z_erofs_deflate_decompress() 167 kout = kmap_local_page(rq->out[no]); in z_erofs_deflate_decompress() 190 kout = kmap_local_page(rq->out[no]); in z_erofs_deflate_decompress() 201 if (!bounced && rq->out[no] == rq->in[ni]) { in z_erofs_deflate_decompress() 210 if (rq->out[no] ! in z_erofs_deflate_decompress() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | apple-admac.c | 89 unsigned int no; member 258 if (direction != admac_chan_direction(adchan->no)) in admac_prep_dma_cyclic() 392 residue = admac_cyclic_read_residue(ad, adchan->no, adtx); in admac_tx_status() 412 u32 startbit = 1 << (adchan->no / 2); in admac_start_chan() 415 ad->base + REG_CHAN_INTSTATUS(adchan->no, ad->irq_index)); in admac_start_chan() 417 ad->base + REG_CHAN_INTMASK(adchan->no, ad->irq_index)); in admac_start_chan() 419 switch (admac_chan_direction(adchan->no)) { in admac_start_chan() 429 dev_dbg(adchan->host->dev, "ch%d start\n", adchan->no); in admac_start_chan() 435 u32 stopbit = 1 << (adchan->no / 2); in admac_stop_chan() 437 switch (admac_chan_direction(adchan->no)) { in admac_stop_chan() 668 admac_handle_chan_int(struct admac_data *ad, int no) admac_handle_chan_int() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 16 no = 0 define 20 mov #no,r1 21 no = no + 1 define
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 16 no = 0 define 20 mov #no,r1 21 no = no + 1 define
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | symbol.c | 28 .curr = { "n", no }, 34 .curr = { "", no }, 49 else if (modules_val == no) in sym_get_type() 89 if (prop->visible.tri != no) in sym_get_default_prop() 101 if (prop->visible.tri != no) in sym_get_range_prop() 182 tri = no; in sym_calc_visibility() 196 prop->visible.tri = no; in sym_calc_visibility() 200 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 208 /* defaulting to "yes" if no explicit "depends on" are given */ in sym_calc_visibility() 218 tri = no; in sym_calc_visibility() [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | symbol.c | 28 .curr = { "n", no }, 34 .curr = { "", no }, 48 else if (modules_val == no) in sym_get_type() 88 if (prop->visible.tri != no) in sym_get_default_prop() 100 if (prop->visible.tri != no) in sym_get_range_prop() 181 tri = no; in sym_calc_visibility() 195 prop->visible.tri = no; in sym_calc_visibility() 199 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 207 /* defaulting to "yes" if no explicit "depends on" are given */ in sym_calc_visibility() 217 tri = no; in sym_calc_visibility() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | s3c24xx.h | 21 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); 35 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); 49 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); 64 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); 92 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
H A D | init.c | 79 panic("s3c24xx_init_clocks: no cpu setup?\n"); in s3c24xx_init_clocks() 82 panic("s3c24xx_init_clocks: cpu has no clock init\n"); in s3c24xx_init_clocks() 106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() 114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs() 116 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs() 130 nr_uarts = no; in s3c24xx_init_uartdevs() 134 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument 140 printk(KERN_ERR "s3c24xx_init_uarts: cpu has no uart init\n"); in s3c24xx_init_uarts() 142 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts() 104 s3c24xx_init_uartdevs(char *name, struct s3c24xx_uart_resources *res, struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uartdevs() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_eeprom.c | 13 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) in _rtl92e_gpio_write_bit() argument 18 reg |= 1 << no; in _rtl92e_gpio_write_bit() 20 reg &= ~(1 << no); in _rtl92e_gpio_write_bit() 26 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) in _rtl92e_gpio_get_bit() argument 30 return (reg >> no) & 0x1; in _rtl92e_gpio_get_bit()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_eeprom.c | 13 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) in _rtl92e_gpio_write_bit() argument 18 reg |= 1 << no; in _rtl92e_gpio_write_bit() 20 reg &= ~(1 << no); in _rtl92e_gpio_write_bit() 26 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) in _rtl92e_gpio_get_bit() argument 30 return (reg >> no) & 0x1; in _rtl92e_gpio_get_bit()
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | init.c | 85 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() 93 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs() 95 for (uart = 0; uart < no; uart++, cfg++, cfgptr++) { in s3c24xx_init_uartdevs() 109 nr_uarts = no; in s3c24xx_init_uartdevs() 113 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts() argument 119 printk(KERN_ERR "s3c24xx_init_uarts: cpu has no uart init\n"); in s3c24xx_init_uarts() 121 (cpu->init_uarts)(cfg, no); in s3c24xx_init_uarts() 83 s3c24xx_init_uartdevs(char *name, struct s3c24xx_uart_resources *res, struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uartdevs() argument
|
H A D | cpu.h | 63 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no); 74 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no); 77 struct s3c2410_uartcfg *cfg, int no);
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 12 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 15 LDFLAGS += $(no-pie-option)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 12 no-pie-option := $(call try-run, echo 'int main() { return 0; }' | \ 13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie) 15 LDFLAGS += $(no-pie-option)
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tape_char.c | 244 * Ok, the device has no more space. It has NOT written in tapechar_write() 344 unsigned int no, void __user *data) in __tapechar_ioctl() 348 if (no == MTIOCTOP) { in __tapechar_ioctl() 387 if (no == MTIOCPOS) { in __tapechar_ioctl() 397 if (no == MTIOCGET) { in __tapechar_ioctl() 430 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl() 434 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() argument 443 rc = __tapechar_ioctl(device, no, (void __user *)data); in tapechar_ioctl() 450 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl() argument 455 if (no in tapechar_compat_ioctl() 343 __tapechar_ioctl(struct tape_device *device, unsigned int no, void __user *data) __tapechar_ioctl() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | tape_char.c | 244 * Ok, the device has no more space. It has NOT written in tapechar_write() 344 unsigned int no, void __user *data) in __tapechar_ioctl() 348 if (no == MTIOCTOP) { in __tapechar_ioctl() 385 if (no == MTIOCPOS) { in __tapechar_ioctl() 395 if (no == MTIOCGET) { in __tapechar_ioctl() 428 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl() 432 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_ioctl() argument 441 rc = __tapechar_ioctl(device, no, (void __user *)data); in tapechar_ioctl() 448 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) in tapechar_compat_ioctl() argument 453 if (no in tapechar_compat_ioctl() 343 __tapechar_ioctl(struct tape_device *device, unsigned int no, void __user *data) __tapechar_ioctl() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | stat_bpf_counters.sh | 28 perf --no-pager stat -e cycles --bpf-counters true || true 33 base_cycles=$(perf stat --no-big-num -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | awk '/cycles/ {print $1}') 38 bpf_cycles=$(perf stat --no-big-num --bpf-counters -e cycles -- perf bench sched messaging -g 1 -l 100 -t 2>&1 | awk '/cycles/ {print $1}')
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | kdebugfs.c | 76 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() argument 82 sprintf(buf, "%d", no); in create_setup_data_node() 98 int no = 0; in create_setup_data_nodes() local 146 create_setup_data_node(d, no, node); in create_setup_data_nodes() 150 no++; in create_setup_data_nodes()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | kdebugfs.c | 76 create_setup_data_node(struct dentry *parent, int no, in create_setup_data_node() argument 82 sprintf(buf, "%d", no); in create_setup_data_node() 98 int no = 0; in create_setup_data_nodes() local 146 create_setup_data_node(d, no, node); in create_setup_data_nodes() 150 no++; in create_setup_data_nodes()
|