/linux-4.1.27/include/sound/ |
H A D | da9055.h | 27 /* Selects which of the two MicBias pins acts as the bias source */
|
/linux-4.1.27/include/linux/pinctrl/ |
H A D | devinfo.h | 20 /* The device core acts as a consumer toward pinctrl */
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | rdrand.c | 38 * acts as a test of the CPU capability.
|
H A D | common.c | 1340 * and IDT. We reload them nevertheless, this function acts as a
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | vmx-helper.c | 30 /* This acts as preempt_disable() as well and will make enter_vmx_usercopy()
|
/linux-4.1.27/net/openvswitch/ |
H A D | datapath.c | 514 struct sw_flow_actions *acts; ovs_packet_cmd_execute() local 562 &flow->key, &acts, log); ovs_packet_cmd_execute() 566 rcu_assign_pointer(flow->sf_acts, acts); ovs_packet_cmd_execute() 679 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, ovs_flow_cmd_msg_size() argument 699 len += nla_total_size(acts->actions_len); ovs_flow_cmd_msg_size() 823 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, ovs_flow_cmd_alloc_info() argument 835 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); ovs_flow_cmd_alloc_info() 873 struct sw_flow_actions *acts; ovs_flow_cmd_new() local 916 &acts, log); ovs_flow_cmd_new() 922 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, ovs_flow_cmd_new() 942 rcu_assign_pointer(new_flow->sf_acts, acts); ovs_flow_cmd_new() 947 acts = NULL; ovs_flow_cmd_new() 991 rcu_assign_pointer(flow->sf_acts, acts); ovs_flow_cmd_new() 1016 kfree(acts); ovs_flow_cmd_new() 1029 struct sw_flow_actions *acts; get_flow_actions() local 1034 error = ovs_nla_copy_actions(a, &masked_key, &acts, log); get_flow_actions() 1041 return acts; get_flow_actions() 1053 struct sw_flow_actions *old_acts = NULL, *acts = NULL; ovs_flow_cmd_set() local 1077 acts = get_flow_actions(a[OVS_FLOW_ATTR_ACTIONS], &key, &mask, ovs_flow_cmd_set() 1079 if (IS_ERR(acts)) { ovs_flow_cmd_set() 1080 error = PTR_ERR(acts); ovs_flow_cmd_set() 1084 /* Can allocate before locking if have acts. */ ovs_flow_cmd_set() 1085 reply = ovs_flow_cmd_alloc_info(acts, &sfid, info, false, ovs_flow_cmd_set() 1110 if (likely(acts)) { ovs_flow_cmd_set() 1112 rcu_assign_pointer(flow->sf_acts, acts); ovs_flow_cmd_set() 1124 /* Could not alloc without acts before locking. */ ovs_flow_cmd_set() 1151 kfree(acts); ovs_flow_cmd_set()
|
H A D | flow_netlink.c | 1562 struct sw_flow_actions *acts; reserve_sfa_size() local 1579 acts = nla_alloc_flow_actions(new_acts_size, log); reserve_sfa_size() 1580 if (IS_ERR(acts)) reserve_sfa_size() 1581 return (void *)acts; reserve_sfa_size() 1583 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); reserve_sfa_size() 1584 acts->actions_len = (*sfa)->actions_len; reserve_sfa_size() 1586 *sfa = acts; reserve_sfa_size()
|
H A D | actions.c | 965 const struct sw_flow_actions *acts, ovs_execute_actions() 974 acts->actions, acts->actions_len); ovs_execute_actions() 964 ovs_execute_actions(struct datapath *dp, struct sk_buff *skb, const struct sw_flow_actions *acts, struct sw_flow_key *key) ovs_execute_actions() argument
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | amplc_pc236.c | 36 * a rising edge on port C bit 3 acts as an external trigger, which can be
|
H A D | amplc_pci236.c | 38 * scan_begin_src=TRIG_EXT, a rising edge on port C bit 3 acts as an
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | cmpxchg_32.h | 11 * value in registers, otherwise it acts as a read and gives us the
|
H A D | pgtable-3level.h | 145 /* xchg acts as a barrier before the setting of the high bits */ native_ptep_get_and_clear() 168 /* xchg acts as a barrier before setting of the high bits */ native_pmdp_get_and_clear()
|
/linux-4.1.27/arch/sh/include/cpu-sh5/cpu/ |
H A D | registers.h | 18 ** Section 1: acts on assembly sources pre-processed by GPP ( <source.S>).
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | time.c | 50 /* acts like an actual heart beat -- ie thump-thump-pause... */ timer_interrupt()
|
/linux-4.1.27/drivers/leds/trigger/ |
H A D | ledtrig-heartbeat.c | 44 /* acts like an actual heart beat -- ie thump-thump-pause... */ led_heartbeat_function()
|
/linux-4.1.27/fs/nfs/ |
H A D | getroot.c | 45 /* The mntroot acts as the dummy root dentry for this superblock */ nfs_superblock_set_dummy_root()
|
H A D | write.c | 444 * A reference is taken only on the head request which acts as a nfs_lock_and_join_requests()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | mass_storage.c | 17 * The Mass Storage Gadget acts as a USB Mass Storage device,
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | memory.h | 37 * IO_SPACE_LIMIT acts as a mask for the low bits of I/O addresses.
|
/linux-4.1.27/arch/m68k/mac/ |
H A D | oss.c | 6 * This chip is used in the IIfx in place of VIA #2. It acts like a fancy
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | octeon.h | 216 /* R/W If set, SYNCWS acts as SYNCW and SYNCS acts as
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line 223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
|
/linux-4.1.27/net/sctp/ |
H A D | bind_addr.c | 176 * and that acts as a writer synchronizing lock. sctp_add_bind_addr() 193 * and that acts as a writer synchronizing lock. sctp_del_bind_addr()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000_dma.c | 54 * post 3.5 mode bit acts as 8*PBL. dwmac1000_dma_init()
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | task.h | 80 * acts as an interface to libsas for processing task management requests
|
H A D | unsolicited_frame_control.h | 140 * This is the unsolicited frame data structure it acts as the container for
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-butterfly.c | 274 * (firmware resets at45, acts as spi slave) or neither (we ignore butterfly_attach()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
H A D | mdp5_kms.h | 167 * acts as a Vblank signal. The Ping Pong buffer used is bound to intf2vblank()
|
/linux-4.1.27/drivers/bluetooth/ |
H A D | btwilink.c | 4 * Bluetooth Driver acts as interface between HCI core and
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-wiimote.h | 347 /* The completion acts as implicit memory barrier so we can safely wiimote_cmd_wait()
|
H A D | hid-wiimote-modules.c | 151 * schedule_work acts as barrier. Merging multiple changes is fine. */ wiimod_rumble_play() 1794 * schedule_work acts as barrier. Merging multiple changes is fine. */ wiimod_pro_play()
|
/linux-4.1.27/drivers/vhost/ |
H A D | test.c | 36 /* Expects to be always run from workqueue - which acts as
|
H A D | net.c | 291 /* Expects to be always run from workqueue - which acts as 516 /* Expects to be always run from workqueue - which acts as
|
/linux-4.1.27/include/uapi/linux/ |
H A D | a.out.h | 224 This symbol acts like a N_DATA global symbol
|
H A D | hyperv.h | 221 * The kernel component simply acts as a conduit for communication between the
|
H A D | if_link.h | 141 IFLA_PROMISCUITY, /* Promiscuity count: > 0 means acts PROMISC */
|
/linux-4.1.27/arch/mips/mm/ |
H A D | c-octeon.c | 36 * from Linux's viewpoint it acts much like a physically
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | setup.c | 388 * We reload them nevertheless, this function acts as a
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 1388 * @acts: table of interrupt actions 1400 const struct intr_info *acts, t3_handle_intr_status() 1406 for (; acts->mask; ++acts) { t3_handle_intr_status() 1407 if (!(status & acts->mask)) t3_handle_intr_status() 1409 if (acts->fatal) { t3_handle_intr_status() 1412 acts->msg, status & acts->mask); t3_handle_intr_status() 1413 status &= ~acts->mask; t3_handle_intr_status() 1414 } else if (acts->msg) t3_handle_intr_status() 1416 acts->msg, status & acts->mask); t3_handle_intr_status() 1417 if (acts->stat_idx >= 0) t3_handle_intr_status() 1418 stats[acts->stat_idx]++; t3_handle_intr_status() 1398 t3_handle_intr_status(struct adapter *adapter, unsigned int reg, unsigned int mask, const struct intr_info *acts, unsigned long *stats) t3_handle_intr_status() argument
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | ad7877.c | 119 /* If gpio3 is set AUX3/GPIO3 acts as GPIO Output */ 211 MODULE_PARM_DESC(gpio3, "If gpio3 is set to 1 AUX3 acts as GPIO3");
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-gemtek.c | 256 * Check if requested card acts like GemTek Radio card.
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | power.c | 319 but we pass 0-4 because it acts as an array index. */ iwl_power_build_cmd()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-pcf857x.c | 78 * that pin be used as an input; it's not an open-drain model, but acts
|
/linux-4.1.27/block/ |
H A D | blk-tag.c | 288 * The tag_map bit acts as a lock for tag_index[bit], so we need blk_queue_end_tag()
|
/linux-4.1.27/sound/pci/trident/ |
H A D | trident.h | 314 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
|
/linux-4.1.27/include/linux/lockd/ |
H A D | lockd.h | 349 * When the second lock is of type F_UNLCK, this acts like a wildcard.
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 2652 * @acts: table of interrupt actions 2663 const struct intr_info *acts) csio_handle_intr_status() 2669 for ( ; acts->mask; ++acts) { csio_handle_intr_status() 2670 if (!(status & acts->mask)) csio_handle_intr_status() 2672 if (acts->fatal) { csio_handle_intr_status() 2675 acts->msg, status & acts->mask); csio_handle_intr_status() 2676 } else if (acts->msg) csio_handle_intr_status() 2678 acts->msg, status & acts->mask); csio_handle_intr_status() 2679 mask |= acts->mask; csio_handle_intr_status() 2662 csio_handle_intr_status(struct csio_hw *hw, unsigned int reg, const struct intr_info *acts) csio_handle_intr_status() argument
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 2162 * @acts: table of interrupt actions 2172 const struct intr_info *acts) t4_handle_intr_status() 2178 for ( ; acts->mask; ++acts) { t4_handle_intr_status() 2179 if (!(status & acts->mask)) t4_handle_intr_status() 2181 if (acts->fatal) { t4_handle_intr_status() 2183 dev_alert(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, t4_handle_intr_status() 2184 status & acts->mask); t4_handle_intr_status() 2185 } else if (acts->msg && printk_ratelimit()) t4_handle_intr_status() 2186 dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, t4_handle_intr_status() 2187 status & acts->mask); t4_handle_intr_status() 2188 if (acts->int_handler) t4_handle_intr_status() 2189 acts->int_handler(adapter); t4_handle_intr_status() 2190 mask |= acts->mask; t4_handle_intr_status() 2171 t4_handle_intr_status(struct adapter *adapter, unsigned int reg, const struct intr_info *acts) t4_handle_intr_status() argument
|
/linux-4.1.27/drivers/hwmon/ |
H A D | sch5636.c | 61 /* FAULT in datasheet, but acts as an alarm */
|
/linux-4.1.27/drivers/staging/iio/accel/ |
H A D | lis3l02dq_core.c | 409 /* Read back to check this has worked acts as loose test of correct lis3l02dq_initial_setup()
|
/linux-4.1.27/drivers/nfc/ |
H A D | nfcwilink.c | 4 * NFC Driver acts as interface between NCI core and
|
/linux-4.1.27/drivers/input/misc/ |
H A D | powermate.c | 7 * clockwise and anticlockwise rotation. The dial also acts as a pushbutton with
|
/linux-4.1.27/include/linux/ |
H A D | powercap.h | 73 * Defines powercap control_type. This acts as a container for power
|
H A D | crypto.h | 1063 * to plaintext and ciphertext, asynchronous callback function, etc. It acts 1433 * ciphertext, asynchronous callback function, etc. It acts as a handle to the
|
H A D | device.h | 1224 * dev_WARN*() acts like dev_printk(), but with the key difference of
|
H A D | netdevice.h | 3865 * netdev_WARN() acts like dev_printk(), but with the key difference
|
H A D | security.h | 197 * A string that acts as a unique identifier for the LSM with max number
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | armv8_deprecated.c | 493 * Taking an exception or returning from one acts as an cp15barrier_handler()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | entry-header.S | 230 @ This macro acts in a similar manner to svc_exit but switches to FIQ
|
/linux-4.1.27/fs/cramfs/ |
H A D | inode.c | 138 * This also acts as a way to guarantee contiguous areas of up to
|
/linux-4.1.27/security/tomoyo/ |
H A D | gc.c | 618 /* This acts as do_exit(0). */ tomoyo_gc_thread()
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_virmidi.c | 34 * of input/output buffer acts only to the local buffer.
|
/linux-4.1.27/sound/pci/ |
H A D | azt3328.h | 324 #define MIXER_ADVCTL1_HIFI3D_MASK 0x0300 /* yup, this is missing the high bit that official AC97 contains, plus it doesn't have linear bit value range behaviour but instead acts weirdly (possibly we're dealing with two *different* 3D settings here??) */
|
H A D | als300.c | 171 ALS300+ acts like newer versions of ALS300 */ snd_als300_set_irq_flag()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | setup.c | 516 /* R/W If set, SYNCWS acts as SYNCW and SYNCS acts as SYNC. */ octeon_user_io_init()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | grutables.h | 76 * - a data area that acts as normal RAM.
|
/linux-4.1.27/drivers/misc/ |
H A D | vmw_balloon.c | 26 * acts like a "balloon" that can be inflated to reclaim physical pages by
|
/linux-4.1.27/drivers/mfd/ |
H A D | htc-i2cpld.c | 5 * The cpld is located on the i2c bus and acts as an input/output GPIO
|
/linux-4.1.27/drivers/misc/eeprom/ |
H A D | at24.c | 32 * would be the PCF8570, which acts like a 24c02 EEPROM (256 bytes).
|
/linux-4.1.27/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 35 * here our "ring buffer" looks and acts like a real Lance one does but is
|
/linux-4.1.27/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 37 * disabled the pin acts as a GPIO.
|
/linux-4.1.27/drivers/usb/host/ |
H A D | fotg210.h | 488 * acts like a qh would, if EHCI had them for ISO.
|
H A D | fusbh200.h | 478 * acts like a qh would, if EHCI had them for ISO.
|
H A D | ehci.h | 468 * acts like a qh would, if EHCI had them for ISO.
|
H A D | ehci-q.c | 784 * acts like up to 3KB, but is built from smaller packets. qh_make()
|
H A D | max3421-hcd.c | 1672 * any other value, this function acts as a no-op.
|
H A D | fotg210-hcd.c | 2861 * acts like up to 3KB, but is built from smaller packets. qh_make()
|
H A D | fusbh200-hcd.c | 2809 * acts like up to 3KB, but is built from smaller packets. qh_make()
|
/linux-4.1.27/net/dccp/ |
H A D | input.c | 65 * achieved when one of the nodes acts as tie-breaker. dccp_rcv_close()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | pxa25x_udc.c | 1498 * USIR0_IR0 acts edge sensitive handle_ep0() 2247 * VBUS IRQs should probably be ignored so that the PXA device just acts
|
H A D | dummy_hcd.c | 1059 * its root hub will only have one device, otherwise it acts like
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | smc37c669.c | 68 ** The mask acts as a flag used in mapping actual ISA IRQs (0 - 15) 82 ** The mask acts as a flag used in mapping actual ISA DMA
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | pmc551.c | 703 * The PMC551 device acts VERY weird if you don't init it init_pmc551()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | kapi.c | 790 * eraseblock number pair. If either value is set to %UBI_ALL, then it acts as
|
H A D | wl.c | 1319 * acts as a wildcard for all of the corresponding volume numbers or logical
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | usb.c | 619 * deadlock, so we need to decrement i2400mu->do_autopm, that acts
|
/linux-4.1.27/drivers/net/irda/ |
H A D | vlsi_ir.h | 343 * - IREN acts as gate for latching the configured IR mode information
|
/linux-4.1.27/drivers/parisc/ |
H A D | iosapic.c | 39 ** acts on behalf of a processor.
|
/linux-4.1.27/drivers/firewire/ |
H A D | core-device.c | 754 * fw_device_rwsem acts as dual purpose mutex:
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | serial_txx9.c | 47 /* acts like standard serial driver */
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_gadget_ep0.c | 626 * If we write data, the controller acts happier if we enable musb_read_setup()
|
H A D | musb_core.c | 1055 * acts as a NOP unless some role activated the hardware
|
/linux-4.1.27/include/uapi/linux/usb/ |
H A D | ch9.h | 920 /* NOTATTACHED isn't in the USB spec, and this state acts
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | signal_64.c | 52 * 2) a gap of __SIGNAL_FRAMESIZE bytes which acts as a dummy caller
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | setup.c | 916 * cpu_init() initializes state that is per-CPU. This function acts
|
/linux-4.1.27/fs/btrfs/tests/ |
H A D | inode-tests.c | 86 * want to make sure everything acts normally (the last number is not inclusive)
|
/linux-4.1.27/net/irda/irnet/ |
H A D | irnet_ppp.c | 29 * When a pppd instance is not active on /dev/irnet, it acts as a control
|
/linux-4.1.27/include/crypto/ |
H A D | hash.h | 480 * function, etc. It acts as a handle to the ahash_request_* API calls in a
|
/linux-4.1.27/drivers/md/ |
H A D | dm-bufio.c | 257 * A red/black tree acts as an index for all the buffers.
|
H A D | dm-snap.c | 1962 * snapshot-merge acts as an origin, so set ti->max_io_len snapshot_merge_resume()
|
H A D | raid5.c | 2965 * If several bio share a stripe. The bio bi_phys_segments acts as a add_stripe_bio()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | import.c | 218 * This acts as a barrier; all existing requests are rejected, and
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 204 * conditions and acts accordingly. In case there are events pending,
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | core.h | 127 * as in shared-fifo mode periodic in acts like a single-frame packet
|
H A D | core.c | 1615 * the controller acts autonomously to complete transfers programmed to a host
|
H A D | hcd.c | 2922 * data is sent, but this space acts as a bit bucket. This must be dwc2_hcd_init()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | transport.c | 485 * scatter-gather or not, and acts appropriately.
|
/linux-4.1.27/include/linux/usb/ |
H A D | gadget.h | 519 * so that the "A" device currently acts as A-Peripheral, not A-Host.
|
/linux-4.1.27/kernel/time/ |
H A D | posix-cpu-timers.c | 716 * This acts as a modification timestamp for the timer, posix_cpu_timer_set()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
H A D | ldlm_lock.c | 901 * queue [input]: the granted list where search acts on;
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 214 * This acts as the demux call_lvds_script()
|
/linux-4.1.27/drivers/ata/ |
H A D | ahci.c | 923 * attached to the first downstream port or acts as a hardware storage
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | keyboard.c | 804 * a CapsShift key acts like Shift but undoes CapsLock k_shift()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 496 * the zero degree view needs to be mapped. The need for mapping also acts as
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1968 * - fec0 acts as the 1588 time master while fec1 is slave fec_enet_mii_init()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_ringbuffer.c | 1243 * This acts like a signal in the canonical semaphore.
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 41 * The Mass Storage Function acts as a USB Mass Storage device,
|
/linux-4.1.27/fs/btrfs/ |
H A D | free-space-cache.c | 3504 * doesn't do any of the merging that add_free_space does, this acts a lot like
|
/linux-4.1.27/mm/ |
H A D | page-writeback.c | 530 * In the other normal situations, it acts more gently by throttling the tasks
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | videobuf2-core.c | 2477 * to it earlier by the means of vidioc_querybuf handler. That offset acts as
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | mmu.c | 426 /* xchg acts as a barrier before the setting of the high bits */ __update_clear_spte_slow()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dtree.c | 64 * but whose order is arbitrary and acts as duplicate, e.g.,
|
/linux-4.1.27/kernel/locking/ |
H A D | lockdep.c | 706 * (or spin_lock_init()) call - which acts as the key. For static look_up_lock_class()
|
/linux-4.1.27/kernel/trace/ |
H A D | ftrace.c | 1000 * so this acts like an synchronize_sched. ftrace_profile_write()
|
H A D | ring_buffer.c | 3594 * cmpxchg to cross pages which acts as the mb on the writer rb_get_reader_page()
|
/linux-4.1.27/include/net/ |
H A D | cfg80211.h | 5253 * wiphy_WARN() acts like wiphy_printk(), but with the key difference
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 9938 * This function acts as an iocb filter for functions which abort or count
|