6 code results in torvalds/linux

C
arch/m68k/include/asm/sun3ints.h
Showing the top match Last indexed Sep 14, 2016
27 extern void sun3_disable_interrupts (void);
28 extern volatile unsigned char* sun3_intreg;
29
30 /* master list of VME vectors -- don't fuck with this */
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc
Showing the top match Last indexed Sep 14, 2016
48 #define NV_PPWR_INTR_EN_CLR 0x0014
49 #define NV_PPWR_INTR_EN_CLR_MASK /* fuck i hate envyas */ -1
C
drivers/media/i2c/bt819.c
Showing the top match Last indexed Feb 22, 2017
169 BUG? Why does turning the chroma comb on fuck up color?
170 Bug in the bt819 stepping on my board?
171 */
172 0x14, 0x00, /* 0x14 Vertial Scaling lsb */
reStructuredText
Documentation/kernel-hacking/locking.rst
Showing the top match Last indexed Jul 4, 2017
956 the read lock, grabs a write lock and inserts the object has a race
957 condition.
958
959 If you don't see why, please stay the fuck away from my code.
960
961 Racing Timers: A Kernel Pastime
C
drivers/net/ethernet/sun/sunhme.c
Showing the top match Last indexed Nov 15, 2017
981 udelay(200);
982 ASD(("done\n"));
983 }
984
985 /* Only Sun can take such nice parts and fuck up the programming interface
C
net/core/skbuff.c
Showing the top match Last indexed Dec 29, 2017
4106 skb_has_frag_list(skb1)) {
4107 struct sk_buff *skb2;
4108
4109 /* Fuck, we are miserable poor guys... */
4110 if (ntail == 0)
4111 skb2 = skb_copy(skb1, GFP_ATOMIC);