Searched refs:entries (Results 376 - 400 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Datyfb.h349 static inline void wait_for_fifo(u16 entries, const struct atyfb_par *par) argument
352 ((u32) (0x8000 >> entries)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h263 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
264 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dxfrm4_policy.c177 return (atomic_read(&ops->entries) > ops->gc_thresh * 2);
235 .entries = ATOMIC_INIT(0),
285 * entries at gc_thresh, and prevents new allocations as 2*gc_thresh
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_policy.c201 return (atomic_read(&ops->entries) > ops->gc_thresh * 2);
257 .entries = ATOMIC_INIT(0),
307 * can have FIB_TABLE_HASHSZ entries, so lets go with the same
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_memory.c38 do { (trident)->tlb.entries[page] = cpu_to_le32((addr) & ~(SNDRV_TRIDENT_PAGE_SIZE-1)); \
43 (dma_addr_t)le32_to_cpu((trident->tlb.entries[page]) & ~(SNDRV_TRIDENT_PAGE_SIZE - 1))
71 /* fill TLB entries -- we need to fill two entries */
101 /* fill TLB entries -- UNIT_PAGES entries must be filled */
215 /* set TLB entries */
262 /* set TLB entries */
308 /* reset TLB entries */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Decos_timer.c47 int entries; member in struct:ecos_timer_list_s
198 * to pre-allocate fixed number of timer entries.
207 TIMERDBG("entries %d", timer_entries);
209 /* alloc fixed number of entries upfront */
217 list->entries = timer_entries;
220 /* init the timer entries to form two list - freed and used */
241 * pending timer entries from the backend timer system as well.
279 * have to wait till all expired entries to have been handled
H A Drte_timers.c59 int entries; member in struct:bcm_timer_list_s
170 * to pre-allocate fixed number of timer entries.
178 TIMERDBG("entries %d", timer_entries);
179 /* alloc fixed number of entries upfront */
185 list->entries = timer_entries;
187 /* init the timer entries to form two list - freed and used */
205 * pending timer entries from the backend timer system as well.
243 * have to wait till all expired entries to have been handled
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminidlna.c908 for(e = upnphttphead.lh_first; e != NULL; e = e->entries.le_next)
954 for(e = upnphttphead.lh_first; e != NULL; e = e->entries.le_next)
989 LIST_INSERT_HEAD(&upnphttphead, tmp, entries);
1001 next = e->entries.le_next;
1004 LIST_REMOVE(e, entries);
1021 LIST_REMOVE(e, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c1209 for (e = upnphttphead.lh_first; e != NULL; e = e->entries.le_next)
1260 for (e = upnphttphead.lh_first; e != NULL; e = e->entries.le_next)
1296 LIST_INSERT_HEAD(&upnphttphead, tmp, entries);
1309 next = e->entries.le_next;
1312 LIST_REMOVE(e, entries);
1331 LIST_REMOVE(e, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex219 These hold the meta-data (filename, timestamp, etc.), for entries
296 The names of directory entries are returned without any trailing path
343 Directory entries are entries with no data, which are used to store
347 The names of entries within an archive can be complete paths, and
349 restore files, even if the archive contains no explicit directory entries.
398 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
525 zip entries {\it ZipEntryPtr}:
535 populate a std::multimap, to allow entries to be looked
594 Construct iterator that returns all the entries i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c290 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
702 TAILQ_REMOVE(&db_rep->connections, conn, entries);
763 STAILQ_REMOVE_HEAD(&conn->outbound_queue, entries);
794 STAILQ_INSERT_TAIL(&conn->outbound_queue, q_element, entries);
1167 TAILQ_REMOVE(&db_rep->connections, conn, entries);
1214 TAILQ_REMOVE(&db_rep->retries, retry, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dmkshared.com83 $! and to fill in "holes" with dummy entries.
160 ; Define macro to assist in building transfer vector entries. Each entry
170 ; Place entries in own program section.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Drexxapi.c229 INT entries; /* Num of entries */ local
237 entries = sizeof(RxFncTable)/sizeof(PSZ);
239 for (j = 0; j < entries; j++)
558 INT entries; /* Num of entries */ local
566 entries = sizeof(RxFncTable)/sizeof(PSZ);
568 for (j = 0; j < entries; j++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dparavirt.h266 static inline void paravirt_alloc_ldt(struct desc_struct *ldt, unsigned entries) argument
268 PVOP_VCALL2(pv_cpu_ops.alloc_ldt, ldt, entries);
271 static inline void paravirt_free_ldt(struct desc_struct *ldt, unsigned entries) argument
273 PVOP_VCALL2(pv_cpu_ops.free_ldt, ldt, entries);
288 static inline void set_ldt(const void *addr, unsigned entries) argument
290 PVOP_VCALL2(pv_cpu_ops.set_ldt, addr, entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Denlighten.c327 static void xen_alloc_ldt(struct desc_struct *ldt, unsigned entries) argument
332 for(i = 0; i < entries; i += entries_per_page)
336 static void xen_free_ldt(struct desc_struct *ldt, unsigned entries) argument
341 for(i = 0; i < entries; i += entries_per_page)
345 static void xen_set_ldt(const void *addr, unsigned entries) argument
353 op->arg2.nr_ents = entries;
370 * 8-byte entries, or 16 4k pages..
419 * 8-byte entries, or 16 4k pages..
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace.c56 * entries inserted during the selftest although some concurrent
166 * a link list of pages that will store trace entries. The
1249 trace.entries = entry->caller;
1317 trace.entries = entry->caller;
1634 unsigned long entries = 0; local
1653 entries++;
1657 tr->data[cpu]->skipped_entries = entries;
1756 unsigned long entries = 0; local
1769 * If this buffer has skipped entries, then we hold all
1770 * entries fo
3783 int entries, size, i; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dtioce_provider.c261 * ATE pool to use. Search for a contiguous block of entries to cover the
273 int entries; local
289 * The first 64 entries of the ate3240 pool are dedicated to
293 entries = TIOCE_NUM_M3240_ATES - 64;
302 entries = TIOCE_NUM_M40_ATES;
311 * ate3240 entries 0-31 are dedicated to port1 super-page
312 * mappings. ate3240 entries 32-63 are dedicated to port2.
315 entries = 32;
331 if (nates > entries)
334 last = first + entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex79 codebook contains unused entries that are not to be included in the
87 codebook entries:
124 4) set the entries [current_entry] through [current_entry]+[number]-1, inclusive,
205 codebooks support unused codeword entries) is assigned, in order, the
274 Codebook entries marked 'unused' are simply skipped in the assigning
306 final values of a codebook entry vector from the entries in
339 final values of a codebook entry vector from the entries in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_init.c602 __le32 entries = cpu_to_le32(directory->num_entries); local
604 for (i = 0; i < entries; i++) {
626 __le32 entries; local
632 entries = cpu_to_le32(directory->num_entries);
634 tab_size = cpu_to_le32(directory->findex) + (entries * entry_size);
719 __le32 entries; local
728 entries = cpu_to_le32(ptab_descr->num_entries);
730 tab_size = cpu_to_le32(ptab_descr->findex) + (entries * entry_size);
736 for (i = 0; i < entries; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_init.c612 __le32 entries = cpu_to_le32(directory->num_entries); local
614 for (i = 0; i < entries; i++) {
635 __le32 entries; local
642 entries = cpu_to_le32(directory->num_entries);
644 tab_size = cpu_to_le32(directory->findex) + (entries * entry_size);
727 __le32 entries; local
737 entries = cpu_to_le32(ptab_descr->num_entries);
739 tab_size = cpu_to_le32(ptab_descr->findex) + (entries * entry_size);
745 for (i = 0; i < entries; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_samr_nt.c115 SEC_ACE ace[5]; /* at most 5 entries */
272 * enumerate stuff, so just cache 2 entries.
855 struct samr_displayentry *entries)
882 if (entries[i].acct_flags & ACB_DOMTRUST) {
883 init_unistr2(&uni_temp_name, entries[i].account_name,
886 init_unistr2(&uni_temp_name, entries[i].account_name,
890 init_sam_entry(&sam[i], &uni_temp_name, entries[i].rid);
912 struct samr_displayentry *entries = NULL; local
958 &entries);
966 "total entries\
852 make_user_sam_entry_list(TALLOC_CTX *ctx, SAM_ENTRY **sam_pp, UNISTR2 **uni_name_pp, uint32 num_entries, uint32 start_idx, struct samr_displayentry *entries) argument
1002 make_group_sam_entry_list(TALLOC_CTX *ctx, SAM_ENTRY **sam_pp, UNISTR2 **uni_name_pp, uint32 num_sam_entries, struct samr_displayentry *entries) argument
1170 struct samr_displayentry *entries = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dw83977af_ir.c806 st_fifo->entries[st_fifo->tail].status = status;
808 st_fifo->entries[st_fifo->tail].len = inb(iobase+RFLFL);
809 st_fifo->entries[st_fifo->tail].len |= inb(iobase+RFLFH) << 8;
817 status = st_fifo->entries[st_fifo->head].status;
818 len = st_fifo->entries[st_fifo->head].len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2800pci.c271 entry_priv = rt2x00dev->tx[0].entries[0].priv_data;
277 entry_priv = rt2x00dev->tx[1].entries[0].priv_data;
283 entry_priv = rt2x00dev->tx[2].entries[0].priv_data;
289 entry_priv = rt2x00dev->tx[3].entries[0].priv_data;
295 entry_priv = rt2x00dev->rx->entries[0].priv_data;
744 * TX_STA_FIFO is a stack of X entries, hence read TX_STA_FIFO
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvirtio_net.c608 * before it gets out of hand. Naturally, this wastes entries. */
775 (2 * sizeof(mac_data->entries)), GFP_ATOMIC);
785 mac_data->entries = uc_count;
791 sizeof(mac_data->entries) + (uc_count * ETH_ALEN));
796 mac_data->entries = mc_count;
802 sizeof(mac_data->entries) + (mc_count * ETH_ALEN));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_proc.c284 pds->entries = ha->raw[i].pdev_cnt;
287 if (pds->entries > cnt)
288 pds->entries = cnt;
577 phg->entries = MAX_HDRIVES;
584 for (j = 0; j < phg->entries; ++j) {

Completed in 172 milliseconds

<<11121314151617181920>>