Searched full:foo* (Results 1 - 200 of 549) sorted by relevance

123

/linux-4.1.27/drivers/isdn/hisax/
H A Dl3dss1.c359 #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 Dcore.c22 * 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 Dmailbox-altera.c387 MODULE_AUTHOR("Ley Foon Tan <lftan@altera.com>");
/linux-4.1.27/drivers/md/bcache/
H A Dclosure.h41 * 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 Ddm-cache-policy.h199 * queue merging has occurred). To stop the policy being fooled by
H A Dmd-cluster.c82 /* TODO: Unionize this for smaller footprint */
/linux-4.1.27/drivers/hwmon/
H A Dadt7462.c240 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 Dadt7470.c183 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 Dide-gd.c359 /* strstr("foo", "") is non-NULL */ ide_gd_probe()
/linux-4.1.27/drivers/mtd/
H A Dafs.c37 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 Dcfi_cmdset_0001.c1103 * Warning: this function _will_ fool interrupt latency tracing tools.
H A Dcfi_cmdset_0002.c955 * Warning: this function _will_ fool interrupt latency tracing tools.
/linux-4.1.27/drivers/mtd/maps/
H A DKconfig266 tristate "CFI Flash device mapped on DC21285 Footbridge"
/linux-4.1.27/drivers/mtd/nand/
H A Dcs553x_nand.c157 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 Dltpc.c43 * requires a minimal amount of fooling with the code in ddp.c and aarp.c.
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c2472 * arp_ip_target and fool ourselves with our own arp requests. bond_arp_rcv()
/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c59x.c28 * elimination of all the tests and reduced cache footprint.
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e.h113 #define STRINGIFY(foo) #foo
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dns83820.c1401 static irqreturn_t ns83820_irq(int foo, void *data) ns83820_irq() argument
/linux-4.1.27/drivers/net/ethernet/nvidia/
H A Dforcedeth.c3592 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 Dqca_framing.c67 * QCAFRM_NOTAIL Footer expected but not found.
H A Dqca_framing.h57 /* 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 Ddscc4.c8 * Specific bug reports/asian food will be welcome.
/linux-4.1.27/drivers/net/wireless/
H A Dat76c50x-usb.c2609 MODULE_AUTHOR("Alex <alex@foogod.com>");
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
H A Dar5523.c1495 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 Dath.h297 #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 Dcpia2_usb.c140 * NOTE: This is not entirely foolproof with 3 process_frame()
/linux-4.1.27/drivers/media/usb/gspca/
H A Dov519.c4362 /* 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 Dpac7302.c796 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 Dpac7311.c579 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 Dvicam.c208 a very similar 64 byte footer, which we don't even vicam_dostream()
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c162 static int pvr2_context_thread_func(void *foo) pvr2_context_thread_func() argument
/linux-4.1.27/drivers/media/usb/usbvision/
H A Dusbvision-core.c1266 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 Dcassini.c4096 * cause resets to occur so fast as to fool the switch cas_link_timer()
H A Dsunbmac.c570 bp->timer_state = asleep; /* foo on you */ bigmac_timer()
H A Dsunhme.c855 hp->timer_state = asleep; /* foo on you */ happy_meal_timer()
/linux-4.1.27/drivers/scsi/osd/
H A Dosd_initiator.c1400 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 Dqla1280.c403 #define ia64_platform_is(foo) (!strcmp(x, platform_name))
H A Dqlogicfas408.c15 help respectively, and for suffering through my foolishness during the
H A Dscsi_devinfo.c426 * 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 Dscsi_lib.c1814 blk_dump_rq_flags(req, "foo");
H A Din2000.c1932 * pretty straightforward and fool-proof operation. There are 3 in2000_detect()
H A Dt128.c333 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 DNCR5380.c1727 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 Dtrans.c1440 * 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 Dcsio_wr.c750 * 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 Dcsio_wr.h301 * Structure for footer (last 2 flits) of Ingress Queue Entry.
/linux-4.1.27/drivers/staging/comedi/
H A Ddrivers.c635 * 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 DTODO14 - reduce .data footprint
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dhfa384x.h1169 volatile int reapable; /* Food for the reaper task */
H A Dp80211conv.c115 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 Dcl_object.h3107 #define CL_IO_SLICE_CLEAN(foo_io, base) \
3109 typeof(foo_io) __foo_io = (foo_io); \
H A Dlu_ref.h35 * 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 Dlustre_idl.h103 /* 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 Dobd_config.c1313 /* 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 Dolpc_dcon.c556 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 Dnubus.c149 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 Daddress.c887 * base = of_io_request_and_map(node, 0, "foo");
H A Dbase.c767 * /foo/bar Full path
768 * foo Valid alias
769 * foo/bar Valid alias + relative path
H A Dunittest.c425 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 Dtests-overlay.dtsi216 property-foo = "bar";
H A Dtests-phandle.dtsi42 string-property = "foobar";
/linux-4.1.27/drivers/parisc/
H A Dpdc_stable.c270 * device, BUT nothing would prevent some foolish user to set the path to some
/linux-4.1.27/drivers/parport/
H A Ddaisy.c108 /* don't be fooled: a mux must have 2 or 4 ports. */ parport_daisy_init()
/linux-4.1.27/drivers/pci/
H A Dpci.c2392 * device. The footnote for section 6.12 indicates the specific pci_acs_enabled()
/linux-4.1.27/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c344 * themselves in the foot. byt_gpio_direction_output()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.h223 struct pmkid foo[MAXPMKID - 1]; member in struct:brcmf_cfg80211_pmk_list
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dtg3.c148 * replace things like '% foo' with '& (foo - 1)'.
/linux-4.1.27/drivers/firmware/efi/libstub/
H A Dfdt.c43 pr_efi_err(sys_table, "Truncated device tree! foo!\n"); update_fdt()
/linux-4.1.27/drivers/fmc/
H A Dfmc-fakedev.c255 .device_id = 0xf001, /* fool */
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc.c610 * 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 Dintel_fbc.c32 * variation-less patterns. It comes from keeping the memory footprint small
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_registers.h328 * temporarily. Minor footprint issue if common-model
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c2029 * for those who want to reduce memory footprint. Note that the qib_6120_tidtemplate()
H A Dqib_iba7322.c3901 * for those who want to reduce memory footprint. Note that the qib_7322_tidtemplate()
H A Dqib_pcie.c49 * To minimize the change footprint, we call it
/linux-4.1.27/drivers/input/mouse/
H A Dappletouch.c13 * Thanks to Alex Harper <basilisk@foobox.net> for his inputs.
/linux-4.1.27/drivers/input/serio/
H A Dhp_sdc.c304 static void hp_sdc_tasklet(unsigned long foo) hp_sdc_tasklet() argument
/linux-4.1.27/drivers/cpufreq/
H A Dspeedstep-lib.c288 * cf. 25130917.pdf / page 7, footnote 5 even speedstep_detect_processor()
/linux-4.1.27/drivers/eisa/
H A Deisa.ids64 AIR0101 "AIR486SE/25/33 EISA Baby AT-foot print motherboard."
/linux-4.1.27/arch/x86/include/asm/
H A Dlinkage.h15 * the callee. This just fools gcc into not spilling into them,
H A Dprocessor.h324 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 Duser32.h13 u32 foo; member in struct:user_i387_ia32_struct
26 int foo; member in struct:user32_fxsr_struct
H A Duser_32.h50 long foo; member in struct:user_i387_struct
62 long foo; member in struct:user_fxsr_struct
H A Dbitops.h326 #if 0 /* Fool kernel-doc since it doesn't do macros yet */
/linux-4.1.27/arch/x86/kernel/
H A Dasm-offsets_32.c16 void foo(void);
18 void foo(void) foo() function
H A Dentry_64.S193 * 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 Di387.c500 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 Dtest_nx.c71 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 Dfpu_aux.c43 oaddr = (struct address *)&soft->foo; finit_soft_fpu()
H A Dfpu_system.h78 #define operand_address (*(struct address *)&I387->soft.foo)
/linux-4.1.27/arch/x86/um/
H A Dbugs_32.c35 unsigned long foo = 0; arch_check_bugs() local
36 __asm__ __volatile__("cmovz %0, %1" : "=r" (foo) : "0" (foo)); arch_check_bugs()
H A Dsignal.c95 env[5] = fxsave->foo; convert_fxsr_to_user()
132 fxsave->foo = env[5]; convert_fxsr_from_user()
H A Duser-offsets.c31 void foo(void) foo() function
/linux-4.1.27/arch/x86/um/shared/sysdep/
H A Dkernel-offsets.h15 void foo(void) foo() function
/linux-4.1.27/block/
H A Dbsg.c735 * fool-proof error detection bsg_put_device()
/linux-4.1.27/arch/sparc/include/asm/
H A Datomic_32.h7 * Additions by Keith M Wesolowski (wesolows@foobazco.org) based
H A Dclock.h9 /* Foo for now. */
H A Dcmpxchg_32.h7 * Additions by Keith M Wesolowski (wesolows@foobazco.org) based
H A Dcpudata_32.h3 * Copyright (C) 2004 Keith M Wesolowski (wesolows@foobazco.org)
H A Dopenprom.h205 int vector; /* This is foobar, what does it do? */
H A Dsfp-machine_32.h110 /* 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 Duaccess_32.h24 /* Sparc is not segmented, however we need to be able to fool access_ok()
/linux-4.1.27/arch/sparc/kernel/
H A Dasm-offsets.c46 int foo(void) foo() function
H A Dprom_32.c50 * string, like this "foo@addr". The "addr" can be in any number of
H A Dprom_64.c58 * string, like this "foo@addr". The "addr" can be in any number of
H A Dsmp_32.c5 * Copyright (C) 2004 Keith M Wesolowski (wesolows@foobazco.org)
H A Dtsb.S67 * which can be easily rematerialized. %g6 and %g7 foot the
/linux-4.1.27/arch/tile/
H A DKconfig169 smaller kernel memory footprint results from using a smaller
/linux-4.1.27/arch/tile/include/asm/
H A Dlinkage.h24 * self-named .text.foo section, and if linker feedback collection
H A Dpage.h199 * its ITLB footprint (as well as at PAGE_OFFSET). The last architected
/linux-4.1.27/arch/tile/kernel/
H A Dasm-offsets.c38 void foo(void) foo() function
H A Dintvec_32.S1507 * The fast swint code is designed to have a small footprint. It does
/linux-4.1.27/arch/x86/
H A DKconfig2537 pointers at 32 bits for smaller memory footprint.
H A DMakefile35 # e.g.: obj-y += foo_$(BITS).o
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
H A Dlist.h36 * 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 Dataflop.c987 /* ++ f.a. read twice to avoid being fooled by switcher */ fd_readtrack_check()
H A Dpktcdvd.c1462 static int kcdrwd(void *foobar) kcdrwd() argument
1464 struct pktcdvd_device *pd = foobar; kcdrwd()
H A Drbd_types.h18 /* 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 Ddrbd_nl.c1575 * someone fooled it, we need to double check here) drbd_adm_attach()
/linux-4.1.27/drivers/block/zram/
H A Dzram_drv.h60 * footprint small so we can squeeze size and flags into a field.
/linux-4.1.27/drivers/cdrom/
H A Dcdrom.c88 will do their best to follow in his footsteps
/linux-4.1.27/drivers/char/
H A Dnwflash.c328 * reset footbridge to the correct offset 0 (...0..3) erase_block()
468 * program footbridge to the correct offset...0..3 write_block()
H A Dvirtio_console.c824 /* Userspace could be out to fool us */ port_fops_write()
/linux-4.1.27/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c67 * 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 Dunwind.c94 /* addik r1, r1, foo ? */ find_frame_creation()
/linux-4.1.27/arch/mips/alchemy/common/
H A Dprom.c89 return 0; /* foo */ str2hexnum()
H A Dvss.c15 #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 Dsetup.c1057 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 Dkn05.h18 * food for thought. No documentation for the KN05 nor the KN04
/linux-4.1.27/drivers/ata/
H A Dpata_mpiix.c196 without BARs set fools the setup. #2 If you pci_disable_device mpiix_init_one()
/linux-4.1.27/drivers/atm/
H A Deni.c1459 static void foo(void)
1515 foo(); eni_int()
1905 /*foo();*/ eni_close()
/linux-4.1.27/drivers/base/
H A Dcpu.c275 * 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 Dradeon_drv.h59 * - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
/linux-4.1.27/drivers/hid/
H A Dhid-ntrig.c606 /* 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 Dintel_powerclamp.c265 static void noop_timer(unsigned long foo) noop_timer() argument
/linux-4.1.27/drivers/tty/serial/
H A D21285.c41 static const char serial21285_name[] = "Footbridge UART";
505 MODULE_DESCRIPTION("Intel Footbridge (21285) serial driver");
H A DKconfig402 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 D8250_pci.c5256 * Mainpine series cards: Fairly standard layout but fools
/linux-4.1.27/drivers/usb/core/
H A Dhcd.c1328 * memory footprint over access speed since the amount hcd_alloc_coherent()
/linux-4.1.27/drivers/usb/mon/
H A Dmon_main.c178 * 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 Dphy-fsl-usb.c227 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 Dezusb_convert.pl9 # perl ezusb_convert.pl foo <foo.hex >fw_foo.h
/linux-4.1.27/drivers/usb/storage/
H A Dfreecom.c263 usb_stor_dbg(us, "foo Status result %d %u\n", result, partial); freecom_transport()
H A Dunusual_devs.h667 /* Submitted by Michal Mlotek <mlotek@foobar.pl> */
/linux-4.1.27/fs/ntfs/
H A Dsuper.c3055 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 Dalloc.c4620 * left. For now, just catch that case and fool the layers ocfs2_figure_insert_type()
/linux-4.1.27/fs/ocfs2/cluster/
H A Dquorum.c24 * approach that is driven from userspace. Honest. No foolin'.
/linux-4.1.27/fs/ocfs2/dlmfs/
H A Ddlmfs.c331 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 Dinode.c87 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 Dproc_tty.c141 * registering the driver's /proc handler into /proc/tty/driver/<foo>
/linux-4.1.27/fs/
H A Dproc_namespace.c153 /* Tagged fields ("foo:X" or "bar") */ show_mountinfo()
H A Dinode.c370 static void init_once(void *foo) init_once() argument
372 struct inode *inode = (struct inode *) foo; init_once()
H A Dnamei.c2025 * 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 Dinode.c355 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 Dinode.c615 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 Dsuper.c615 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 Dsuper.c411 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 Dsuper.c169 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 Dsuper.c1445 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 Dxfs_bmap.c3220 * foot. xfs_bmap_extsize_align()
/linux-4.1.27/fs/xfs/
H A Dxfs_log.c774 * currently architecture converted and "Unmount" is a bit foo.
/linux-4.1.27/drivers/video/fbdev/
H A Dgbefb.c722 DMA hardware is fooled into thinking the screen is only one tile gbefb_set_par()
H A Dstifb.c516 /* change fb->id temporarily to fool SETUP_FB() */ rattlerSetupPlanes()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Domapdss-boot-init.c21 * encoder nodes from "panel-foo" to "omapdss,panel-foo". This way we can have
/linux-4.1.27/drivers/video/fbdev/sis/
H A Dsis_main.c349 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 DKconfig179 depends on FOOTBRIDGE
181 The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
193 depends on FOOTBRIDGE && ARCH_NETWINDER
H A Dit8712f_wdt.c58 /* Dog Food address - We use the game port address */
/linux-4.1.27/fs/hpfs/
H A Dsuper.c226 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 Dinode.c693 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 Dinode.c85 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 Dnodemgmt.c656 addedsize = 0; /* To fool the refiling code later */ jffs2_mark_node_obsolete()
H A Dsuper.c58 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 Dsuper.c883 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 Dinode.c82 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 Dinode.c72 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 Dfilelayout.h37 * We store each index as a u8 (u32 on the wire) to keep the memory footprint
/linux-4.1.27/fs/nfs/
H A Dinode.c1901 static void init_once(void *foo) init_once() argument
1903 struct nfs_inode *nfsi = (struct nfs_inode *) foo; init_once()
H A Dsuper.c1235 * boolean options: foo/nofoo nfs_parse_mount_options()
/linux-4.1.27/fs/nfsd/
H A Dexport.c873 * since its harder to fool a kernel module than a user space program.
H A Dvfs.c2071 * However, `cp foo bar' should fail nevertheless when bar is nfsd_permission()
/linux-4.1.27/drivers/power/
H A Dbq24190_charger.c675 * of looking foolish and returning 'OVERVOLTAGE' bq24190_charger_get_health()
/linux-4.1.27/include/net/
H A Diw_handler.h98 * on kernel footprint.
/linux-4.1.27/include/net/sctp/
H A Dcommand.h151 * __s32. So, after foo = SCTP_I32(arg), foo.i32 == arg.
H A Dconstants.h124 * sctp_subtype_t foo = SCTP_ST_CHUNK(SCTP_CID_INIT);
/linux-4.1.27/include/scsi/
H A Dosd_ore.h73 * container_of(oc->ods[i], struct foo_dev, ored) to access the bigger
/linux-4.1.27/include/linux/mtd/
H A Dubi.h34 * we use only 64 to have a lower memory foot print.
/linux-4.1.27/include/linux/
H A Dnetdevice.h1936 /* Used in ipv6_gro_receive() and foo-over-udp */
1956 /* Used in foo-over-udp, set in udp[46]_gro_receive */
H A Dnvram.h6 /* __foo is foo without grabbing the rtc_lock - get it yourself */
H A Drculist.h263 * struct foo *bar = list_first_entry_rcu(mylist, struct foo, list_member);
H A Drcupdate.h735 * 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 Dseqlock.h22 * seq = read_seqbegin(&foo);
24 * } while (read_seqretry(&foo, seq));
H A Dstringify.h5 * macro itself. For example, compile with -DFOO=bar, __stringify(FOO)
/linux-4.1.27/include/media/
H A Dv4l2-ctrls.h556 * 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 Dv4l2-device.h90 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 Diso_fs.h105 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 Dwireless.h903 * Note that this structure should fit on the memory footprint
/linux-4.1.27/include/uapi/linux/sunrpc/
H A Ddebug.h34 * for module FOO is <CTL_SUNRPC, CTL_FOODEBUG>.
/linux-4.1.27/init/
H A DKconfig494 bool "UP-only small-memory-footprint RCU"
500 memory footprint of RCU.
/linux-4.1.27/ipc/
H A Dmqueue.c343 static void init_once(void *foo) init_once() argument
345 struct mqueue_inode_info *p = (struct mqueue_inode_info *) foo; init_once()

Completed in 4804 milliseconds

123