Home
last modified time | relevance | path

Searched refs:scheduler (Results 1 – 23 of 23) sorted by relevance

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sched.c44 struct ip_vs_scheduler *scheduler) in ip_vs_bind_scheduler() argument
52 if (scheduler == NULL) { in ip_vs_bind_scheduler()
57 svc->scheduler = scheduler; in ip_vs_bind_scheduler()
59 if (scheduler->init_service) { in ip_vs_bind_scheduler()
60 ret = scheduler->init_service(svc); in ip_vs_bind_scheduler()
83 sched = svc->scheduler; in ip_vs_unbind_scheduler()
96 svc->scheduler = NULL; in ip_vs_unbind_scheduler()
167 void ip_vs_scheduler_put(struct ip_vs_scheduler *scheduler) in ip_vs_scheduler_put() argument
169 if (scheduler->module) in ip_vs_scheduler_put()
170 __MOD_DEC_USE_COUNT(scheduler->module); in ip_vs_scheduler_put()
[all …]
Dip_vs_ctl.c825 svc->scheduler->update_service(svc); in ip_vs_add_dest()
855 svc->scheduler->update_service(svc); in ip_vs_add_dest()
899 svc->scheduler->update_service(svc); in ip_vs_edit_dest()
965 svc->scheduler->update_service(svc); in __ip_vs_unlink_dest()
1134 old_sched = svc->scheduler; in ip_vs_edit_service()
1189 old_sched = svc->scheduler; in __ip_vs_del_service()
1528 svc->scheduler->name, temp2); in ip_vs_get_info()
1571 svc->scheduler->name, temp2); in ip_vs_get_info()
1845 strncpy(entry.sched_name, svc->scheduler->name, sizeof(entry.sched_name)); in __ip_vs_get_service_entries()
1870 strncpy(entry.sched_name, svc->scheduler->name, sizeof(entry.sched_name)); in __ip_vs_get_service_entries()
[all …]
DConfig.in11 comment 'IPVS scheduler'
Dip_vs_core.c202 dest = svc->scheduler->schedule(svc, iph); in ip_vs_sched_persist()
259 dest = svc->scheduler->schedule(svc, iph); in ip_vs_sched_persist()
354 dest = svc->scheduler->schedule(svc, iph); in ip_vs_schedule()
/linux-2.4.37.9/net/sched/
DConfig.in4 tristate ' CBQ packet scheduler' CONFIG_NET_SCH_CBQ
5 tristate ' HTB packet scheduler' CONFIG_NET_SCH_HTB
6 tristate ' CSZ packet scheduler' CONFIG_NET_SCH_CSZ
7 #tristate ' H-PFQ packet scheduler' CONFIG_NET_SCH_HPFQ
8 tristate ' H-FSC packet scheduler' CONFIG_NET_SCH_HFSC
10 dep_tristate ' ATM pseudo-scheduler' CONFIG_NET_SCH_ATM $CONFIG_ATM
/linux-2.4.37.9/include/net/
Dip_vs.h470 struct ip_vs_scheduler *scheduler; /* bound scheduler object */ member
694 extern int register_ip_vs_scheduler(struct ip_vs_scheduler *scheduler);
695 extern int unregister_ip_vs_scheduler(struct ip_vs_scheduler *scheduler);
697 struct ip_vs_scheduler *scheduler);
700 extern void ip_vs_scheduler_put(struct ip_vs_scheduler *scheduler);
/linux-2.4.37.9/Documentation/
Dsmp.tex133 necessary because the scheduler assumes there is always something to run.
145 The kernel scheduler implements a simple but very effective task
146 scheduler. The basic structure of this scheduler is unchanged in the
151 Each processor executes the scheduler itself and will select the next task
DConfigure.help10884 scheduler, and several different algorithms for how to do this
10887 If you say N here, you will get the standard packet scheduler, which
10914 CBQ packet scheduler
10925 CBQ is a commonly used scheduler, so if you're unsure, you should
10960 CSZ packet scheduler
10968 Note: this scheduler is currently broken.
10975 ATM pseudo-scheduler
10977 Say Y here if you want to use the ATM pseudo-scheduler. This
10988 The simplest PRIO pseudo-scheduler
10991 "scheduler" for some of your network devices or as a leaf discipline
[all …]
/linux-2.4.37.9/Documentation/networking/
Deql.txt240 The slave scheduler probably could be replaced with a dozen other
251 One version of the scheduler was able to push 5.3 K/s through the
DNAPI_HOWTO.txt729 them under scheduler control. Also this prevents consecutive softirq's from
/linux-2.4.37.9/Documentation/BK-usage/
Dbk-kernel-howto.txt198 "fix for new scheduler changes"
200 "fix mips64 arch for new scheduler switch_to(), TIF_xxx semantics"
/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.scr329 ABSOLUTE int_debug_idle = 0x03020000 ; scheduler is idle
393 ; disconnected queue and fall through to the scheduler.
940 ; basis, and returning control to our scheduler could work on a command
1147 ; we should restart or return to the scheduler.
D53c7xx.scr428 ABSOLUTE int_debug_idle = 0x03020000 ; scheduler is idle
492 ; disconnected queue and fall through to the scheduler.
1121 ; basis, and returning control to our scheduler could work on a command
1405 ; we should restart or return to the scheduler.
DChangeLog.ncr53c8xx466 This has been called 'silly scheduler'.
/linux-2.4.37.9/Documentation/isdn/
DREADME.hysdn170 0x00001000 Log the asynchronous scheduler actions (config and log)
/linux-2.4.37.9/drivers/char/
DChangeLog194 releases control to the scheduler, but checks frequently
484 it is processed synchronously by the scheduler.
DREADME.epca498 1. Fixed DCD bug. (&tq scheduler)
/linux-2.4.37.9/arch/mips64/
Ddefconfig296 # IPVS scheduler
Ddefconfig-ip27296 # IPVS scheduler
/linux-2.4.37.9/arch/sparc64/
Ddefconfig284 # IPVS scheduler
/linux-2.4.37.9/drivers/net/wan/8253x/
Dsab8253xds.txt3473 scheduler priority (a slight difference from the standard serial
3619 /* be moveable to scheduler */
/linux-2.4.37.9/Documentation/filesystems/
Dproc.txt452 psched Global packet scheduler parameters.
/linux-2.4.37.9/
DCREDITS2585 D: nl.linux.org administrator, minor scheduler additions