Home
last modified time | relevance | path

Searched defs:npaths (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c65 dmxGetFontPath(int *npaths) in dmxGetFontPath()
125 int npaths; in dmxSetFontPath() local
285 int npaths; in dmxBELoadFont() local
/OK3568_Linux_fs/kernel/net/rds/
H A Dconnection.c173 int npaths = (trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in __rds_conn_create() local
486 int npaths = (conn->c_trans->t_mp_capable ? RDS_MPATH_WORKERS : 1); in rds_conn_destroy() local
559 int npaths; in rds_conn_message_info_cmn() local
H A Dtcp_listen.c69 int npaths = max_t(int, 1, conn->c_npaths); in rds_tcp_accept_one_path() local
H A Dsend.c1463 u16 npaths = cpu_to_be16(RDS_MPATH_WORKERS); in rds_send_probe() local
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtunnel.h48 size_t npaths; member
H A Dtunnel.c63 static struct tb_tunnel *tb_tunnel_alloc(struct tb *tb, size_t npaths, in tb_tunnel_alloc()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1571 SetFontPathElements(int npaths, unsigned char *paths, int *bad, Bool persist) in SetFontPathElements()
1675 SetFontPath(ClientPtr client, int npaths, unsigned char *paths) in SetFontPath()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c386 static bool valid_group_nh(struct nexthop *nh, unsigned int npaths, in valid_group_nh()