Searched refs:hint (Results 26 - 50 of 76) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dasm.h146 #define PREF(hint,addr) \
149 pref hint,addr; \
152 #define PREFX(hint,addr) \
155 prefx hint,addr; \
160 #define PREF(hint,addr)
161 #define PREFX(hint,addr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dasm.h146 #define PREF(hint,addr) \
149 pref hint,addr; \
152 #define PREFX(hint,addr) \
155 prefx hint,addr; \
160 #define PREF(hint,addr)
161 #define PREFX(hint,addr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Diommu-helpers.h6 * @hint: The DMA Hint.
13 unsigned long hint,
76 vaddr, hint);
12 iommu_fill_pdir(struct ioc *ioc, struct scatterlist *startsg, int nents, unsigned long hint, void (*iommu_io_pdir_entry)(u64 *, space_t, unsigned long, unsigned long)) argument
H A Dccio-dma.c477 ** Use direction (ie PCI_DMA_TODEVICE) to pick hint.
655 unsigned long hint = hint_lookup[(int)direction]; local
684 hint |= HINT_SAFE_DMA;
687 ccio_io_pdir_entry(pdir_start, KERNEL_SPACE, (unsigned long)addr, hint);
810 unsigned long hint = hint_lookup[(int)direction]; local
855 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_extent.c74 * extent that is used as an allocation hint if the
89 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; local
106 /* check if an allocation hint was provided */
107 if ((hint = addressXAD(xp))) {
108 /* get the size of the extent described by the hint */
111 /* check if the hint is for the portion of the file
113 * request and if hint extent has the same abnr
115 * extend the hint extent to include the current
117 * following the hint extent.
121 xaddr = hint
521 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) argument
[all...]
H A Djfs_dmap.h211 __le32 dn_agpref; /* 4: preferred alloc group (hint) */
230 int dn_agpref; /* preferred alloc group (hint) */
304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h161 unsigned short hint; /* hint for next script to try (or -1) */ member in struct:unw_script
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/
H A Dcnid.c217 const char *name, const size_t len, cnid_t hint)
222 ret = valide(cdb->cnid_add(cdb, st, did, name, len, hint));
328 char *name, const size_t len, cnid_t hint)
333 ret = cdb->cnid_rebuild_add(cdb, st, did, name, len, hint);
216 cnid_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, const char *name, const size_t len, cnid_t hint) argument
327 cnid_rebuild_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/
H A Dcnid.c217 const char *name, const size_t len, cnid_t hint)
225 ret = valide(cdb->cnid_add(cdb, st, did, name, len, hint));
331 char *name, const size_t len, cnid_t hint)
336 ret = cdb->cnid_rebuild_add(cdb, st, did, name, len, hint);
216 cnid_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, const char *name, const size_t len, cnid_t hint) argument
330 cnid_rebuild_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-if.c1410 int i, hint, rc; local
1701 /* Now search device_hint[] table for a match, so we can hint a node number. */
1702 for (hint = 0; hint < MAX_DEV_HINTS; hint++) {
1703 if (((device_hint[hint].type == -1) || (device_hint[hint].type == pdev->type)) &&
1704 (device_hint[hint].pdev == NULL)) {
1706 if ((device_hint[hint].serial_number[0] == '*') || !strcmp(device_hint[hint]
1756 int hint; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c181 reiserfs_blocknr_hint_t hint; // hint structure for block allocator. local
230 /* First fill in "hint" structure for block allocator */
231 hint.th = th; // transaction handle.
232 hint.path = &path; // Path, so that block allocator can determine packing locality or whatever it needs to determine.
233 hint.inode = inode; // Inode is needed by block allocator too.
234 hint.search_start = 0; // We have no hint on where to search free blocks for block allocator.
235 hint.key = key.on_disk_key; // on disk key of file.
236 hint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_hashtables.c287 static u32 hint; local
288 u32 offset = hint + inet_sk_port_offset(sk);
331 hint += i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dinet6_hashtables.c261 static u32 hint; local
262 const u32 offset = hint + inet6_sk_port_offset(sk);
306 hint += i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.h390 * The format of a hint is as follows:
398 #define C2_HINT_GET_INDEX(hint) (((hint) & 0x7FFF0000) >> 16)
399 #define C2_HINT_GET_COUNT(hint) ((hint) & 0x0000FFFF)
H A Dc2_qp.c48 #define C2_HINT_GET_INDEX(hint) (((hint) & 0x7FFF0000) >> 16)
49 #define C2_HINT_GET_COUNT(hint) ((hint) & 0x0000FFFF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/last/
H A Dcnid_last.c26 const cnid_t did _U_, char *name _U_, const size_t len _U_, cnid_t hint _U_)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/last/
H A Dcnid_last.c26 const cnid_t did _U_, char *name _U_, const size_t len _U_, cnid_t hint _U_)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfile.c49 int hint; member in struct:File_t
248 hash_remove(filehash, (void *) This, This->hint);
250 hash_add(filehash, (void *) This, &This->hint);
479 return hash_remove(filehash, (void *) Stream, This->hint);
632 hash_add(filehash, (void *) File, &File->hint);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dunwind.h55 short hint; member in struct:unw_frame_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/dbd/
H A Dcnid_dbd.c81 /* Prepare hint for getaddrinfo */
546 cnid_t hint)
574 rqst.cnid = hint;
909 cnid_t hint)
916 if (!cdb || !(db = cdb->_private) || !st || !name || hint == CNID_INVALID) {
940 rqst.cnid = hint;
942 LOG(log_debug, logtype_cnid, "cnid_dbd_rebuild_add: CNID: %u, name: '%s', inode: 0x%llx, type: %d (0=file, 1=dir), hint: %u",
943 ntohl(did), name, (long long)st->st_ino, rqst.type, hint);
544 cnid_dbd_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
907 cnid_dbd_rebuild_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c77 /* Prepare hint for getaddrinfo */
544 cnid_t hint)
572 rqst.cnid = hint;
907 cnid_t hint)
914 if (!cdb || !(db = cdb->_private) || !st || !name || hint == CNID_INVALID) {
938 rqst.cnid = hint;
940 LOG(log_debug, logtype_cnid, "cnid_dbd_rebuild_add: CNID: %u, name: '%s', inode: 0x%llx, type: %d (0=file, 1=dir), hint: %u",
941 ntohl(did), name, (long long)st->st_ino, rqst.type, hint);
542 cnid_dbd_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
905 cnid_dbd_rebuild_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbasic.c2396 const char *hint; member in struct:__anon2616
2522 /* Insert decoding hint to CIPH. */
2523 if (datas[dataidx].hint)
2526 char *hint, *buf; local
2529 /* Convert decoding hint into canonical sexp. */
2530 hint_len = gcry_sexp_new (&list, datas[dataidx].hint,
2531 strlen (datas[dataidx].hint), 1);
2533 hint = gcry_malloc (hint_len);
2534 if (!hint)
2536 hint_len = gcry_sexp_sprint (list, GCRYSEXP_FMT_CANON, hint,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S159 wh64 ($4) # L1 : memory subsystem write hint
336 wh64 ($4) # L1 : memory subsystem write hint
523 wh64 ($4) # L1 : memory subsystem write hint
H A Dev6-clear_user.S151 wh64 ($3) # .. .. .. L1 : memory subsystem hint
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dmmx.h193 #define mmx_fetch(mem,hint) \
194 __asm__ volatile ("prefetch" #hint " %0" \

Completed in 327 milliseconds

1234