Searched refs:reinit (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_reclaim.c144 goto reinit;
169 goto reinit;
208 reinit: if ((ret = __memp_dirty(mpf, &p,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_init_chip.c477 struct ipath_portdata *pd, int reinit)
482 if (!reinit)
550 struct ipath_portdata **pdp, int reinit)
611 if (reinit)
669 * @reinit: reinitializing, so don't allocate new memory
677 * the first case (reinit == 0). We have to be careful, because even
681 int ipath_init_chip(struct ipath_devdata *dd, int reinit) argument
690 ret = init_housekeeping(dd, &pd, reinit);
780 if (!reinit) {
853 if (reinit) {
476 enable_chip(struct ipath_devdata *dd, struct ipath_portdata *pd, int reinit) argument
549 init_housekeeping(struct ipath_devdata *dd, struct ipath_portdata **pdp, int reinit) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/autofs4/
H A Dinode.c34 int reinit = 1; local
37 reinit = 0;
57 if (reinit && ino->free)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc420 reinit();
423 void ConfigList::reinit(void) function in class:ConfigList
1248 configList->reinit();
1250 menuList->reinit();
1258 configList->reinit();
1260 menuList->reinit();
1268 configList->reinit();
1270 menuList->reinit();
H A Dqconf.h64 void reinit(void);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.h53 void reinit(void);
H A Dqconf.cc351 reinit();
354 void ConfigList::reinit(void) function in class:ConfigList
875 list->reinit();
884 list->reinit();
893 list->reinit();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dibmveth.c918 int reinit = 0; local
935 reinit = 1;
939 if (reinit && netif_running(adapter->netdev)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h1356 int ahd_reset(struct ahd_softc *ahd, int reinit);
H A Daic7xxx.h1180 int ahc_reset(struct ahc_softc *ahc, int reinit);
H A Daic7xxx_core.c3966 ahc_reset(ahc, /*reinit*/FALSE);
3977 * that is only available just after a reset. If "reinit" is
3985 ahc_reset(struct ahc_softc *ahc, int reinit) argument
4073 if (reinit != 0)
5077 ahc_reset(ahc, /*reinit*/TRUE);
H A Daic79xx_core.c5439 ahd_reset(ahd, /*reinit*/FALSE);
5444 * that is only available just after a reset. If "reinit" is
5452 ahd_reset(struct ahd_softc *ahd, int reinit) argument
5545 if (reinit != 0)
7859 ahd_reset(ahd, /*reinit*/TRUE);

Completed in 213 milliseconds