/linux-4.1.27/arch/tile/include/asm/ |
H A D | pmc.h | 25 #define TILE_CTL_EXCL_USER (1 << 7) /* exclude user level */ 26 #define TILE_CTL_EXCL_KERNEL (1 << 8) /* exclude kernel level */ 27 #define TILE_CTL_EXCL_HV (1 << 9) /* exclude hypervisor level */ 37 #define TILE_CTL_EXCL_USER (1 << 10) /* exclude user level */ 38 #define TILE_CTL_EXCL_KERNEL (1 << 11) /* exclude kernel level */ 39 #define TILE_CTL_EXCL_HV (1 << 12) /* exclude hypervisor level */
|
/linux-4.1.27/tools/perf/ |
H A D | perf-completion.sh | 6 local exclude i j first 7 # Which word separators to exclude? 8 exclude="${1//[^$COMP_WORDBREAKS]}" 10 if [ -z "$exclude" ]; then 24 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 61 local exclude cur_ words_ cword_ 63 exclude=$2 66 __my_reassemble_comp_words_by_ref "$exclude"
|
H A D | builtin-report.c | 652 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, cmd_report()
|
/linux-4.1.27/tools/perf/tests/ |
H A D | parse-events.c | 258 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__checkevent_exclude_host_modifier() 259 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__checkevent_exclude_host_modifier() 268 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__checkevent_exclude_guest_modifier() 269 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__checkevent_exclude_guest_modifier() 302 TEST_ASSERT_VAL("wrong exclude idle", evsel->attr.exclude_idle); test__checkevent_exclude_idle_modifier() 303 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__checkevent_exclude_idle_modifier() 304 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__checkevent_exclude_idle_modifier() 317 TEST_ASSERT_VAL("wrong exclude idle", evsel->attr.exclude_idle); test__checkevent_exclude_idle_modifier_1() 318 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__checkevent_exclude_idle_modifier_1() 319 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__checkevent_exclude_idle_modifier_1() 579 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group1() 580 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group1() 596 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group1() 597 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group1() 621 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group2() 622 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group2() 637 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group2() 638 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group2() 652 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group2() 653 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group2() 677 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group3() 678 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group3() 696 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group3() 697 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group3() 712 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group3() 713 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group3() 729 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group3() 730 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group3() 744 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group3() 745 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group3() 769 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group4() 770 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group4() 787 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group4() 788 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group4() 812 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5() 813 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5() 829 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5() 830 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5() 844 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5() 845 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5() 861 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group5() 862 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group5() 875 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group5() 876 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group5() 898 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group_gh1() 899 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh1() 914 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh1() 915 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh1() 938 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh2() 939 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group_gh2() 954 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh2() 955 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh2() 978 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh3() 979 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group_gh3() 994 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__group_gh3() 995 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh3() 1018 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh4() 1019 TEST_ASSERT_VAL("wrong exclude host", evsel->attr.exclude_host); test__group_gh4() 1034 TEST_ASSERT_VAL("wrong exclude guest", !evsel->attr.exclude_guest); test__group_gh4() 1035 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__group_gh4() 1057 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample1() 1058 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample1() 1072 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample1() 1073 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample1() 1086 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample1() 1087 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample1() 1110 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample2() 1111 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample2() 1125 TEST_ASSERT_VAL("wrong exclude guest", evsel->attr.exclude_guest); test__leader_sample2() 1126 TEST_ASSERT_VAL("wrong exclude host", !evsel->attr.exclude_host); test__leader_sample2()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | queue.h | 43 * Function: struct scsi_cmnd *queue_remove_exclude_ref (queue, exclude) 46 * exclude - array of busy LUNs 50 unsigned long *exclude);
|
H A D | queue.c | 155 * Function: struct scsi_cmnd *queue_remove_exclude (queue, exclude) 158 * exclude - bit array of target&lun which is busy 161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) queue_remove_exclude() argument 171 (u8)(q->SCpnt->device->lun & 0x7), exclude)) { queue_remove_exclude()
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 39 leaq 8(%rsp), %rax /* exclude this call. */ 76 leal 4(%esp), %eax /* exclude this call. */
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
H A D | per_event_excludes.c | 66 * The open here will fail if we don't have per event exclude support, per_event_excludes() 67 * because the second event has an incompatible set of exclude settings per_event_excludes()
|
/linux-4.1.27/include/uapi/asm-generic/ |
H A D | mman-common.h | 51 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
|
/linux-4.1.27/include/uapi/linux/ |
H A D | inotify.h | 54 #define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */
|
H A D | perf_event.h | 326 exclude_callchain_kernel : 1, /* exclude kernel callchains */ 327 exclude_callchain_user : 1, /* exclude user callchains */
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | xilinx_pci.c | 124 * exclude config access to anything except bus 0 */ xilinx_pci_init()
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 65 #define MADV_DONTDUMP 69 /* Explicity exclude from the core dump,
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 59 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
|
/linux-4.1.27/include/linux/mfd/abx500/ |
H A D | ab8500.h | 412 /* exclude also ab8505, ab9540... */ is_ab8500_1p0_or_earlier() 418 /* exclude also ab8505, ab9540... */ is_ab8500_1p1_or_earlier() 424 /* exclude also ab8505, ab9540... */ is_ab8500_2p0_or_earlier() 435 /* exclude also ab8505, ab9540... */ is_ab8500_2p0()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-amd756-s4882.c | 54 /* We exclude the multiplexed addresses */ amd756_access_virt0() 83 /* We exclude the non-multiplexed addresses */ amd756_access_channel()
|
H A D | i2c-nforce2-s4985.c | 52 /* We exclude the multiplexed addresses */ nforce2_access_virt0() 79 /* We exclude the non-multiplexed addresses */ nforce2_access_channel()
|
/linux-4.1.27/arch/powerpc/platforms/ |
H A D | fsl_uli1575.c | 351 /* exclude Modem controller */ uli_exclude_device() 355 /* exclude HD Audio controller */ uli_exclude_device()
|
/linux-4.1.27/tools/perf/util/ |
H A D | parse-events.c | 732 int exclude = eu | ek | eh; get_event_modifier() local 739 if (!exclude) get_event_modifier() 740 exclude = eu = ek = eh = 1; get_event_modifier() 743 if (!exclude) get_event_modifier() 744 exclude = eu = ek = eh = 1; get_event_modifier() 747 if (!exclude) get_event_modifier() 748 exclude = eu = ek = eh = 1; get_event_modifier()
|
/linux-4.1.27/scripts/ |
H A D | kallsyms.c | 155 /* exclude also MIPS ELF local symbols ($L123 instead of .L123) */ read_symbol() 158 /* exclude debugging symbols */ read_symbol() 201 * specified so exclude them to get a stable symbol list. symbol_valid()
|
H A D | get_maintainer.pl | 581 my $exclude = 0; 593 $exclude = 1; 600 if (!$exclude) { 790 Any specified X: (exclude) pattern matches are _not_ ignored.
|
H A D | namespace.pl | 237 # No obvious source, exclude the object if it is conglomerate
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 95 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
|
/linux-4.1.27/include/net/ |
H A D | if_inet6.h | 104 unsigned long sf_count[2]; /* include/exclude counts */
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | mman.h | 83 #define MADV_DONTDUMP 16 /* Explicity exclude from the core dump,
|
/linux-4.1.27/arch/mips/netlogic/xlp/ |
H A D | setup.c | 86 /* exclude 0x1000_0000-0x2000_0000, u-boot device */ xlp_init_mem_from_bars()
|
/linux-4.1.27/kernel/locking/ |
H A D | percpu-rwsem.c | 144 /* exclude other writers, and block the new readers completely */ percpu_down_write()
|
H A D | spinlock.c | 108 /* Careful: we must exclude softirqs too, hence the */ \
|
/linux-4.1.27/include/linux/ |
H A D | igmp.h | 71 unsigned long sf_count[2]; /* include/exclude counts */
|
H A D | radix-tree.h | 140 * items, setting or clearing tags) must exclude other modifications, and 141 * exclude any functions reading the tree. 143 * gang lookups) must exclude modifications to the tree, but may occur
|
H A D | workqueue.h | 288 * workqueues exclude the scheduler from choosing the CPU to
|
H A D | interrupt.h | 46 * IRQF_NOBALANCING - Flag to exclude this interrupt from irq balancing
|
H A D | crypto.h | 1932 * primitive can be implemented. These cipher primitives exclude any block
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
H A D | rtl8188e_hal.h | 162 /* PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. */ 180 /* PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte. */
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | obd_mount.c | 806 PRINT_CMD(D_MOUNT, "exclude %d: OST%04x\n", i, lmd_print() 821 /* Only exclude OSTs */ lustre_check_exclusion() 836 /* mount -v -o exclude=lustre-OST0001:lustre-OST0002 -t lustre ... */ lmd_make_exclusion() 865 CDEBUG(D_MOUNT, "ignoring exclude %.*s: type = %#x\n", lmd_make_exclusion() 868 /* now we are pointing at ':' (next exclude) lmd_make_exclusion() 1079 } else if (strncmp(s1, "exclude=", 8) == 0) { lmd_parse()
|
/linux-4.1.27/fs/ubifs/ |
H A D | find.c | 37 * @exclude_index: whether to exclude index LEBs 110 /* If specified, exclude index LEBs */ scan_for_dirty_cb() 113 /* If specified, exclude empty or freeable LEBs */ scan_for_dirty_cb() 131 * @exclude_index: whether to exclude index LEBs 380 /* If specified, exclude empty LEBs */ scan_for_free_cb()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 168 { /* exclude ICV */ r8712_wep_encrypt() 224 /* exclude ICV */ r8712_wep_decrypt() 574 { /* exclude ICV */ r8712_tkip_encrypt() 650 { /* exclude ICV */ r8712_tkip_decrypt() 1152 { /* exclude ICV */ r8712_aes_encrypt() 1359 { /* exclude ICV */ r8712_aes_decrypt()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 570 /* Assume we should set privacy invoked and exclude unencrypted prism2_connect() 587 and exclude unencrypted */ prism2_connect()
|
H A D | hfa384x_usb.c | 3468 /* If exclude and we receive an unencrypted, drop it */ hfa384x_usbin_rx()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 630 /* Include/exclude timestamps from the log messages */ 664 /* Include/exclude timestamps from the log messages */
|
H A D | conf.h | 1299 /* Include/exclude timestamps from the log messages */
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | pmu.c | 269 !(en & 0x2), /* exclude user */ reprogram_fixed_counter() 270 !(en & 0x1), /* exclude kernel */ reprogram_fixed_counter()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | k8temp.c | 192 /* feature available since SH-C0, exclude older revisions */ k8temp_probe()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | x86_init.h | 152 * @is_untracked_pat_range exclude from PAT logic
|
/linux-4.1.27/arch/avr32/boards/atngw100/ |
H A D | mrmt.c | 298 /* NB: exclude LCDC_CC pin, as NGW100 reserves it for other use */ mrmt1_init()
|
/linux-4.1.27/arch/ia64/include/asm/uv/ |
H A D | uv_hub.h | 34 * right shift the NASID by 1 to exclude the always-zero bit.
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | perfmon.h | 46 #define PFM_SETFL_EXCL_IDLE 0x01 /* exclude idle task (syswide only) XXX: DO NOT USE YET */
|
/linux-4.1.27/net/ipv4/ |
H A D | ip_sockglue.c | 1202 /* we need to exclude all possible ENOPROTOOPTs except default case */ ip_setsockopt() 1231 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ip_setsockopt() 1492 /* we need to exclude all possible ENOPROTOOPTs except default case */ ip_getsockopt() 1527 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ip_getsockopt()
|
H A D | igmp.c | 1913 /* any-source empty exclude case */ ip_mc_leave_src()
|
/linux-4.1.27/net/ipv6/ |
H A D | ipv6_sockglue.c | 897 /* we need to exclude all possible ENOPROTOOPTs except default case */ ipv6_setsockopt() 932 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ipv6_setsockopt() 1334 /* we need to exclude all possible ENOPROTOOPTs except default case */ ipv6_getsockopt() 1376 /* we need to exclude all possible ENOPROTOOPTs except default case */ compat_ipv6_getsockopt()
|
H A D | mcast.c | 2390 /* any-source empty exclude case */ ip6_mc_leave_src()
|
/linux-4.1.27/sound/drivers/mpu401/ |
H A D | mpu401.c | 36 static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; /* exclude the first card */
|
/linux-4.1.27/ |
H A D | Makefile | 440 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \ 441 --exclude CVS --exclude .pc --exclude .hg --exclude .git
|
/linux-4.1.27/drivers/scsi/ |
H A D | sg.c | 182 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ member in struct:sg_device 254 while (sdp->exclude) { open_wait() 258 !sdp->exclude)); open_wait() 320 if (sdp->exclude) { sg_open() 333 sdp->exclude = true; sg_open() 357 sdp->exclude = false; /* undo if error */ sg_open() 388 if (sdp->exclude) { sg_release() 389 sdp->exclude = false; sg_release() 2688 sdp->sg_tablesize, sdp->exclude, sdp->open_cnt); sg_proc_seq_show_debug()
|
H A D | ncr53c8xx.c | 5996 ** We just exclude some fatal dma errors. ncr_exception()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_security.c | 142 { /* exclude ICV */ rtw_wep_encrypt() 201 /* exclude ICV */ rtw_wep_decrypt() 563 { /* exclude ICV */ rtw_tkip_encrypt() 644 { /* exclude ICV */ rtw_tkip_decrypt() 1196 { /* exclude ICV */ rtw_aes_encrypt() 1453 { /* exclude ICV */ rtw_aes_decrypt()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
H A D | ozproto.c | 61 static u8 oz_get_new_session_id(u8 exclude) oz_get_new_session_id() argument 65 if (g_session_id == exclude) { oz_get_new_session_id()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
H A D | lmac.h | 482 u8 exclude[1]; member in struct:p54_psm
|
H A D | fwio.c | 630 psm->exclude[0] = WLAN_EID_TIM; p54_set_ps()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_security.c | 150 /* exclude ICV */ rtw_wep_encrypt23a() 212 /* exclude ICV */ rtw_wep_decrypt23a() 1284 { /* exclude ICV */ rtw_aes_encrypt23a() 1571 { /* exclude ICV */ rtw_aes_decrypt23a()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 96 * We need to exclude userspace access to the context. spu_setup_isolated()
|
/linux-4.1.27/lib/ |
H A D | klist.c | 42 * Use the lowest bit of n_klist to mark deleted nodes and exclude
|
/linux-4.1.27/mm/ |
H A D | page_io.c | 194 if (page_no) { /* exclude the header page */ generic_swapfile_activate()
|
H A D | memory.c | 101 * ( When CONFIG_COMPAT_BRK=y we exclude brk from randomization, 2279 * We enter with non-exclusive mmap_sem (to exclude vma changes, 2437 * We enter with non-exclusive mmap_sem (to exclude vma changes, 2516 * test below, are not enough to exclude that. Even if it is still do_swap_page() 2657 * We enter with non-exclusive mmap_sem (to exclude vma changes, 3091 * We enter with non-exclusive mmap_sem (to exclude vma changes, 3226 * We enter with non-exclusive mmap_sem (to exclude vma changes,
|
H A D | memblock.c | 367 /* only exclude range when trying to double reserved.regions */ memblock_double_array()
|
/linux-4.1.27/security/selinux/ss/ |
H A D | policydb.h | 258 /* quickly exclude lookups when parent ttype has no rules */
|
/linux-4.1.27/drivers/net/wan/ |
H A D | farsync.h | 324 * should define FST_DEBUG=0 in order to exclude the code.
|
H A D | farsync.c | 2423 * configured. An exclude list can be provided in /etc/modules.conf fst_add_one() 2427 * There are cards to exclude fst_add_one()
|
H A D | sbni.c | 1432 /* exclude from list */ emancipate()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
H A D | rtl8723a_hal.h | 196 /* PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. */
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_mmap.c | 202 /* we grab lli_trunc_sem to exclude truncate case. ll_page_mkwrite0()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | mdt.c | 50 /* Caller exclude read accesses using page lock */ nilfs_mdt_insert_new_block()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | crash_dump.c | 615 /* For kdump, exclude previous crashkernel memory */ elfcorehdr_alloc()
|
H A D | perf_cpum_sf.c | 947 * Filter perf events according to their exclude specification.
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | perf_event.c | 416 * Check whether we need to exclude the counter from certain modes. __hw_perf_event_init()
|
/linux-4.1.27/kernel/irq/ |
H A D | irqdesc.c | 447 * argument. x86 uses this to exclude the GSI space. __irq_alloc_descs()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | device_ops.c | 216 /* Adjust requested path mask to exclude unusable paths. */ ccw_device_start_key() 629 /* Adjust requested path mask to exclude unusable paths. */ ccw_device_tm_start_key()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | setup.c | 712 * Sandy Bridge graphics has trouble with certain ranges, exclude 789 * exclude kernel range. If we really are running on top non-RAM, e820_add_kernel_range()
|
H A D | crash.c | 223 * If gart aperture is present, one needs to exclude that region fill_up_crash_elf_data()
|
/linux-4.1.27/arch/powerpc/perf/ |
H A D | core-book3s.c | 948 * If the PMU we're on supports per event exclude settings then we check_excludes() 950 * per event exclude and limited PMCs. check_excludes() 1645 * doesn't exclude any processor mode.
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | spca506.c | 137 /* and exclude SAA7113 reserved channel set default 0 otherwise */ spca506_SetNormeInput()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_dlm_flags.h | 254 * to know to exclude each other's locks from the calculation as they walk
|
/linux-4.1.27/drivers/pci/ |
H A D | iov.c | 607 * Returns max number of buses (exclude current one) used by Virtual
|
/linux-4.1.27/drivers/cpuidle/governors/ |
H A D | menu.c | 265 * those by setting the threshold to exclude these outliers, then get_typical_interval()
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
H A D | uv_hub.h | 40 * right shift the NASID by 1 to exclude the always-zero bit.
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event.h | 205 * Intel host/guest exclude bits
|
H A D | perf_event_intel_uncore.c | 606 * So it doesn't make sense to specify any exclude bits. uncore_pmu_event_init()
|
/linux-4.1.27/arch/x86/platform/intel-quark/ |
H A D | imr.c | 386 * memory map we exclude IMR overlaps. imr_add_range()
|
/linux-4.1.27/drivers/acpi/apei/ |
H A D | apei-base.c | 490 * busy, so exclude it from APEI resources to avoid false apei_resources_request()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_object.c | 46 * To exclude mutual BO access we rely on bo_reserve exclusion, as all
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | head.S | 557 # GR9 region top pointer updated to exclude new tile
|
/linux-4.1.27/arch/arm/mm/ |
H A D | init.c | 438 /* Find and exclude any reserved regions */ for_each_memblock()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_fcoe.c | 1293 /* for FCoE, maclen should exclude ether type */ i40e_fcoe_tx_map() 1302 /* trim to exclude trailer */ i40e_fcoe_tx_map()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | at76c50x-usb.c | 1394 /* jal: always exclude unencrypted if WEP is active */ at76_startup_device() 2113 /* always exclude unencrypted if WEP is active */ at76_set_wep()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_calib.c | 860 /* find average (exclude max abs value) */ ar9003_hw_detect_outlier()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | if_sdio.c | 756 * exclude that from the test. if_sdio_prog_firmware()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-cmos.c | 28 * interrupts disabled, holding the global rtc_lock, to exclude those
|
/linux-4.1.27/arch/um/drivers/ |
H A D | ubd_kern.c | 1131 /* This should no more be needed. And it didn't work anyway to exclude ubd_open()
|
/linux-4.1.27/drivers/bus/ |
H A D | arm-ccn.c | 637 dev_warn(ccn->dev, "Can't exclude execution levels!\n"); arm_ccn_pmu_event_init()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | setup.c | 946 * exclude a page at the beginning and end of plat_mem_setup()
|
/linux-4.1.27/drivers/usb/dwc3/ |
H A D | core.c | 779 * Request memory region but exclude xHCI regs, dwc3_probe()
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik-db8540.c | 453 /* mc1_a_2_pins exclude MC1_FBCLK */
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 1428 * It's also good for us to exclude multiple instances because both eeepc_acpi_add()
|
/linux-4.1.27/drivers/powercap/ |
H A D | intel_rapl.c | 1087 /* exclude non-raw primitives */ rapl_update_domain_data()
|
/linux-4.1.27/kernel/ |
H A D | compat.c | 263 * - we call it with HRTIMER_MODE_REL and therefor exclude the COMPAT_SYSCALL_DEFINE2()
|
H A D | exit.c | 1019 * Check thread_group_leader() to exclude the traced sub-threads. wait_task_zombie()
|
H A D | kprobes.c | 418 * instructions including addr (exclude breakpoint).
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | fadump.c | 1045 * exclude the dump reserve area. Will reuse it for next fadump_release_memory()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | perf_event.c | 554 * Check whether we need to exclude the counter from certain modes. __hw_perf_event_init()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | efi.c | 1269 /* find a block of memory aligned to 64M exclude reserved regions
|
H A D | perfmon.c | 267 unsigned int excl_idle:1; /* exclude idle task in system wide session */ 5667 "CPU%-2d exclude idle : %d\n" pfm_proc_show()
|
/linux-4.1.27/arch/ia64/sn/pci/ |
H A D | tioce_provider.c | 424 * tioce_dma_barrier - swizzle a TIOCE bus address to include or exclude
|
/linux-4.1.27/fs/cifs/ |
H A D | netmisc.c | 183 /* attempt to exclude the scope ID from the address part */ cifs_convert_address()
|
/linux-4.1.27/net/mac80211/ |
H A D | main.c | 699 /* Driver provides cipher suites, but we need to exclude WEP */ ieee80211_init_cipher_suites()
|
/linux-4.1.27/lib/zlib_deflate/ |
H A D | deflate.c | 103 * exclude worst case performance for pathological files. Better values may be
|
/linux-4.1.27/scripts/kconfig/ |
H A D | mconf.c | 38 "a module or to exclude the feature respectively.\n"
|
H A D | nconf.c | 41 "or to exclude the feature respectively.\n"
|
/linux-4.1.27/sound/pci/hda/ |
H A D | patch_cirrus.c | 774 /* exclude NID 0x10 (HP) from output volumes due to different steps */ patch_cs4208()
|
H A D | patch_ca0132.c | 707 unsigned int num_init_verbs; /* exclude base init verbs */
|
H A D | patch_realtek.c | 6282 /* exclude VREF80 */ alc861vd_fixup_dallas()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | falcon.c | 1996 /* exclude PHY from "invisible" reset */ __falcon_reset_hw() 1999 /* exclude EEPROM/flash and PCIe */ __falcon_reset_hw()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 1646 * so exclude FUNC_1 ports from having WoL enabled e1000_wol_exclusion()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ks8851_mll.c | 821 /* exclude CRC size */ ks_rcv()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | control.c | 697 * the mutex to exclude other players.
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 535 /* To exclude tx timeout */ xemaclite_tx_timeout()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 227 /* exclude the given vif */ iwl_mvm_iface_hw_queues_iter()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_seq.c | 901 /* Workaround needed by SEQ to fix a SATA issue is to exclude asd_init_scb_sites()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-input.c | 83 * We should exclude unmapped usages when doing lookup by keycode. match_keycode()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
H A D | cx231xx-video.c | 1843 * need exclude following. cx231xx_close()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
H A D | reg.h | 634 /* PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte.*/
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
H A D | reg.h | 627 #define EFUSE_OOB_PROTECT_BYTES 18 /* PG data exclude header,
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
H A D | reg.h | 656 /* PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte.*/
|
/linux-4.1.27/arch/sparc/mm/ |
H A D | init_64.c | 1982 /* We need to exclude reserved regions. This exclusion will include
|
/linux-4.1.27/drivers/tty/ |
H A D | n_tty.c | 355 * Holds termios_rwsem to exclude producer/consumer while
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | traps.c | 1158 * restricted the allowed set to exclude any CPUs with FPUs, mt_ase_fp_affinity()
|
/linux-4.1.27/net/batman-adv/ |
H A D | bat_iv_ogm.c | 147 * exclude the removed interface
|
/linux-4.1.27/net/irda/irnet/ |
H A D | irnet_irda.c | 65 * Note : as we are the only event producer, we only need to exclude irnet_post_event()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 3786 /* exclude top 4 bytes for SMP req header */ pm80xx_chip_smp_req() 3790 /* exclude 4 bytes for SMP req header and CRC */ pm80xx_chip_smp_req()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-config.h | 1235 * Bit 43 - Set to 1 to exclude the frame from bandwidth metering
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hcd.c | 1909 * ok to exclude it. usb_hcd_alloc_bandwidth()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | cirrusfb.c | 1345 /* 0xf2 is %11110010, exclude tmp bits */ cirrusfb_pan_display()
|
/linux-4.1.27/drivers/md/ |
H A D | raid1.c | 2482 * that can be installed to exclude normal IO requests.
|
H A D | raid10.c | 2866 * that can be installed to exclude normal IO requests.
|
/linux-4.1.27/fs/ceph/ |
H A D | caps.c | 686 * exclude caps issued by non-auth MDS, but are been revoking __ceph_caps_issued()
|
/linux-4.1.27/virt/kvm/ |
H A D | kvm_main.c | 3118 /* exclude ioeventfd which is limited by maximum fd */ kvm_io_bus_register_dev()
|
/linux-4.1.27/fs/btrfs/ |
H A D | extent-tree.c | 7450 * Mixed block groups will exclude before processing the log so we only btrfs_alloc_logged_file_extent() 9392 * We need to exclude the super stripes now so that the space btrfs_read_block_groups()
|
/linux-4.1.27/kernel/sched/ |
H A D | core.c | 5839 * Build an iteration mask that can exclude certain CPUs from the upwards 6827 * exclude other special cases in the future.
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 2241 pvm_len = ie_len - 3; /* exclude dtim count, dtim period, bmap ctl */ ath10k_wmi_update_tim()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_dp.c | 72 * Below only provides the fixed rate but exclude variable rate.
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dmap.c | 3407 * all the data in bmap control page should exclude dbExtendFS()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-core.c | 4252 * The intel 510 drive has buggy DRAT/RZAT. Explicitly exclude
|
/linux-4.1.27/fs/dlm/ |
H A D | lock.c | 5135 /* exclude debug messages about unlocks because there can be so dlm_recover_waiters_pre()
|
/linux-4.1.27/fs/ext4/ |
H A D | extents.c | 3872 * marked for delayed allocation. In this case, we will exclude that
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 108 * exclude the last element from the count.
|
H A D | aic79xx_core.c | 98 * exclude the last element from the count.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | main.c | 7187 /* mac header+body length, exclude CRC and plcp header */ brcms_c_recvctl()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 16085 /* Intentionally exclude ASIC_REV_5906 */ tg3_detect_asic_rev()
|