iamroot12CD / linux

linux kernel 4.1.6 for raspberrypi2
http://www.iamroot.org/
Other
6 stars 27 forks source link

49주차 2016년 3월 26일 스터디 #40

Open mineenick opened 8 years ago

mineenick commented 8 years ago

장소 : 토즈 강남점 시작 시간 : 15:00

fehead commented 8 years ago

문c 블로그 http://jake.dothome.co.kr/linux_kernel/linux_4/

ahnchan2 commented 8 years ago

Task, Process, Thread 차이 http://ljhh.tistory.com/entry/Task-Process-Thread

norux commented 8 years ago

SCHED_FIFO (RT) : 0 ~ 99 SCHED_RR (RT) : 0 ~ 99 SCHED_NORMAL : 100 ~ 139

100을 기준으로 100 미만은 RT task, 100 이상은 일반 task로 구분

fehead commented 8 years ago

동기화 기법: Read-Copy-Update http://summerlight.tistory.com/entry/%EB%8F%99%EA%B8%B0%ED%99%94-%EA%B8%B0%EB%B2%95-Read-Copy-Update

norux commented 8 years ago

http://www.valvers.com/programming/c/gcc-weak-function-attributes/

fehead commented 8 years ago

Multiprocessor Affinity Register

The MPIDR characteristics are:

멀티 프로세서 시스템에서 스케줄링을 위해 추가 프로세서 식별 메커니즘을 제공한다.

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0464d/BABHBJCI.html

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0388e/CIHEBGFG.html

ahnchan2 commented 8 years ago

set_my_cpu_offset() 함수 동작 http://www.iamroot.org/xe/index.php?mid=Kernel_10_ARM&document_srl=184082&sort_index=readed_count&order_type=desc