Searched refs:hint (Results 1 - 25 of 41) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dbitmap.c119 if (tmp) { /* hint supplied */
219 /* if search started from zero_hint bit, and zero hint have not
481 static void inline new_hashed_relocation (reiserfs_blocknr_hint_t * hint) argument
484 if (hint->formatted_node) {
485 hash_in = (char*)&hint->key.k_dir_id;
487 if (!hint->inode) {
488 //hint->search_start = hint->beg;
489 hash_in = (char*)&hint->key.k_dir_id;
491 if ( TEST_OPTION(displace_based_on_dirid, hint
500 get_left_neighbor(reiserfs_blocknr_hint_t *hint) argument
546 set_border_in_hint(struct super_block *s, reiserfs_blocknr_hint_t *hint) argument
556 displace_large_file(reiserfs_blocknr_hint_t *hint) argument
564 hash_formatted_node(reiserfs_blocknr_hint_t *hint) argument
578 this_blocknr_allocation_would_make_it_a_large_file(reiserfs_blocknr_hint_t *hint) argument
584 displace_new_packing_locality(reiserfs_blocknr_hint_t *hint) argument
593 old_hashed_relocation(reiserfs_blocknr_hint_t * hint) argument
610 old_way(reiserfs_blocknr_hint_t * hint) argument
625 hundredth_slices(reiserfs_blocknr_hint_t * hint) argument
636 determine_search_start(reiserfs_blocknr_hint_t *hint, int amount_needed) argument
714 determine_prealloc_size(reiserfs_blocknr_hint_t * hint) argument
730 allocate_without_wrapping_disk(reiserfs_blocknr_hint_t * hint, b_blocknr_t * new_blocknrs, b_blocknr_t start, b_blocknr_t finish, int amount_needed, int prealloc_size) argument
766 blocknrs_and_prealloc_arrays_from_search_start(reiserfs_blocknr_hint_t *hint, b_blocknr_t *new_blocknrs, int amount_needed) argument
799 use_preallocated_list_if_available(reiserfs_blocknr_hint_t *hint, b_blocknr_t *new_blocknrs, int amount_needed) argument
822 reiserfs_allocate_blocknrs(reiserfs_blocknr_hint_t *hint, b_blocknr_t * new_blocknrs, int amount_needed, int reserved_by_us ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_hints.c47 pcibr_hints_t hint; local
53 NEW(hint);
54 hint->rrb_alloc_funct = NULL;
55 hint->ph_intr_bits = NULL;
58 (arbitrary_info_t) hint);
67 if (ainfo != (arbitrary_info_t) hint)
76 DEL(hint);
84 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); local
86 if (hint)
87 hint
106 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); local
121 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); local
135 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); local
144 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/examples/tdbpack/
H A Doldtdbutil.py115 hint = hex(myint)[2:]
118 if (hint[-1:] == 'L'):
119 hint = hint[:-1]
121 addon = size - len(hint)
123 hint = '0' + hint
126 val = string.atoi(hint[size-2:size],16)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/appletalk/
H A Dltpc.h44 unsigned char hint; member in struct:lt_init
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlmp_event.h88 __u8 hint; member in struct:irlmp_event
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlmp_event.h88 __u8 hint; member in struct:irlmp_event
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_extent.c78 * extent that is used as an allocation hint if the
93 s64 nxlen, nxaddr, xoff, hint, xaddr = 0; local
113 /* check if an allocation hint was provided */
114 if ((hint = addressXAD(xp))) {
115 /* get the size of the extent described by the hint */
118 /* check if the hint is for the portion of the file
120 * request and if hint extent has the same abnr
122 * extend the hint extent to include the current
124 * following the hint extent.
128 xaddr = hint
515 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A Dirlmp.c66 __u8 *irlmp_hint_to_service(__u8 *hint);
886 * Any common hint bits? Remember to mask away the extension
1170 * Function irlmp_hint_to_service (hint)
1172 * Returns a list of all servics contained in the given hint bits. This
1173 * funtion assumes that the hint bits have the size of two bytes only
1175 __u8 *irlmp_hint_to_service(__u8 *hint) argument
1182 * since we currently only support 2 hint bytes
1190 if (!hint[0]) {
1195 if (hint[0] & HINT_PNP)
1197 if (hint[
1253 __u16_host_order hint; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dffb_drv.c279 unsigned long hint,
288 return get_unmapped_area(NULL, hint, len, pgoff, flags);
293 addr = get_fb_unmapped_area(filp, hint, len, pgoff, flags);
295 addr = get_unmapped_area(NULL, hint, len, pgoff, flags);
300 addr = get_unmapped_area(NULL, hint, len + slack, pgoff, flags);
316 addr = get_unmapped_area(NULL, hint, len, pgoff, flags);
278 ffb_get_unmapped_area(struct file *filp, unsigned long hint, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dasm.h141 #define PREF(hint,addr) \
144 pref hint,addr; \
147 #define PREFX(hint,addr) \
150 prefx hint,addr; \
155 #define PREF(hint,addr)
156 #define PREFX(hint,addr)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dasm.h133 #define PREF(hint,addr) \
136 pref hint,addr; \
139 #define PREFX(hint,addr) \
142 prefx hint,addr; \
147 #define PREF(hint,addr)
148 #define PREFX(hint,addr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dasm.h141 #define PREF(hint,addr) \
144 pref hint,addr; \
147 #define PREFX(hint,addr) \
150 prefx hint,addr; \
155 #define PREF(hint,addr)
156 #define PREFX(hint,addr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dasm.h133 #define PREF(hint,addr) \
136 pref hint,addr; \
139 #define PREFX(hint,addr) \
142 prefx hint,addr; \
147 #define PREF(hint,addr)
148 #define PREFX(hint,addr)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dasm.h141 #define PREF(hint,addr) \
144 pref hint,addr; \
147 #define PREFX(hint,addr) \
150 prefx hint,addr; \
155 #define PREF(hint,addr)
156 #define PREFX(hint,addr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dasm.h141 #define PREF(hint,addr) \
144 pref hint,addr; \
147 #define PREFX(hint,addr) \
150 prefx hint,addr; \
155 #define PREF(hint,addr)
156 #define PREFX(hint,addr)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dicount.c204 ext2_icount_t hint, ext2_icount_t *ret)
211 if (hint) {
212 EXT2_CHECK_MAGIC(hint, EXT2_ET_MAGIC_ICOUNT);
213 if (hint->size > size)
214 size = (size_t) hint->size;
251 * found in the hint icount (since those are ones which will
254 if (hint) {
255 for (i=0; i < hint->count; i++)
256 icount->list[i].ino = hint->list[i].ino;
257 icount->count = hint
203 ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size, ext2_icount_t hint, ext2_icount_t *ret) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-if.c1603 int i, hint; local
1829 /* Now search device_hint[] table for a match, so we can hint a node number. */
1830 for (hint = 0; hint < MAX_DEV_HINTS; hint++) {
1831 if (((device_hint[hint].type == -1) || (device_hint[hint].type == pdev->type)) &&
1832 (device_hint[hint].pdev == NULL)) {
1834 if ((device_hint[hint].serial_number[0] == '*') || !strcmp(device_hint[hint]
1864 int hint; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_i.h165 unsigned short hint; /* hint for next script to try (or -1) */ member in struct:unw_script
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dccio-dma.c384 ** Use direction (ie PCI_DMA_TODEVICE) to pick hint.
563 unsigned long hint = hint_lookup[direction]; local
594 hint |= HINT_SAFE_DMA;
597 ccio_io_pdir_entry(pdir_start, KERNEL_SPACE, addr, hint);
706 * @hint: The DMA Hint.
713 unsigned long hint)
762 (void *)vaddr, hint);
892 unsigned long hint = hint_lookup[direction]; local
934 filled = ccio_fill_pdir(ioc, sglist, nents, hint);
712 ccio_fill_pdir(struct ioc *ioc, struct scatterlist *startsg, int nents, unsigned long hint) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dunwind.h53 short hint; member in struct:unw_frame_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dunwind.h53 short hint; member in struct:unw_frame_info
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h920 unsigned int hint = min(tp->advmss, tp->mss_cache); local
922 hint = min(hint, tp->rcv_wnd/2);
923 hint = min(hint, TCP_MIN_RCVMSS);
924 hint = max(hint, TCP_MIN_MSS);
926 tp->ack.rcv_mss = hint;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h921 unsigned int hint = min(tp->advmss, tp->mss_cache); local
923 hint = min(hint, tp->rcv_wnd/2);
924 hint = min(hint, TCP_MIN_RCVMSS);
925 hint = max(hint, TCP_MIN_MSS);
927 tp->ack.rcv_mss = hint;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dffb_drv.c910 static unsigned long ffb_get_unmapped_area(struct file *filp, unsigned long hint, unsigned long len, unsigned long pgoff, unsigned long flags) argument
916 return get_unmapped_area(NULL, hint, len, pgoff, flags);
921 addr = get_fb_unmapped_area(filp, hint, len, pgoff, flags);
923 addr = get_unmapped_area(NULL, hint, len, pgoff, flags);
928 addr = get_unmapped_area(NULL, hint, len + slack, pgoff, flags);
944 addr = get_unmapped_area(NULL, hint, len, pgoff, flags);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memset.S160 wh64 ($4) # L1 : memory subsystem write hint
337 wh64 ($4) # L1 : memory subsystem write hint
524 wh64 ($4) # L1 : memory subsystem write hint

Completed in 419 milliseconds

12