Home
last modified time | relevance | path

Searched refs:maxnum (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_ioctl.c56 unsigned long maxnum, unsigned long offset) in get_fdb_entries() argument
63 if (maxnum > PAGE_SIZE/sizeof(struct __fdb_entry)) in get_fdb_entries()
64 maxnum = PAGE_SIZE/sizeof(struct __fdb_entry); in get_fdb_entries()
66 size = maxnum * sizeof(struct __fdb_entry); in get_fdb_entries()
72 num = br_fdb_fillbuf(br, buf, maxnum, offset); in get_fdb_entries()
H A Dbr_fdb.c458 unsigned long maxnum, unsigned long skip) in br_fdb_fillbuf() argument
464 memset(buf, 0, maxnum*sizeof(struct __fdb_entry)); in br_fdb_fillbuf()
468 if (num >= maxnum) in br_fdb_fillbuf()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c509 unsigned int maxnum) in do_layout_fetch_ds_ioerr() argument
523 if (!maxnum) in do_layout_fetch_ds_ioerr()
526 maxnum--; in do_layout_fetch_ds_ioerr()
536 unsigned int maxnum) in ff_layout_fetch_ds_ioerr() argument
540 ret = do_layout_fetch_ds_ioerr(lo, range, head, maxnum); in ff_layout_fetch_ds_ioerr()
542 if (ret == maxnum) { in ff_layout_fetch_ds_ioerr()
H A Dflexfilelayout.h204 unsigned int maxnum);
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c97 static int term_read_reply(int *n, int maxnum, char end_char) in term_read_reply() argument
114 if (i >= maxnum) in term_read_reply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1581 uint32_t maxnum; in vmw_cmd_draw() local
1589 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw()
1591 if (unlikely(cmd->body.numVertexDecls > maxnum)) { in vmw_cmd_draw()
1605 maxnum = (header->size - sizeof(cmd->body) - in vmw_cmd_draw()
1607 if (unlikely(cmd->body.numRanges > maxnum)) { in vmw_cmd_draw()