Searched refs:lists (Results 1 - 200 of 1052) sorted by relevance

123456

/linux-4.1.27/arch/arm/mach-rpc/
H A DMakefile5 # Object file lists.
/linux-4.1.27/arch/arm/mach-ebsa110/
H A DMakefile5 # Object file lists.
/linux-4.1.27/arch/arm/mach-integrator/
H A DMakefile5 # Object file lists.
/linux-4.1.27/drivers/scsi/
H A Dscsi_lib_dma.c16 * scsi_dma_map - perform DMA mapping against command's sg lists
19 * Returns the number of sg lists actually used, zero if the sg lists
39 * scsi_dma_unmap - unmap command's sg lists mapped by scsi_dma_map
H A Dscsi_priv.h46 /* list of keys for the lists */
H A DMakefile5 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/arch/arm/mach-clps711x/
H A DMakefile5 # Object file lists.
/linux-4.1.27/arch/arm/mach-gemini/
H A DMakefile5 # Object file lists.
/linux-4.1.27/drivers/sbus/char/
H A DMakefile7 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/drivers/md/
H A Draid0.h12 struct md_rdev **devlist; /* lists of rdevs, pointed to
H A Ddm-region-hash.c29 * be present on one of three lists.
53 * lists in the region_hash, with the 'state', 'list' and
449 * Quickly grab the lists. dm_rh_update_states()
479 * All the regions on the recovered and clean lists have dm_rh_update_states()
H A Ddm-round-robin.c22 * Path-handling code, paths are held in lists
/linux-4.1.27/arch/arm/mach-w90x900/
H A DMakefile5 # Object file lists.
/linux-4.1.27/arch/arm/mach-footbridge/
H A DMakefile5 # Object file lists.
/linux-4.1.27/fs/xfs/
H A Dxfs_mru_cache.c22 * The MRU Cache data structure consists of a data store, an array of lists and
28 * The group count controls how many lists are created, and thereby how finely
30 * all the lists whose time has expired are deleted.
34 * five. Five internal lists will be created, each representing a two second
74 * current list. Doubly linked lists are used to make the list maintenance
76 * inserts and lookups can occur when there are no free lists available. When
90 * both the data store and to one of the lists. It must also be possible to
100 * likely result in a loop in one of the lists. That's a sure-fire recipe for
105 struct list_head *lists; /* Array of lists, one per grp. */ member in struct:xfs_mru_cache
121 * lists relative to a particular time. In the case of destroying, that time
126 * list again and again until either a) the lists are all empty, or b) time zero
134 * zero if there's no need to schedule more work because the lists are empty.
149 /* While time zero is older than the time spanned by all the lists. */ _xfs_mru_cache_migrate()
156 lru_list = mru->lists + mru->lru_grp; _xfs_mru_cache_migrate()
169 * lists have been migrated to the reap list, it's now empty. _xfs_mru_cache_migrate()
182 lru_list = mru->lists + ((mru->lru_grp + grp) % mru->grp_count); _xfs_mru_cache_migrate()
188 /* All the lists must be empty. */ _xfs_mru_cache_migrate()
196 * MRU list. The lists must be migrated first to ensure that they're
226 list_add_tail(&elem->list_node, mru->lists + grp); _xfs_mru_cache_list_insert()
283 ASSERT(mru && mru->lists); _xfs_mru_cache_reap()
284 if (!mru || !mru->lists) _xfs_mru_cache_reap()
351 mru->lists = kmem_zalloc(mru->grp_count * sizeof(*mru->lists), KM_SLEEP); xfs_mru_cache_create()
353 if (!mru->lists) { xfs_mru_cache_create()
359 INIT_LIST_HEAD(mru->lists + grp); xfs_mru_cache_create()
376 if (err && mru && mru->lists) xfs_mru_cache_create()
377 kmem_free(mru->lists); xfs_mru_cache_create()
394 if (!mru || !mru->lists) xfs_mru_cache_flush()
414 if (!mru || !mru->lists) xfs_mru_cache_destroy()
419 kmem_free(mru->lists); xfs_mru_cache_destroy()
436 ASSERT(mru && mru->lists); xfs_mru_cache_insert()
437 if (!mru || !mru->lists) xfs_mru_cache_insert()
469 ASSERT(mru && mru->lists); xfs_mru_cache_remove()
470 if (!mru || !mru->lists) xfs_mru_cache_remove()
525 ASSERT(mru && mru->lists); xfs_mru_cache_lookup()
526 if (!mru || !mru->lists) xfs_mru_cache_lookup()
H A Dxfs_attr.h26 * Large attribute lists are structured around Btrees where all the data
32 * Small attribute lists use a different format and are packed as tightly
69 * Define how lists of attribute names are returned to the user from
H A Dxfs_attr_list.c62 * Copy out entries of shortform attribute lists for attr_list().
63 * Shortform attribute lists are not stored in hashval sorted order.
361 * Copy out attribute list entries for attr_list(), for leaf attribute lists.
487 * Copy out attribute entries for attr_list(), for leaf attribute lists.
H A Dxfs_stats.h103 __uint32_t vn_active; /* # vnodes not on free lists */
/linux-4.1.27/arch/unicore32/kernel/
H A DMakefile5 # Object file lists.
/linux-4.1.27/mm/
H A Dquicklist.c4 * Quicklists are light weight lists of pages that have a defined state
7 * for such lists first came from Dave Miller and then various other people
12 * Generalized, added support for multiple lists and
H A Dmmzone.c95 INIT_LIST_HEAD(&lruvec->lists[lru]); lruvec_init()
H A Dzbud.c33 * of unbuddied lists according to the number of free chunks available in the
79 * @unbuddied: array of lists tracking zbud pages that only contain one buddy;
80 * the lists each zbud page is added to depends on the size of
105 * @buddy: links the zbud page into the unbuddied/buddied lists in the pool
327 * satisfy the allocation request. A search of the unbuddied lists is
H A Dworkingset.c17 * Double CLOCK lists
19 * Per zone, two clock lists are maintained for file pages: the
144 * For each zone's file LRU lists, a counter for inactive evictions
/linux-4.1.27/net/atm/
H A Dsignaling.h19 * avoiding huge lists of null values.
/linux-4.1.27/scripts/basic/
H A DMakefile2 # Makefile.basic lists the most basic programs used during the build process.
/linux-4.1.27/include/linux/
H A Dmm_inline.h13 * Used by functions that manipulate the LRU lists, to sort a page
30 list_add(&page->lru, &lruvec->lists[lru]); add_page_to_lru_list()
63 * lists; and clears its Unevictable or Active flags, ready for freeing.
87 * into the array of LRU lists.
H A Dparser.h5 * Intended use of these functions is parsing filesystem argument lists,
H A Dquicklist.h5 * as needed after allocation when they are freed. Per cpu lists of pages
H A Dlist_lru.h34 /* array of per cgroup lists, indexed by memcg_cache_id */
39 /* protects all lists on the node, including per cgroup */
44 /* for cgroup aware lrus points to per cgroup lists, otherwise NULL */
104 * Always return a non-negative number, 0 for empty lists. There is no
H A Dtpm.h11 * Maintained by: <tpmdd_devel@lists.sourceforge.net>
H A Dlist_bl.h8 * Special version of lists, where head of the list has a lock in the lowest
H A Dlist_nulls.h8 * Special version of lists, where end of list is not a NULL pointer,
H A Dif_team.h179 struct mutex lock; /* used for overall locking, e.g. port lists write */
196 struct list_head *qom_lists; /* array of queue override mapping lists */
H A Dlist.h14 * manipulating whole lists rather than single entries, as
289 * list_splice - join two lists, this is designed for stacks
301 * list_splice_tail - join two lists, each list being a queue
313 * list_splice_init - join two lists and reinitialise the emptied list.
329 * list_splice_tail_init - join two lists and reinitialise the emptied list
333 * Each of the lists is a queue.
589 * Double linked lists with a single pointer list head.
H A Dmmzone.h42 MIGRATE_PCPTYPES, /* the number of types on the pcp lists */
163 * We do arithmetic on the LRU lists in various places in the code,
164 * so it is important to keep the active lists LRU_ACTIVE higher in
165 * the array than the corresponding inactive lists, and to keep
166 * the *_FILE lists LRU_FILE higher than the corresponding _ANON lists.
217 struct list_head lists[NR_LRU_LISTS]; member in struct:lruvec
257 /* Lists of pages, one per migrate type stored on the pcp-lists */
258 struct list_head lists[MIGRATE_PCPTYPES]; member in struct:per_cpu_pages
H A Dcgroup-defs.h113 * ->children lists are in the ascending order of ->serial_nr and
148 * mg_tasks lists tasks which belong to this cset but are in the
255 * following lists all css_sets which point to this cgroup's css
H A Dlru_cache.h139 * .list is on one of three lists:
277 * order on the active and lru lists may still change. Used to serialize
289 * Note that the reference counts and order on the active and lru lists may
/linux-4.1.27/tools/perf/util/
H A Dprobe-finder.h96 struct variable_list *vls; /* Found variable lists */
97 int nvls; /* Number of variable lists */
98 int max_vls; /* Max no. of variable lists */
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A DMakefile24 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A De1000_osdep.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A DMakefile23 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A D82571.h18 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dmanage.h18 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dnvm.h18 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A D80003es2lan.h18 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dmac.h18 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A DMakefile19 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dfm10k_vf.h17 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dfm10k_common.h17 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dfm10k_pf.h17 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dfm10k_dcbnl.c17 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dfm10k_tlv.h17 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A DMakefile22 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_alloc.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_status.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_osdep.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_prototype.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_adminq.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_lan_hmc.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A DMakefile23 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A De1000_nvm.h20 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A De1000_i210.h20 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A De1000_mac.h20 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A De1000_mbx.h20 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A De1000_phy.h20 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
H A DMakefile23 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Ddefines.h22 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dmbx.h22 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dregs.h22 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
H A DMakefile23 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dvf.h22 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
42 /* iterator type for walking multicast address lists */
H A Dregs.h22 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dmbx.h22 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/irda/
H A DMakefile5 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/drivers/gpu/drm/i915/
H A DMakefile7 # Please keep these build lists sorted!
/linux-4.1.27/drivers/block/
H A DMakefile5 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/drivers/usb/storage/
H A DMakefile5 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/arch/s390/mm/
H A Dmem_detect.c41 /* keep memblock lists close to the kernel */ detect_memory_memblock()
/linux-4.1.27/drivers/thunderbolt/
H A Dcap.c66 * "Hey, we could terminate some capability lists with a null offset tb_cap_next()
89 /* Intel needs some help with linked lists. */ tb_find_cap()
/linux-4.1.27/net/tipc/
H A Dname_table.h67 * Note that the node list, cluster list, and zone list are circular lists.
88 * @seq_hlist: name sequence hash lists
89 * @publ_list: pulication lists
H A Dnet.c63 * lists. The two lists are protected by node_list_lock on write side,
67 * moment. Therefore, Except for iterating the two lists within RCU
95 * There are two such lists; 'port_list', which is used for management,
/linux-4.1.27/drivers/pci/
H A Dremove.c103 * Remove a PCI device from the device lists, informing the drivers
108 * device lists, remove the /proc entry, and notify userspace
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A DMakefile22 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_alloc.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_diag.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_status.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_osdep.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_dcb.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_diag.c22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_fcoe.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_adminq.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_lan_hmc.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Di40e_virtchnl_pf.h22 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A DMakefile24 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgb_ids.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgb_osdep.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgb_ee.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgb.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A DMakefile24 # e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_fcoe.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_sriov.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_dcb_82598.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_dcb_82599.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_dcb.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_mbx.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
H A Dixgbe_phy.h24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran_card.h13 * Mailinglist <mjpeg-users@lists.sf.net>
H A Dzoran_procfs.h13 * Mailinglist <mjpeg-users@lists.sf.net>
H A Dzoran_device.h13 * Mailinglist <mjpeg-users@lists.sf.net>
H A Dzoran_procfs.c13 * Mailinglist <mjpeg-users@lists.sf.net>
/linux-4.1.27/drivers/net/wan/
H A DMakefile5 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/drivers/staging/nvec/
H A Dnvec_paz00.c4 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
H A Dnvec.h4 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
87 * @node: Messages are part of various lists in a &struct nvec_chip
H A Dnvec_kbd.c4 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
H A Dnvec_ps2.c4 * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
/linux-4.1.27/arch/sh/mm/
H A Dasids-debugfs.c8 * Provides a debugfs file that lists out the ASIDs currently associated
/linux-4.1.27/arch/sparc/prom/
H A Dmemory.c60 /* Initialize the memory lists based upon the prom version. */ prom_meminit()
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_ibmvtpm.h6 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
H A Dtpm_of.c6 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
H A Dtpm_acpi.c10 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
H A Dtpm_atmel.h7 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
H A Dtpm_atmel.c10 * Maintained by: <tpmdd-devel@lists.sourceforge.net>
/linux-4.1.27/drivers/usb/serial/
H A DMakefile5 # Object file lists.
H A Dusb-serial-simple.c103 /* All of the above structures mushed into two lists */
/linux-4.1.27/arch/arm64/kernel/
H A DMakefile14 # Object file lists.
/linux-4.1.27/arch/arm/kernel/
H A DMakefile16 # Object file lists.
H A Dhibernate.c10 * https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_disc.h189 /* There are 4 different double linked lists nodelist entries can reside on.
193 * ADISC Extended Link Service (ELS) request. These lists keep track of the
233 * lists will receive a DEVICE_RECOVERY event. If the linkdown or devloss timers
237 * For a Link Up or RSCN, all nodes will move from the mapped / unmapped lists
240 * from the PLOGI or ADISC lists. Once the PLOGI and ADISC lists are populated,
254 * unmapped lists.
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_reqlist.h149 * are added here with list_add_tail at the end of the bucket lists
151 * lists.
/linux-4.1.27/drivers/acpi/acpica/
H A Dutinit.c74 * DESCRIPTION: Free global GPE lists
133 /* Address Range lists */ acpi_ut_init_globals()
H A Devgpeutil.c61 * DESCRIPTION: Walk the GPE lists.
159 * called only when the GPE lists are semaphore locked and not
H A Dutaddress.c273 * DESCRIPTION: Delete all global address range lists (called during
284 /* Delete all elements in all address range lists */ acpi_ut_delete_address_lists()
H A Dutalloc.c147 /* Memory allocation lists */ acpi_ut_create_caches()
210 /* Free memory lists */ acpi_ut_delete_caches()
/linux-4.1.27/include/linux/sunrpc/
H A Drpc_rdma.h87 __be32 rm_empty[3]; /* 3 empty chunk lists */
93 __be32 rm_pempty[3]; /* 3 empty chunk lists */
/linux-4.1.27/arch/powerpc/xmon/
H A Dansidecl.h38 ARGLIST lists the arguments, separated by commas and enclosed in
62 simple macro to handle the parameter lists, as in:
/linux-4.1.27/include/drm/ttm/
H A Dttm_execbuf_util.h75 * taken off the lru lists and are not synced for write CPU usage.
111 * It also unreserves all buffers, putting them on lru lists.
/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc-timon.h29 It lists the bandwidth requirements for said mode by its alternate interface
/linux-4.1.27/drivers/crypto/qce/
H A Dsha.h45 * @sg: used to chain sg lists
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf104.c27 * PGRAPH context register lists
H A Dctxgk110b.c27 * PGRAPH context register lists
H A Dgf110.c45 * PGRAPH register lists
H A Dgk110b.c28 * PGRAPH register lists
H A Dgf104.c28 * PGRAPH register lists
H A Dgf108.c44 * PGRAPH register lists
H A Dgf117.c28 * PGRAPH register lists
H A Dgf119.c28 * PGRAPH register lists
H A Dgk110.c45 * PGRAPH register lists
H A Dgk208.c45 * PGRAPH register lists
/linux-4.1.27/drivers/usb/usbip/
H A Dvhci.h40 /* lock for the below link lists */
H A Dstub.h46 * stub_priv is always linked to any one of 3 lists;
/linux-4.1.27/fs/notify/
H A Dfsnotify.h18 /* compare two groups for sorting of marks lists */
H A Dmark.c245 * Sorting function for lists of fsnotify marks.
249 * decreasing priority order. To achieve this marks in notification lists for
256 * merge inode and vfsmount lists of marks in linear time and find groups
257 * present in both lists.
468 * Nothing fancy, just initialize lists and locks and counters.
/linux-4.1.27/fs/ocfs2/
H A Dsymlink.c21 * Questions/Comments/Bugfixes to ssic-linux-devel@lists.sourceforge.net
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_attr_sf.h24 * Small attribute lists are packed as tightly as possible so as
/linux-4.1.27/arch/powerpc/include/asm/
H A Dhvcserver.h42 * a list using linux kernel lists.
/linux-4.1.27/security/selinux/ss/
H A Dconditional.h51 * two lists of rules to enable/disable depending on the value of the
/linux-4.1.27/sound/oss/
H A DMakefile4 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/sound/pci/echoaudio/
H A Ddarla20.c94 supports lists longer than this. In this case periods_max=220 is a
H A Ddarla24.c101 supports lists longer than this. In this case periods_max=220 is a
H A Dgina20.c98 supports lists longer than this. In this case periods_max=220 is a
H A Dlayla20.c108 supports lists longer than this. In this case periods_max=220 is a
H A Dmia.c113 supports lists longer than this. In this case periods_max=220 is a
H A Dgina24.c121 supports lists longer than this. In this case periods_max=220 is a
H A Dlayla24.c118 supports lists longer than this. In this case periods_max=220 is a
H A Dmona.c130 supports lists longer than this. In this case periods_max=220 is a
/linux-4.1.27/drivers/xen/
H A Dacpi.c57 "Email xen-devel@lists.xen.org - Thank you.\n", \ xen_acpi_notify_hypervisor_state()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dmkregtable.c35 * manipulating whole lists rather than single entries, as
290 * list_splice - join two lists, this is designed for stacks
302 * list_splice_tail - join two lists, each list being a queue
314 * list_splice_init - join two lists and reinitialise the emptied list.
330 * list_splice_tail_init - join two lists and reinitialise the emptied list
334 * Each of the lists is a queue.
/linux-4.1.27/sound/soc/intel/common/
H A Dsst-dsp-priv.h119 /* lists */
211 /* lists */
251 /* block lists */
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_block.h31 * Added indirect block lists
/linux-4.1.27/drivers/dma/
H A Dvirt-dma.h131 * Removes all submitted and issued descriptors from internal lists, and
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/
H A Dpm.c22 * Notifier lists for pre/post sleep notification
/linux-4.1.27/arch/x86/boot/
H A Dvideo-mode.c30 /* Probe the video drivers and have them generate their mode lists. */ probe_cards()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_gem.h47 * submit lists.
/linux-4.1.27/fs/jfs/
H A Djfs_xattr.h44 * some macros for dealing with variable length EA lists.
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h75 /* Connection is dying (removed from lists), can not be unset. */
/linux-4.1.27/arch/avr32/include/asm/
H A Dsetup.h28 * linked lists.
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h99 /* The consumer can provide DMA lists to send to the co-processor. 'use_dmalists' in
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
H A Dpm-common.h36 /* helper functions to save/restore lists of registers. */
/linux-4.1.27/tools/iio/
H A Dlsiio.c26 VERBLEVEL_SENSORS, /* 1 lists sensors */
/linux-4.1.27/include/drm/
H A Ddrm_flip_work.h71 * @lock: lock to access queued and commited lists
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dconf_space_capability.c2 * PCI Backend - Handles the virtual fields found on the capability lists
/linux-4.1.27/fs/
H A DMakefile5 # Rewritten to use lists instead of if-statements.
/linux-4.1.27/include/xen/interface/
H A Dmemory.h78 * 3. @in.extent_start and @out.extent_start lists must not overlap
79 * 4. @out.extent_start lists GPFN bases to be populated
/linux-4.1.27/arch/arm/mach-omap2/
H A Dpm44xx.c103 * http://www.spinics.net/lists/arm-kernel/msg218641.html omap4_pm_suspend()
256 * http://www.spinics.net/lists/arm-kernel/msg218641.html omap4_pm_init()
/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dbitmask.c82 * When parsing bitmask lists, only allow numbers, separated by one
184 * Some examples of input lists and their equivalent simple list:
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmconvert.c231 /* do not alter lock refcount. switching lists. */ __dlmconvert_master()
247 /* do not alter lock refcount. switching lists. */ dlm_revert_pending_convert()
306 /* do not alter lock refcount. switching lists. */ dlmconvert_remote()
/linux-4.1.27/arch/avr32/kernel/
H A Dsetup.c64 * lists. These lists are traversed using the sibling pointer in
456 * fact that all lists have been sorted. find_bootmap_pfn()
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_event.c34 struct list_head node; /* on one of subscriber lists */
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_intr.h77 * @cb_list: Array of callback lists one for each source.
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_dma.c60 /* RX/TX descriptor base addr lists must be written into dwmac100_dma_init()
/linux-4.1.27/drivers/net/wireless/p54/
H A Deeprom.h131 * document and lists only PDRs supported by the ARM platform.
/linux-4.1.27/drivers/s390/cio/
H A Dcss.h133 /* Helper functions to build lists for the slow path. */
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_dma.c75 * Free all pages associated with DMA buffers, the buffers and pages lists, and
/linux-4.1.27/drivers/clocksource/
H A Dcs5535-clockevt.c30 * ranges we find desirable. The following table lists the suitable
/linux-4.1.27/arch/sparc/mm/
H A Dultra.S314 mov 0, %o0 /* ARG0: CPU lists unimplemented */
315 mov 0, %o1 /* ARG1: CPU lists unimplemented */
710 clr %o0 /* ARG0: CPU lists unimplemented */
711 clr %o1 /* ARG1: CPU lists unimplemented */
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.h5 #define DRIVER_EMAIL "nouveau@lists.freedesktop.org"
/linux-4.1.27/drivers/base/
H A Dbase.h9 * @mutex - protect the devices, and interfaces lists.
/linux-4.1.27/fs/logfs/
H A Dgc.c27 #define LIST_SIZE 64 /* base size of candidate lists */
251 * We have several lists to manage segments with. The reserve_list is used to
260 * those lists should have at least some free space so GC will make progress.
265 * If all appropriate lists are full, we simply free the candidate and forget
/linux-4.1.27/include/net/
H A Daf_vsock.h52 * The listening socket is the head for both lists. Sockets created
H A Dbusy_poll.h21 * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>

Completed in 3615 milliseconds

123456