/linux-4.1.27/drivers/isdn/hisax/ |
H A D | l3dss1.c | 359 #define FOO1(s, a, b) \ l3dss1_parse_facility() macro 363 l3_debug(st, "FOO1 nlen < ilen+2"); \ l3dss1_parse_facility() 378 FOO1("1A", 0x30, FOO1("1C", 0xA1, FOO1("1D", 0x30, FOO1("1E", 0x02, ( { l3dss1_parse_facility() 401 FOO1("2A", 0x30, FOO1("2B", 0x30, FOO1("2C", 0xA1, FOO1("2D", 0x30, FOO1("2E", 0x02, ( { l3dss1_parse_facility() 422 #undef FOO1 l3dss1_parse_facility() macro
|
/linux-4.1.27/drivers/lguest/x86/ |
H A D | core.c | 22 * mixed in with drivers/lguest/core.c but several foolhardy code slashers 24 * lguest to other architectures (see what I mean by foolhardy?).
|
/linux-4.1.27/drivers/mailbox/ |
H A D | mailbox-altera.c | 387 MODULE_AUTHOR("Ley Foon Tan <lftan@altera.com>");
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | closure.h | 41 * foo_endio(struct bio *bio, int error) 50 * bio1->bi_endio = foo_endio; 55 * bio2->bi_endio = foo_endio;
|
/linux-4.1.27/drivers/md/ |
H A D | dm-cache-policy.h | 199 * queue merging has occurred). To stop the policy being fooled by
|
H A D | md-cluster.c | 82 /* TODO: Unionize this for smaller footprint */
|
/linux-4.1.27/drivers/hwmon/ |
H A D | adt7462.c | 240 u16 foo; adt7462_read_word_data() local 241 foo = i2c_smbus_read_byte_data(client, reg); adt7462_read_word_data() 242 foo |= ((u16)i2c_smbus_read_byte_data(client, reg + 1) << 8); adt7462_read_word_data() 243 return foo; adt7462_read_word_data()
|
H A D | adt7470.c | 183 u16 foo; adt7470_read_word_data() local 184 foo = i2c_smbus_read_byte_data(client, reg); adt7470_read_word_data() 185 foo |= ((u16)i2c_smbus_read_byte_data(client, reg + 1) << 8); adt7470_read_word_data() 186 return foo; adt7470_read_word_data()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-gd.c | 359 /* strstr("foo", "") is non-NULL */ ide_gd_probe()
|
/linux-4.1.27/drivers/mtd/ |
H A D | afs.c | 37 struct footer_struct { struct 39 u32 image_start; /* Start of area reserved by this footer */ 40 u32 signature; /* 'Magic' number proves it's a footer */ 73 struct footer_struct fs; afs_read_footer() 113 * be located after the footer structure. afs_read_footer() 221 /* Read the footer. */ parse_afs_partitions()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 1103 * Warning: this function _will_ fool interrupt latency tracing tools.
|
H A D | cfi_cmdset_0002.c | 955 * Warning: this function _will_ fool interrupt latency tracing tools.
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | Kconfig | 266 tristate "CFI Flash device mapped on DC21285 Footbridge"
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | cs553x_nand.c | 157 unsigned char foo = readb(mmio_base + MM_NAND_STS); cs553x_device_ready() local 159 return (foo & CS_NAND_STS_FLASH_RDY) && !(foo & CS_NAND_CTLR_BUSY); cs553x_device_ready()
|
/linux-4.1.27/drivers/net/appletalk/ |
H A D | ltpc.c | 43 * requires a minimal amount of fooling with the code in ddp.c and aarp.c.
|
/linux-4.1.27/drivers/net/bonding/ |
H A D | bond_main.c | 2472 * arp_ip_target and fool ourselves with our own arp requests. bond_arp_rcv()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 28 * elimination of all the tests and reduced cache footprint.
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 113 #define STRINGIFY(foo) #foo
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 1401 static irqreturn_t ns83820_irq(int foo, void *data) ns83820_irq() argument
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 3592 static irqreturn_t nv_nic_irq(int foo, void *data) nv_nic_irq() argument 3625 static irqreturn_t nv_nic_irq_optimized(int foo, void *data) nv_nic_irq_optimized() argument 3654 static irqreturn_t nv_nic_irq_tx(int foo, void *data) nv_nic_irq_tx() argument 3766 static irqreturn_t nv_nic_irq_rx(int foo, void *data) nv_nic_irq_rx() argument 3811 static irqreturn_t nv_nic_irq_other(int foo, void *data) nv_nic_irq_other() argument 3878 static irqreturn_t nv_nic_irq_test(int foo, void *data) nv_nic_irq_test() argument 3935 irqreturn_t (*handler)(int foo, void *data); nv_request_irq()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
H A D | qca_framing.c | 67 * QCAFRM_NOTAIL Footer expected but not found.
|
H A D | qca_framing.h | 57 /* QCA7K footer len */ 91 * Waiting for first 0x55 of footer 95 /* Waiting for second 0x55 of footer */ 127 * QCAFRM_NOTAIL Footer expected but not found.
|
/linux-4.1.27/drivers/net/wan/ |
H A D | dscc4.c | 8 * Specific bug reports/asian food will be welcome.
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | at76c50x-usb.c | 2609 MODULE_AUTHOR("Alex <alex@foogod.com>");
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.c | 1495 int foolen; /* XXX(hch): handle short transfers */ ar5523_load_firmware() local 1530 txblock, sizeof(*txblock), &foolen, ar5523_load_firmware() 1541 fwbuf, mlen, &foolen, ar5523_load_firmware() 1551 rxblock, sizeof(*rxblock), &foolen, ar5523_load_firmware()
|
/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | ath.h | 297 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) 298 #define ATH_DBG_WARN_ON_ONCE(foo) WARN_ON_ONCE(foo) 310 #define ATH_DBG_WARN(foo, arg...) do {} while (0) 311 #define ATH_DBG_WARN_ON_ONCE(foo) ({ \ 312 int __ret_warn_once = !!(foo); \
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
H A D | cpia2_usb.c | 140 * NOTE: This is not entirely foolproof with 3 process_frame()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | ov519.c | 4362 /* Add 11 byte footer to frame, might be useful */ ov511_pkt_scan() 4403 except that they may contain part of the footer), are ov518_pkt_scan()
|
H A D | pac7302.c | 796 int n, lum_offset, footer_length; sd_pkt_scan() local 805 footer_length = 74; sd_pkt_scan() 808 n = (sof - data) - (footer_length + sizeof pac_sof_marker); sd_pkt_scan()
|
H A D | pac7311.c | 579 int n, lum_offset, footer_length; sd_pkt_scan() local 588 footer_length = 26; sd_pkt_scan() 591 n = (sof - data) - (footer_length + sizeof pac_sof_marker); sd_pkt_scan()
|
H A D | vicam.c | 208 a very similar 64 byte footer, which we don't even vicam_dostream()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.c | 162 static int pvr2_context_thread_func(void *foo) pvr2_context_thread_func() argument
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision-core.c | 1266 static int foo; usbvision_compress_isochronous() local 1268 if (foo < 1) { usbvision_compress_isochronous() 1271 ++foo; usbvision_compress_isochronous()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | cassini.c | 4096 * cause resets to occur so fast as to fool the switch cas_link_timer()
|
H A D | sunbmac.c | 570 bp->timer_state = asleep; /* foo on you */ bigmac_timer()
|
H A D | sunhme.c | 855 hp->timer_state = asleep; /* foo on you */ happy_meal_timer()
|
/linux-4.1.27/drivers/scsi/osd/ |
H A D | osd_initiator.c | 1400 OSD_ERR("BAD FOOD from target. list not valid!" osd_req_decode_get_attr_list() 1675 * targets with low memory footprint) osd_finalize_request()
|
/linux-4.1.27/drivers/scsi/ |
H A D | qla1280.c | 403 #define ia64_platform_is(foo) (!strcmp(x, platform_name))
|
H A D | qlogicfas408.c | 15 help respectively, and for suffering through my foolishness during the
|
H A D | scsi_devinfo.c | 426 * scsi_static_device_list[] entry, such as " FOO" scsi_dev_info_list_del_keyed() 427 * rather than "FOO". Since this code is already scsi_dev_info_list_del_keyed() 588 * scsi_static_device_list[] entry, such as " FOO" scsi_get_device_flags_keyed() 589 * rather than "FOO". Since this code is already scsi_get_device_flags_keyed()
|
H A D | scsi_lib.c | 1814 blk_dump_rq_flags(req, "foo");
|
H A D | in2000.c | 1932 * pretty straightforward and fool-proof operation. There are 3 in2000_detect()
|
H A D | t128.c | 333 void __iomem *foo = base + T_CONTROL_REG_OFFSET; local 334 tmp = readb(foo); 335 writeb(tmp | T_CR_CT, foo); 336 writeb(tmp, foo); 379 void __iomem *foo = base + T_CONTROL_REG_OFFSET; local 380 tmp = readb(foo); 381 writeb(tmp | T_CR_CT, foo); 382 writeb(tmp, foo);
|
H A D | NCR5380.c | 1727 int foo; NCR5380_transfer_dma() local 1890 foo = NCR5380_pread(instance, d, c); NCR5380_transfer_dma() 1896 if (!(foo = NCR5380_pread(instance, d, c - diff))) { NCR5380_transfer_dma() 1929 foo = NCR5380_pwrite(instance, d, c); NCR5380_transfer_dma() 1933 if (!(foo = NCR5380_pwrite(instance, d, c))) { NCR5380_transfer_dma() 1978 return foo; NCR5380_transfer_dma()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | trans.c | 1440 * Fool sparse by faking we release the lock - sparse will iwl_trans_pcie_grab_nic_access() 1455 * Fool sparse by faking we acquiring the lock - sparse will iwl_trans_pcie_release_nic_access()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 750 * csio_wr_cleanup_iq_ftr - Cleanup Footer entries in IQ 754 * Cleanup the footer entries in the given ingress queue, 773 /* Get the footer */ csio_wr_cleanup_iq_ftr() 776 /* Zero out footer */ csio_wr_cleanup_iq_ftr() 1030 * @len_to_qid: The lower 32-bits of the first flit of the RSP footer 1100 * @ftr: Ingress queue WR SGE footer. 1103 * bit in the footer of the current WR. 1138 /* Get the footer */ csio_wr_process_iq() 1155 /* Subtract footer from WR len */ csio_wr_process_iq()
|
H A D | csio_wr.h | 301 * Structure for footer (last 2 flits) of Ingress Queue Entry.
|
/linux-4.1.27/drivers/staging/comedi/ |
H A D | drivers.c | 635 * structure, say 'struct foo_board' containing a member 'const char 641 * structure, say 'sizeof(struct foo_board)', and 'driv->num_names' is
|
/linux-4.1.27/drivers/staging/vt6655/ |
H A D | TODO | 14 - reduce .data footprint
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 1169 volatile int reapable; /* Food for the reaper task */
|
H A D | p80211conv.c | 115 int foo; skb_ether_to_p80211() local 210 foo = wep_encrypt(wlandev, skb->data, p80211_wep->data, skb_ether_to_p80211() 214 if (foo) { skb_ether_to_p80211() 217 foo); skb_ether_to_p80211() 289 int foo; skb_p80211_to_ether() local 328 foo = wep_decrypt(wlandev, skb->data + payload_offset + 4, skb_p80211_to_ether() 333 if (foo) { skb_p80211_to_ether() 336 foo); skb_p80211_to_ether()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | cl_object.h | 3107 #define CL_IO_SLICE_CLEAN(foo_io, base) \ 3109 typeof(foo_io) __foo_io = (foo_io); \
|
H A D | lu_ref.h | 35 * Suppose there is a reference counted data-structure struct foo. To track 36 * who acquired references to instance of struct foo, add lu_ref field to it: 39 * struct foo { 40 * atomic_t foo_refcount; 41 * struct lu_ref foo_reference; 46 * foo::foo_reference has to be initialized by calling 48 * decrement foo::foo_refcount, let's say they are foo_get(struct foo *foo) 49 * and foo_put(struct foo *foo), respectively. 51 * Whenever foo_get() is called to acquire a reference on a foo, lu_ref_add() 52 * has to be called to insert into foo::foo_reference a record, describing 59 * // bar owns a reference to foo. 60 * bar->bar_foo = foo_get(foo); 61 * lu_ref_add(&foo->foo_reference, "bar", bar); 65 * // reference from bar to foo is released. 66 * lu_ref_del(&foo->foo_reference, "bar", bar); 67 * foo_put(bar->bar_foo); 70 * // current thread acquired a temporary reference to foo. 71 * foo_get(foo); 72 * lu_ref_add(&foo->reference, __func__, current); 77 * lu_ref_del(&foo->reference, __func__, current); 78 * foo_put(foo); 82 * lu_ref_del() calls into foo_get() and foo_put(). When an instance of struct 83 * foo is destroyed, lu_ref_fini() has to be called that checks that no 90 * in the same place where pointer to struct foo is stored), and use 94 * // There is a large number of bar's for a single foo. 95 * bar->bar_foo = foo_get(foo); 96 * bar->bar_foo_ref = lu_ref_add(&foo->foo_reference, "bar", bar); 100 * // reference from bar to foo is released. 101 * lu_ref_del_at(&foo->foo_reference, bar->bar_foo_ref, "bar", bar); 102 * foo_put(bar->bar_foo);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_idl.h | 103 /* FOO_REQUEST_PORTAL is for incoming requests on the FOO 104 * FOO_REPLY_PORTAL is for incoming replies on the FOO 105 * FOO_BULK_PORTAL is for incoming bulk on the FOO
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | obd_config.c | 1313 /* e.g. tunefs.lustre --param mdt.group_upcall=foo /r/tmp/lustre-mdt class_process_proc_param()
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon.c | 556 unsigned long foo, void *bar) dcon_reboot_notify() 555 dcon_reboot_notify(struct notifier_block *nb, unsigned long foo, void *bar) dcon_reboot_notify() argument
|
/linux-4.1.27/drivers/nubus/ |
H A D | nubus.c | 149 static inline long nubus_expand32(long foo) nubus_expand32() argument 151 if(foo & 0x00800000) /* 24bit negative */ nubus_expand32() 152 foo |= 0xFF000000; nubus_expand32() 153 return foo; nubus_expand32() 825 unsigned short foo, bar; nubus_add_board() local 826 foo = nubus_get_rom(&rp, 2, bytelanes); nubus_add_board() 828 printk("%04x %04x ", foo, bar); nubus_add_board()
|
/linux-4.1.27/drivers/of/ |
H A D | address.c | 887 * base = of_io_request_and_map(node, 0, "foo");
|
H A D | base.c | 767 * /foo/bar Full path 768 * foo Valid alias 769 * foo/bar Valid alias + relative path
|
H A D | unittest.c | 425 unittest(rc == 0 && !strcmp(strings[0], "foobar"), "of_property_read_string_index() failure; rc=%i\n", rc); of_unittest_property_string()
|
/linux-4.1.27/drivers/of/unittest-data/ |
H A D | tests-overlay.dtsi | 216 property-foo = "bar";
|
H A D | tests-phandle.dtsi | 42 string-property = "foobar";
|
/linux-4.1.27/drivers/parisc/ |
H A D | pdc_stable.c | 270 * device, BUT nothing would prevent some foolish user to set the path to some
|
/linux-4.1.27/drivers/parport/ |
H A D | daisy.c | 108 /* don't be fooled: a mux must have 2 or 4 ports. */ parport_daisy_init()
|
/linux-4.1.27/drivers/pci/ |
H A D | pci.c | 2392 * device. The footnote for section 6.12 indicates the specific pci_acs_enabled()
|
/linux-4.1.27/drivers/pinctrl/intel/ |
H A D | pinctrl-baytrail.c | 344 * themselves in the foot. byt_gpio_direction_output()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | cfg80211.h | 223 struct pmkid foo[MAXPMKID - 1]; member in struct:brcmf_cfg80211_pmk_list
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 148 * replace things like '% foo' with '& (foo - 1)'.
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 43 pr_efi_err(sys_table, "Truncated device tree! foo!\n"); update_fdt()
|
/linux-4.1.27/drivers/fmc/ |
H A D | fmc-fakedev.c | 255 .device_id = 0xf001, /* fool */
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_crtc.c | 610 * in-use fb with fb-id == 0. Userspace is allowed to shoot its own foot drm_framebuffer_remove()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_fbc.c | 32 * variation-less patterns. It comes from keeping the memory footprint small
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_registers.h | 328 * temporarily. Minor footprint issue if common-model
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 2029 * for those who want to reduce memory footprint. Note that the qib_6120_tidtemplate()
|
H A D | qib_iba7322.c | 3901 * for those who want to reduce memory footprint. Note that the qib_7322_tidtemplate()
|
H A D | qib_pcie.c | 49 * To minimize the change footprint, we call it
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | appletouch.c | 13 * Thanks to Alex Harper <basilisk@foobox.net> for his inputs.
|
/linux-4.1.27/drivers/input/serio/ |
H A D | hp_sdc.c | 304 static void hp_sdc_tasklet(unsigned long foo) hp_sdc_tasklet() argument
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | speedstep-lib.c | 288 * cf. 25130917.pdf / page 7, footnote 5 even speedstep_detect_processor()
|
/linux-4.1.27/drivers/eisa/ |
H A D | eisa.ids | 64 AIR0101 "AIR486SE/25/33 EISA Baby AT-foot print motherboard."
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | linkage.h | 15 * the callee. This just fools gcc into not spilling into them,
|
H A D | processor.h | 324 u32 foo; /* FPU Operand Pointer Offset */ member in struct:i387_fsave_struct 347 u32 foo; /* FPU Operand Offset */ member in struct:i387_fxsave_struct::__anon3076::__anon3078 375 u32 foo; member in struct:i387_soft_struct
|
H A D | user32.h | 13 u32 foo; member in struct:user_i387_ia32_struct 26 int foo; member in struct:user32_fxsr_struct
|
H A D | user_32.h | 50 long foo; member in struct:user_i387_struct 62 long foo; member in struct:user_fxsr_struct
|
H A D | bitops.h | 326 #if 0 /* Fool kernel-doc since it doesn't do macros yet */
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | asm-offsets_32.c | 16 void foo(void); 18 void foo(void) foo() function
|
H A D | entry_64.S | 193 * When user can change pt_regs->foo always force IRET. That is because 348 /* Use IRET because user could have changed pt_regs->foo */
|
H A D | i387.c | 500 env->foo = fxsave->rdp; convert_from_fxsr() 515 env->foo = fxsave->foo; convert_from_fxsr() 538 fxsave->rdp = env->foo; convert_to_fxsr() 543 fxsave->foo = env->foo; convert_to_fxsr()
|
H A D | test_nx.c | 71 void foo_label(void); 85 fudze_exception_table(&foo_label, address); test_address() 88 "foo_label:\n" test_address() 100 fudze_exception_table(address, &foo_label); test_address()
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | fpu_aux.c | 43 oaddr = (struct address *)&soft->foo; finit_soft_fpu()
|
H A D | fpu_system.h | 78 #define operand_address (*(struct address *)&I387->soft.foo)
|
/linux-4.1.27/arch/x86/um/ |
H A D | bugs_32.c | 35 unsigned long foo = 0; arch_check_bugs() local 36 __asm__ __volatile__("cmovz %0, %1" : "=r" (foo) : "0" (foo)); arch_check_bugs()
|
H A D | signal.c | 95 env[5] = fxsave->foo; convert_fxsr_to_user() 132 fxsave->foo = env[5]; convert_fxsr_from_user()
|
H A D | user-offsets.c | 31 void foo(void) foo() function
|
/linux-4.1.27/arch/x86/um/shared/sysdep/ |
H A D | kernel-offsets.h | 15 void foo(void) foo() function
|
/linux-4.1.27/block/ |
H A D | bsg.c | 735 * fool-proof error detection bsg_put_device()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | atomic_32.h | 7 * Additions by Keith M Wesolowski (wesolows@foobazco.org) based
|
H A D | clock.h | 9 /* Foo for now. */
|
H A D | cmpxchg_32.h | 7 * Additions by Keith M Wesolowski (wesolows@foobazco.org) based
|
H A D | cpudata_32.h | 3 * Copyright (C) 2004 Keith M Wesolowski (wesolows@foobazco.org)
|
H A D | openprom.h | 205 int vector; /* This is foobar, what does it do? */
|
H A D | sfp-machine_32.h | 110 /* We need to fool gcc, as we need to pass more than 10 \ 135 /* We need to fool gcc, as we need to pass more than 10 \
|
H A D | uaccess_32.h | 24 /* Sparc is not segmented, however we need to be able to fool access_ok()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | asm-offsets.c | 46 int foo(void) foo() function
|
H A D | prom_32.c | 50 * string, like this "foo@addr". The "addr" can be in any number of
|
H A D | prom_64.c | 58 * string, like this "foo@addr". The "addr" can be in any number of
|
H A D | smp_32.c | 5 * Copyright (C) 2004 Keith M Wesolowski (wesolows@foobazco.org)
|
H A D | tsb.S | 67 * which can be easily rematerialized. %g6 and %g7 foot the
|
/linux-4.1.27/arch/tile/ |
H A D | Kconfig | 169 smaller kernel memory footprint results from using a smaller
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | linkage.h | 24 * self-named .text.foo section, and if linker feedback collection
|
H A D | page.h | 199 * its ITLB footprint (as well as at PAGE_OFFSET). The last architected
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | asm-offsets.c | 38 void foo(void) foo() function
|
H A D | intvec_32.S | 1507 * The fast swint code is designed to have a small footprint. It does
|
/linux-4.1.27/arch/x86/ |
H A D | Kconfig | 2537 pointers at 32 bits for smaller memory footprint.
|
H A D | Makefile | 35 # e.g.: obj-y += foo_$(BITS).o
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | list.h | 36 * We need to keep a list of struct foo in the parent struct bar, i.e. what 41 * struct foo *list_of_foos; -----> struct foo {}, struct foo {}, struct foo{} 54 * struct foo { 68 * struct foo *foo = malloc(...); 70 * list_add(&foo->entry, &bar.list_of_foos); 74 * list_del(&foo->entry); 75 * free(foo); 80 * Looping through the list requires a 'struct foo' as iterator and the 83 * struct foo *iterator; 92 * struct foo *iterator, *next; 152 * struct foo *newfoo = malloc(...); 173 * struct foo *newfoo = malloc(...); 202 * list_del(&foo->entry); 244 * struct foo* f; 245 * f = container_of(&foo->entry, struct foo, entry); 246 * assert(f == foo); 268 * struct foo *first; 269 * first = list_first_entry(&bar->list_of_foos, struct foo, list_of_foos); 283 * struct foo *first; 284 * first = list_last_entry(&bar->list_of_foos, struct foo, list_of_foos); 301 * struct foo *iterator;
|
/linux-4.1.27/drivers/block/ |
H A D | ataflop.c | 987 /* ++ f.a. read twice to avoid being fooled by switcher */ fd_readtrack_check()
|
H A D | pktcdvd.c | 1462 static int kcdrwd(void *foobar) kcdrwd() argument 1464 struct pktcdvd_device *pd = foobar; kcdrwd()
|
H A D | rbd_types.h | 18 /* For format version 2, rbd image 'foo' consists of objects 19 * rbd_id.foo - id of image 32 * For format version 1, rbd image 'foo' consists of objects 33 * foo.rbd - image metadata
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_nl.c | 1575 * someone fooled it, we need to double check here) drbd_adm_attach()
|
/linux-4.1.27/drivers/block/zram/ |
H A D | zram_drv.h | 60 * footprint small so we can squeeze size and flags into a field.
|
/linux-4.1.27/drivers/cdrom/ |
H A D | cdrom.c | 88 will do their best to follow in his footsteps
|
/linux-4.1.27/drivers/char/ |
H A D | nwflash.c | 328 * reset footbridge to the correct offset 0 (...0..3) erase_block() 468 * program footbridge to the correct offset...0..3 write_block()
|
H A D | virtio_console.c | 824 /* Userspace could be out to fool us */ port_fops_write()
|
/linux-4.1.27/drivers/char/xilinx_hwicap/ |
H A D | xilinx_hwicap.c | 67 * cp foo.bit /dev/icap0 69 * Note that unless foo.bit is an appropriately constructed partial
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | unwind.c | 94 /* addik r1, r1, foo ? */ find_frame_creation()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
H A D | prom.c | 89 return 0; /* foo */ str2hexnum()
|
H A D | vss.c | 15 #define VSS_FTR 0x08 /* footers */ 32 /* enable footers in sequence */ __enable_block() 65 __raw_writel(0, base + VSS_FTR); /* disable all footers */ __disable_block()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | setup.c | 1057 u32 *foo; prom_free_prom_memory() local 1059 foo = &insn; prom_free_prom_memory() 1062 prefetch(foo); prom_free_prom_memory()
|
/linux-4.1.27/arch/mips/include/asm/dec/ |
H A D | kn05.h | 18 * food for thought. No documentation for the KN05 nor the KN04
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_mpiix.c | 196 without BARs set fools the setup. #2 If you pci_disable_device mpiix_init_one()
|
/linux-4.1.27/drivers/atm/ |
H A D | eni.c | 1459 static void foo(void) 1515 foo(); eni_int() 1905 /*foo();*/ eni_close()
|
/linux-4.1.27/drivers/base/ |
H A D | cpu.c | 275 * something as foolish as this. However, at this point in time, it is cpu_device_release()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.h | 59 * - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-ntrig.c | 606 /* Clear the contact footer */ ntrig_event() 646 /* Shouldn't get more than 4 footer packets, so skip */ ntrig_event() 652 /* if the footer isn't complete break */ ntrig_event() 671 * The first footer value indicates the presence of a ntrig_event() 722 * mode. The footer events tell us ntrig_event()
|
/linux-4.1.27/drivers/thermal/ |
H A D | intel_powerclamp.c | 265 static void noop_timer(unsigned long foo) noop_timer() argument
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | 21285.c | 41 static const char serial21285_name[] = "Footbridge UART"; 505 MODULE_DESCRIPTION("Intel Footbridge (21285) serial driver");
|
H A D | Kconfig | 402 depends on FOOTBRIDGE 405 If you have a machine based on a 21285 (Footbridge) StrongARM(R)/ 414 If you have enabled the serial port on the 21285 footbridge you can
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 5256 * Mainpine series cards: Fairly standard layout but fools
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hcd.c | 1328 * memory footprint over access speed since the amount hcd_alloc_coherent()
|
/linux-4.1.27/drivers/usb/mon/ |
H A D | mon_main.c | 178 * a reader staying across an rmmod foo_hcd, so test ->u_bus. mon_stop() 188 * Add a USB bus (usually by a modprobe foo-hcd) 203 * Remove a USB bus (either from rmmod foo-hcd or from a hot-remove event).
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | phy-fsl-usb.c | 227 void b_data_pulse_end(unsigned long foo) b_data_pulse_end() argument 246 void b_vbus_pulse_end(unsigned long foo) b_vbus_pulse_end() argument 259 void b_srp_end(unsigned long foo) b_srp_end() argument 274 void a_wait_enum(unsigned long foo) a_wait_enum() argument
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | ezusb_convert.pl | 9 # perl ezusb_convert.pl foo <foo.hex >fw_foo.h
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | freecom.c | 263 usb_stor_dbg(us, "foo Status result %d %u\n", result, partial); freecom_transport()
|
H A D | unusual_devs.h | 667 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
|
/linux-4.1.27/fs/ntfs/ |
H A D | super.c | 3055 static void ntfs_big_inode_init_once(void *foo) ntfs_big_inode_init_once() argument 3057 ntfs_inode *ni = (ntfs_inode *)foo; ntfs_big_inode_init_once()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | alloc.c | 4620 * left. For now, just catch that case and fool the layers ocfs2_figure_insert_type()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | quorum.c | 24 * approach that is driven from userspace. Honest. No foolin'.
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 331 static void dlmfs_init_once(void *foo) dlmfs_init_once() argument 334 (struct dlmfs_inode_private *) foo; dlmfs_init_once()
|
/linux-4.1.27/fs/proc/ |
H A D | inode.c | 87 static void init_once(void *foo) init_once() argument 89 struct proc_inode *ei = (struct proc_inode *) foo; init_once() 321 * deadlockable: rmmod foo </proc/foo . So, we're going to do ->release proc_reg_open()
|
H A D | proc_tty.c | 141 * registering the driver's /proc handler into /proc/tty/driver/<foo>
|
/linux-4.1.27/fs/ |
H A D | proc_namespace.c | 153 /* Tagged fields ("foo:X" or "bar") */ show_mountinfo()
|
H A D | inode.c | 370 static void init_once(void *foo) init_once() argument 372 struct inode *inode = (struct inode *) foo; init_once()
|
H A D | namei.c | 2025 * duplicated. Typically there is a function foo(), and its RCU path_lookupat() 2026 * analogue, foo_rcu(). path_lookupat() 3368 * (foo/., foo/.., /////) filename_create() 3390 * Special case - lookup gave negative, but... we had foo/bar/ filename_create()
|
/linux-4.1.27/fs/qnx4/ |
H A D | inode.c | 355 static void init_once(void *foo) init_once() argument 357 struct qnx4_inode_info *ei = (struct qnx4_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/qnx6/ |
H A D | inode.c | 615 static void init_once(void *foo) init_once() argument 617 struct qnx6_inode_info *ei = (struct qnx6_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | super.c | 615 static void init_once(void *foo) init_once() argument 617 struct reiserfs_inode_info *ei = (struct reiserfs_inode_info *)foo; init_once() 938 * foo=bar, reiserfs_getopt()
|
/linux-4.1.27/fs/squashfs/ |
H A D | super.c | 411 static void init_once(void *foo) init_once() argument 413 struct squashfs_inode_info *ei = foo; init_once()
|
/linux-4.1.27/fs/udf/ |
H A D | super.c | 169 static void init_once(void *foo) init_once() argument 171 struct udf_inode_info *ei = (struct udf_inode_info *)foo; init_once()
|
/linux-4.1.27/fs/ufs/ |
H A D | super.c | 1445 static void init_once(void *foo) init_once() argument 1447 struct ufs_inode_info *ei = (struct ufs_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 3220 * foot. xfs_bmap_extsize_align()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_log.c | 774 * currently architecture converted and "Unmount" is a bit foo.
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | gbefb.c | 722 DMA hardware is fooled into thinking the screen is only one tile gbefb_set_par()
|
H A D | stifb.c | 516 /* change fb->id temporarily to fool SETUP_FB() */ rattlerSetupPlanes()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | omapdss-boot-init.c | 21 * encoder nodes from "panel-foo" to "omapdss,panel-foo". This way we can have
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 349 bool footprint; sisfb_detect_custom_timing() local 376 footprint = true; sisfb_detect_custom_timing() 382 footprint = false; sisfb_detect_custom_timing() 385 footprint = false; sisfb_detect_custom_timing() 388 if(footprint) { sisfb_detect_custom_timing()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | Kconfig | 179 depends on FOOTBRIDGE 181 The Intel Footbridge chip contains a built-in watchdog circuit. Say Y 193 depends on FOOTBRIDGE && ARCH_NETWINDER
|
H A D | it8712f_wdt.c | 58 /* Dog Food address - We use the game port address */
|
/linux-4.1.27/fs/hpfs/ |
H A D | super.c | 226 static void init_once(void *foo) init_once() argument 228 struct hpfs_inode_info *ei = (struct hpfs_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/hugetlbfs/ |
H A D | inode.c | 693 static void init_once(void *foo) init_once() argument 695 struct hugetlbfs_inode_info *ei = (struct hugetlbfs_inode_info *)foo; init_once()
|
/linux-4.1.27/fs/isofs/ |
H A D | inode.c | 85 static void init_once(void *foo) init_once() argument 87 struct iso_inode_info *ei = foo; init_once()
|
/linux-4.1.27/fs/jffs2/ |
H A D | nodemgmt.c | 656 addedsize = 0; /* To fool the refiling code later */ jffs2_mark_node_obsolete()
|
H A D | super.c | 58 static void jffs2_i_init_once(void *foo) jffs2_i_init_once() argument 60 struct jffs2_inode_info *f = foo; jffs2_i_init_once()
|
/linux-4.1.27/fs/jfs/ |
H A D | super.c | 883 static void init_once(void *foo) init_once() argument 885 struct jfs_inode_info *jfs_ip = (struct jfs_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/minix/ |
H A D | inode.c | 82 static void init_once(void *foo) init_once() argument 84 struct minix_inode_info *ei = (struct minix_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/ncpfs/ |
H A D | inode.c | 72 static void init_once(void *foo) init_once() argument 74 struct ncp_inode_info *ei = (struct ncp_inode_info *) foo; init_once()
|
/linux-4.1.27/fs/nfs/filelayout/ |
H A D | filelayout.h | 37 * We store each index as a u8 (u32 on the wire) to keep the memory footprint
|
/linux-4.1.27/fs/nfs/ |
H A D | inode.c | 1901 static void init_once(void *foo) init_once() argument 1903 struct nfs_inode *nfsi = (struct nfs_inode *) foo; init_once()
|
H A D | super.c | 1235 * boolean options: foo/nofoo nfs_parse_mount_options()
|
/linux-4.1.27/fs/nfsd/ |
H A D | export.c | 873 * since its harder to fool a kernel module than a user space program.
|
H A D | vfs.c | 2071 * However, `cp foo bar' should fail nevertheless when bar is nfsd_permission()
|
/linux-4.1.27/drivers/power/ |
H A D | bq24190_charger.c | 675 * of looking foolish and returning 'OVERVOLTAGE' bq24190_charger_get_health()
|
/linux-4.1.27/include/net/ |
H A D | iw_handler.h | 98 * on kernel footprint.
|
/linux-4.1.27/include/net/sctp/ |
H A D | command.h | 151 * __s32. So, after foo = SCTP_I32(arg), foo.i32 == arg.
|
H A D | constants.h | 124 * sctp_subtype_t foo = SCTP_ST_CHUNK(SCTP_CID_INIT);
|
/linux-4.1.27/include/scsi/ |
H A D | osd_ore.h | 73 * container_of(oc->ods[i], struct foo_dev, ored) to access the bigger
|
/linux-4.1.27/include/linux/mtd/ |
H A D | ubi.h | 34 * we use only 64 to have a lower memory foot print.
|
/linux-4.1.27/include/linux/ |
H A D | netdevice.h | 1936 /* Used in ipv6_gro_receive() and foo-over-udp */ 1956 /* Used in foo-over-udp, set in udp[46]_gro_receive */
|
H A D | nvram.h | 6 /* __foo is foo without grabbing the rtc_lock - get it yourself */
|
H A D | rculist.h | 263 * struct foo *bar = list_first_entry_rcu(mylist, struct foo, list_member);
|
H A D | rcupdate.h | 735 * bar = rcu_dereference_check(foo->bar, lockdep_is_held(&foo->lock)); 737 * could be used to indicate to lockdep that foo->bar may only be dereferenced 739 * the bar struct at foo->bar is held. 745 * bar = rcu_dereference_check(foo->bar, lockdep_is_held(&foo->lock) || 746 * atomic_read(&foo->usage) == 0);
|
H A D | seqlock.h | 22 * seq = read_seqbegin(&foo); 24 * } while (read_seqretry(&foo, seq));
|
H A D | stringify.h | 5 * macro itself. For example, compile with -DFOO=bar, __stringify(FOO)
|
/linux-4.1.27/include/media/ |
H A D | v4l2-ctrls.h | 556 * that cluster and set it up for autofoo/foo-type handling. 581 * on the autofoo control and V4L2_CTRL_FLAG_INACTIVE on the foo control(s)
|
H A D | v4l2-device.h | 90 instance = v4l2_device_set_name(&v4l2_dev, "foo", &drv_instance); 92 The first time this is called the name field will be set to foo0 and
|
/linux-4.1.27/include/uapi/linux/ |
H A D | iso_fs.h | 105 char foo [ISODCL ( 1, 8)]; /* 733 */ member in struct:hs_volume_descriptor 114 char foo [ISODCL ( 1, 8)]; /* 733 */ member in struct:hs_primary_descriptor
|
H A D | wireless.h | 903 * Note that this structure should fit on the memory footprint
|
/linux-4.1.27/include/uapi/linux/sunrpc/ |
H A D | debug.h | 34 * for module FOO is <CTL_SUNRPC, CTL_FOODEBUG>.
|
/linux-4.1.27/init/ |
H A D | Kconfig | 494 bool "UP-only small-memory-footprint RCU" 500 memory footprint of RCU.
|
/linux-4.1.27/ipc/ |
H A D | mqueue.c | 343 static void init_once(void *foo) init_once() argument 345 struct mqueue_inode_info *p = (struct mqueue_inode_info *) foo; init_once()
|