/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_sched.c | 44 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 …]
|
D | ip_vs_ctl.c | 825 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 …]
|
D | Config.in | 11 comment 'IPVS scheduler'
|
D | ip_vs_core.c | 202 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/ |
D | Config.in | 4 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/ |
D | ip_vs.h | 470 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/ |
D | smp.tex | 133 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
|
D | Configure.help | 10884 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/ |
D | eql.txt | 240 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
|
D | NAPI_HOWTO.txt | 729 them under scheduler control. Also this prevents consecutive softirq's from
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | bk-kernel-howto.txt | 198 "fix for new scheduler changes" 200 "fix mips64 arch for new scheduler switch_to(), TIF_xxx semantics"
|
/linux-2.4.37.9/drivers/scsi/ |
D | 53c7,8xx.scr | 329 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.
|
D | 53c7xx.scr | 428 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.
|
D | ChangeLog.ncr53c8xx | 466 This has been called 'silly scheduler'.
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.hysdn | 170 0x00001000 Log the asynchronous scheduler actions (config and log)
|
/linux-2.4.37.9/drivers/char/ |
D | ChangeLog | 194 releases control to the scheduler, but checks frequently 484 it is processed synchronously by the scheduler.
|
D | README.epca | 498 1. Fixed DCD bug. (&tq scheduler)
|
/linux-2.4.37.9/arch/mips64/ |
D | defconfig | 296 # IPVS scheduler
|
D | defconfig-ip27 | 296 # IPVS scheduler
|
/linux-2.4.37.9/arch/sparc64/ |
D | defconfig | 284 # IPVS scheduler
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xds.txt | 3473 scheduler priority (a slight difference from the standard serial 3619 /* be moveable to scheduler */
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 452 psched Global packet scheduler parameters.
|
/linux-2.4.37.9/ |
D | CREDITS | 2585 D: nl.linux.org administrator, minor scheduler additions
|