both 41 arch/sparc/kernel/unaligned_32.c return both; both 245 arch/sparc/kernel/unaligned_32.c if(!ok_for_kernel(insn) || dir == both) { both 352 arch/sparc/kernel/unaligned_32.c case both: both 51 arch/sparc/kernel/unaligned_64.c return both; both 327 arch/sparc/kernel/unaligned_64.c if (!ok_for_kernel(insn) || dir == both) { both 108 drivers/gpio/gpio-rcar.c bool both) both 127 drivers/gpio/gpio-rcar.c gpio_rcar_modify_bit(p, BOTHEDGE, hwirq, both); both 113 drivers/gpu/vga/vgaarb.c goto both; both 115 drivers/gpu/vga/vgaarb.c goto both; both 117 drivers/gpu/vga/vgaarb.c goto both; both 119 drivers/gpu/vga/vgaarb.c both: both 528 drivers/hwmon/aspeed-pwm-tacho.c u8 fan_tach_ch_source, type, mode, both; both 559 drivers/hwmon/aspeed-pwm-tacho.c both = (mode & BOTH_EDGES) ? 1 : 0; both 561 drivers/hwmon/aspeed-pwm-tacho.c tach_div = (0x4 << both) << (tach_div * 2); both 8430 drivers/infiniband/hw/qib/qib_iba7322.c static void setup_7322_link_recovery(struct qib_pportdata *ppd, u32 both) both 8437 drivers/infiniband/hw/qib/qib_iba7322.c if (!both) { both 8441 drivers/infiniband/hw/qib/qib_iba7322.c if (!both && dd->cspec->recovery_ports_initted == 1) { both 285 drivers/media/pci/bt8xx/bttv-i2c.c unsigned char b2, int both) both 288 drivers/media/pci/bt8xx/bttv-i2c.c int bytes = both ? 2 : 1; both 373 drivers/media/pci/bt8xx/bttv.h unsigned char b2, int both); both 247 drivers/media/pci/ivtv/ivtv-cards.c .lang1 = 0x0200, .lang2 = 0x0100, .both = 0x0000 }, both 290 drivers/media/pci/ivtv/ivtv-cards.c .lang1 = 0x0004, .lang2 = 0x0000, .both = 0x0008 }, both 332 drivers/media/pci/ivtv/ivtv-cards.c .lang1 = 0x0004, .lang2 = 0x0000, .both = 0x0008 }, both 483 drivers/media/pci/ivtv/ivtv-cards.c .lang1 = 0x0300, .lang2 = 0x0000, .both = 0x0200 }, both 849 drivers/media/pci/ivtv/ivtv-cards.c .lang1 = 0x0300, .lang2 = 0x0000, .both = 0x0200 }, both 1240 drivers/media/pci/ivtv/ivtv-cards.c .both = 0x0080 }, both 219 drivers/media/pci/ivtv/ivtv-cards.h u16 both; /* both languages are output */ both 555 fs/fat/dir.c struct fat_ioctl_filldir_callback *both) both 632 fs/fat/dir.c if (!both) both 640 fs/fat/dir.c both->longname = fill_name; both 641 fs/fat/dir.c both->long_len = fill_len; both 642 fs/fat/dir.c both->shortname = bufname; both 643 fs/fat/dir.c both->short_len = short_len; both 763 fs/fat/dir.c int short_only, int both) both 778 fs/fat/dir.c short_only, both ? &buf : NULL); both 792 fs/fat/dir.c int short_only, both; both 797 fs/fat/dir.c both = 0; both 801 fs/fat/dir.c both = 1; both 818 fs/fat/dir.c short_only, both); both 832 fs/fat/dir.c int short_only, both; both 837 fs/fat/dir.c both = 0; both 841 fs/fat/dir.c both = 1; both 858 fs/fat/dir.c short_only, both); both 50 include/linux/futex.h } both; both 53 include/linux/futex.h #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } } both 388 kernel/futex.c u32 hash = jhash2((u32 *)key, offsetof(typeof(*key), both.offset) / 4, both 389 kernel/futex.c key->both.offset); both 405 kernel/futex.c && key1->both.word == key2->both.word both 406 kernel/futex.c && key1->both.ptr == key2->both.ptr both 407 kernel/futex.c && key1->both.offset == key2->both.offset); both 417 kernel/futex.c if (!key->both.ptr) both 430 kernel/futex.c switch (key->both.offset & (FUT_OFF_INODE|FUT_OFF_MMSHARED)) { both 455 kernel/futex.c if (!key->both.ptr) { both 464 kernel/futex.c switch (key->both.offset & (FUT_OFF_INODE|FUT_OFF_MMSHARED)) { both 583 kernel/futex.c key->both.offset = address % PAGE_SIZE; both 586 kernel/futex.c address -= key->both.offset; both 703 kernel/futex.c key->both.offset |= FUT_OFF_MMSHARED; /* ref taken on mm */ both 738 kernel/futex.c key->both.offset |= FUT_OFF_INODE; /* inode-based key */