Home
last modified time | relevance | path

Searched refs:nmatches (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86AutoConfig.c148 int nmatches = md->nmatches; in xf86AddMatchedDriver() local
150 for (j = 0; j < nmatches; ++j) { in xf86AddMatchedDriver()
157 if (nmatches < MATCH_DRIVERS_LIMIT) { in xf86AddMatchedDriver()
158 md->matches[nmatches] = xnfstrdup(driver); in xf86AddMatchedDriver()
159 md->nmatches++; in xf86AddMatchedDriver()
186 for (i = 0; i < md.nmatches; i++) { in xf86AutoConfig()
196 for (i = 0; i < md.nmatches; i++) { in xf86AutoConfig()
203 for (i = 0; i < md.nmatches; i++) { in xf86AutoConfig()
230 md->nmatches = 0; in listPossibleVideoDrivers()
390 for (i = 0; i < md.nmatches; i++) { in autoConfigDevice()
[all …]
H A Dxf86MatchDrivers.h31 int nmatches; member
/OK3568_Linux_fs/kernel/net/sched/
H A Dematch.c192 if (ref >= tree_hdr->nmatches) in tcf_em_validate()
333 matches_len = tree_hdr->nmatches * sizeof(*em); in tcf_em_tree_validate()
354 if (idx >= tree_hdr->nmatches) in tcf_em_tree_validate()
374 if (idx != tree_hdr->nmatches) { in tcf_em_tree_validate()
405 for (i = 0; i < tree->hdr.nmatches; i++) { in tcf_em_tree_destroy()
417 tree->hdr.nmatches = 0; in tcf_em_tree_destroy()
454 for (i = 0; i < tree->hdr.nmatches; i++) { in tcf_em_tree_dump()
506 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
H A Dcls_flow.c663 if (f->ematches.hdr.nmatches && in flow_dump()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_cls.h536 __u16 nmatches; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_cls.h536 __u16 nmatches; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_cls.h536 __u16 nmatches; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_cls.h699 __u16 nmatches; member
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_cls.h466 if (tree->hdr.nmatches) in tcf_em_tree_match()