/linux-4.1.27/drivers/net/wan/ |
D | sbni.c | 350 struct net_local *nl; in sbni_probe1() local 381 nl = netdev_priv(dev); in sbni_probe1() 382 if( !nl ) { in sbni_probe1() 388 memset( nl, 0, sizeof(struct net_local) ); in sbni_probe1() 389 spin_lock_init( &nl->lock ); in sbni_probe1() 399 nl->maxframe = DEFAULT_FRAME_LEN; in sbni_probe1() 400 nl->csr1.rate = baud[ num ]; in sbni_probe1() 402 if( (nl->cur_rxl_index = rxl[ num ]) == -1 ) in sbni_probe1() 404 nl->cur_rxl_index = DEF_RXL, in sbni_probe1() 405 nl->delta_rxl = DEF_RXL_DELTA; in sbni_probe1() [all …]
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 290 struct net_local *nl = netdev_priv(dev); in plip_init_netdev() local 301 nl->port_owner = 0; in plip_init_netdev() 304 nl->trigger = PLIP_TRIGGER_WAIT; in plip_init_netdev() 305 nl->nibble = PLIP_NIBBLE_WAIT; in plip_init_netdev() 308 INIT_WORK(&nl->immediate, plip_bh); in plip_init_netdev() 309 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh); in plip_init_netdev() 312 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh); in plip_init_netdev() 314 spin_lock_init(&nl->lock); in plip_init_netdev() 323 struct net_local *nl = in plip_kick_bh() local 326 if (nl->is_deferred) in plip_kick_bh() [all …]
|
/linux-4.1.27/kernel/ |
D | notifier.c | 21 static int notifier_chain_register(struct notifier_block **nl, in notifier_chain_register() argument 24 while ((*nl) != NULL) { in notifier_chain_register() 25 if (n->priority > (*nl)->priority) in notifier_chain_register() 27 nl = &((*nl)->next); in notifier_chain_register() 29 n->next = *nl; in notifier_chain_register() 30 rcu_assign_pointer(*nl, n); in notifier_chain_register() 34 static int notifier_chain_cond_register(struct notifier_block **nl, in notifier_chain_cond_register() argument 37 while ((*nl) != NULL) { in notifier_chain_cond_register() 38 if ((*nl) == n) in notifier_chain_cond_register() 40 if (n->priority > (*nl)->priority) in notifier_chain_cond_register() [all …]
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_trans_space.h | 44 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1 argument 45 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument 47 XFS_DIRENTER_MAX_SPLIT(mp,nl)) 65 #define XFS_CREATE_SPACE_RES(mp,nl) \ argument 66 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl)) 73 #define XFS_LINK_SPACE_RES(mp,nl) \ argument 74 XFS_DIRENTER_SPACE_RES(mp,nl) 75 #define XFS_MKDIR_SPACE_RES(mp,nl) \ argument 76 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl)) 84 #define XFS_RENAME_SPACE_RES(mp,nl) \ argument [all …]
|
/linux-4.1.27/tools/perf/config/ |
D | utilities.mak | 8 # nl-escape 10 # Usage: escape = $(call nl-escape[,escape]) 16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n) 18 # escape-nl 20 # Usage: escaped-text = $(call escape-nl,text[,escape]) 30 # $(call unescape-nl...) 32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1)) 34 # unescape-nl 36 # Usage: text = $(call unescape-nl,escaped-text[,escape]) 38 # See escape-nl. [all …]
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.c | 162 unsigned nl = be16_to_cpu(ev->event_name_len); in event_desc() local 163 __be16 *desc_len = (__be16 *)(ev->remainder + nl - 2); in event_desc() 166 return (char *)ev->remainder + nl; in event_desc() 171 unsigned nl = be16_to_cpu(ev->event_name_len); in event_long_desc() local 172 __be16 *desc_len_ = (__be16 *)(ev->remainder + nl - 2); in event_long_desc() 174 __be16 *long_desc_len = (__be16 *)(ev->remainder + nl + desc_len - 2); in event_long_desc() 177 return (char *)ev->remainder + nl + desc_len; in event_long_desc() 201 unsigned nl = be16_to_cpu(ev->event_name_len); in event_end() local 203 if (nl < 2) { in event_end() 204 pr_debug("%s: name length too short: %d", __func__, nl); in event_end() [all …]
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfp.h | 47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() argument 53 : "=r" (nl), "=r" (nh) in add128() 54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in add128() 57 *resl = nl; in add128() 60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() argument 66 : "=r" (nl), "=r" (nh) in sub128() 67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in sub128() 70 *resl = nl; in sub128() 75 u32 nh, nl, mh, ml; in mul64to128() local 78 nl = n; in mul64to128() [all …]
|
/linux-4.1.27/fs/ceph/ |
D | ioctl.c | 70 struct ceph_ioctl_layout nl; in ceph_ioctl_set_layout() local 81 memset(&nl, 0, sizeof(nl)); in ceph_ioctl_set_layout() 83 nl.stripe_count = l.stripe_count; in ceph_ioctl_set_layout() 85 nl.stripe_count = ceph_file_layout_stripe_count(ci->i_layout); in ceph_ioctl_set_layout() 87 nl.stripe_unit = l.stripe_unit; in ceph_ioctl_set_layout() 89 nl.stripe_unit = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_set_layout() 91 nl.object_size = l.object_size; in ceph_ioctl_set_layout() 93 nl.object_size = ceph_file_layout_object_size(ci->i_layout); in ceph_ioctl_set_layout() 95 nl.data_pool = l.data_pool; in ceph_ioctl_set_layout() 97 nl.data_pool = ceph_file_layout_pg_pool(ci->i_layout); in ceph_ioctl_set_layout() [all …]
|
/linux-4.1.27/drivers/isdn/hysdn/ |
D | hysdn_net.c | 88 flush_tx_buffers(struct net_local *nl) in flush_tx_buffers() argument 91 while (nl->sk_count) { in flush_tx_buffers() 92 dev_kfree_skb(nl->skbs[nl->out_idx++]); /* free skb */ in flush_tx_buffers() 93 if (nl->out_idx >= MAX_SKB_BUFFERS) in flush_tx_buffers() 94 nl->out_idx = 0; /* wrap around */ in flush_tx_buffers() 95 nl->sk_count--; in flush_tx_buffers()
|
/linux-4.1.27/fs/nfsd/ |
D | fault_inject.c | 52 char *nl; in fault_inject_write() local 59 nl = strchr(write_buf, '\n'); in fault_inject_write() 60 if (nl) { in fault_inject_write() 61 size = nl - write_buf; in fault_inject_write() 62 *nl = '\0'; in fault_inject_write()
|
/linux-4.1.27/include/linux/netfilter/ |
D | nfnetlink.h | 11 int (*call)(struct sock *nl, struct sk_buff *skb, 14 int (*call_rcu)(struct sock *nl, struct sk_buff *skb, 17 int (*call_batch)(struct sock *nl, struct sk_buff *skb,
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sysinfo.h | 135 unsigned char nl; member 145 unsigned char nl; member 151 unsigned char nl; member
|
/linux-4.1.27/net/ieee802154/ |
D | Makefile | 5 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
|
/linux-4.1.27/net/tipc/ |
D | name_table.c | 1036 struct tipc_plist *nl; in tipc_plist_push() local 1044 list_for_each_entry(nl, &pl->list, list) { in tipc_plist_push() 1045 if (nl->port == port) in tipc_plist_push() 1048 nl = kmalloc(sizeof(*nl), GFP_ATOMIC); in tipc_plist_push() 1049 if (nl) { in tipc_plist_push() 1050 nl->port = port; in tipc_plist_push() 1051 list_add(&nl->list, &pl->list); in tipc_plist_push() 1057 struct tipc_plist *nl; in tipc_plist_pop() local 1065 nl = list_first_entry(&pl->list, typeof(*nl), list); in tipc_plist_pop() 1066 port = nl->port; in tipc_plist_pop() [all …]
|
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 352 char *line, *nl, *p, *q; in tokenise() local 370 nl = memchr(line, '\n', end - buffer); in tokenise() 371 if (!nl) { in tokenise() 372 buffer = nl = end; in tokenise() 374 buffer = nl + 1; in tokenise() 375 *nl = '\0'; in tokenise() 381 while ((p = memchr(p, '-', nl - p))) { in tokenise() 385 while ((q = memchr(q, '-', nl - q))) { in tokenise() 389 memmove(p, q, nl - q); in tokenise() 395 nl = p; in tokenise() [all …]
|
D | checkpatch.pl | 1668 my $nl = $l + $length; 1669 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
|
/linux-4.1.27/lib/ |
D | inflate.c | 841 unsigned nl; /* number of literal/length codes */ in inflate_dynamic() local 866 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */ in inflate_dynamic() 875 if (nl > 288 || nd > 32) in inflate_dynamic() 877 if (nl > 286 || nd > 30) in inflate_dynamic() 911 n = nl + nd; in inflate_dynamic() 977 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_dynamic() 989 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
|
D | bitmap.c | 575 char *nl = strchrnul(bp, '\n'); in bitmap_parselist() local 576 int len = nl - bp; in bitmap_parselist()
|
/linux-4.1.27/tools/thermal/tmon/ |
D | sysfs.c | 206 static int find_tzone_cdev(struct dirent *nl, char *tz_name, in find_tzone_cdev() argument 215 if (nl->d_type == DT_LNK) { in find_tzone_cdev() 216 syslog(LOG_DEBUG, "TZ%d: cdev: %s cid %d\n", tz_id, nl->d_name, in find_tzone_cdev() 225 snprintf(cdev_name, 256, "%s/%s", tz_name, nl->d_name); in find_tzone_cdev() 238 snprintf(cdev_trip_name, 256, "%s%s", nl->d_name, in find_tzone_cdev()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 167 unsigned long long mh, ml, nh, nl; in denormal_muld() local 180 nl = ml; in denormal_muld() 186 while (nl) { nl >>= 1; w++;} in denormal_muld()
|
/linux-4.1.27/fs/qnx4/ |
D | README | 7 Richard "Scuba" A. Frowijn <scuba@wxs.nl>
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | traps.c | 491 int nl = 0; in die() local 499 nl = 1; in die() 501 if (nl) in die()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | eeh.h | 443 int nl) in eeh_readsl() argument 445 _insl(addr, buf, nl); in eeh_readsl() 446 if (EEH_POSSIBLE_ERROR((*(((u32*)buf)+nl-1)), u32)) in eeh_readsl()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 103 input: nl start | start; 316 if_entry: T_IF expr nl 344 mainmenu_stmt: T_MAINMENU prompt nl 460 nl: 462 | nl T_EOL
|
D | zconf.tab.c_shipped | 571 "end", "nl", "if_expr", "expr", "symbol", "word_opt", 0
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-amd756 | 14 Frodo Looijaard <frodol@dds.nl>,
|
D | i2c-sis5595 | 4 Frodo Looijaard <frodol@dds.nl>,
|
D | i2c-ali1535 | 9 Frodo Looijaard <frodol@dds.nl>,
|
D | i2c-parport | 160 http://home.wanadoo.nl/hihihi/libk8000.htm 161 http://home.wanadoo.nl/hihihi/libk8005.htm
|
D | i2c-sis96x | 65 Robert Zwerus <arzie@dds.nl>
|
D | i2c-ali15x3 | 9 Frodo Looijaard <frodol@dds.nl>,
|
D | i2c-piix4 | 22 Frodo Looijaard <frodol@dds.nl>
|
/linux-4.1.27/Documentation/hwmon/ |
D | abituguru3 | 26 Hans de Goede <j.w.r.degoede@hhs.nl>, 64 If you encounter any problems please mail me <j.w.r.degoede@hhs.nl> and
|
D | abituguru | 38 Hans de Goede <j.w.r.degoede@hhs.nl>, 68 driver with verbose set to 3 and mail me <j.w.r.degoede@hhs.nl> the output of:
|
D | w83791d | 16 Frodo Looijaard <frodol@dds.nl>, 25 Marc Hulsman <m.hulsman@tudelft.nl>
|
D | adm9240 | 24 Frodo Looijaard <frodol@dds.nl>, 26 Michiel Rook <michiel@grendelproject.nl>,
|
D | thmc50 | 20 Frodo Looijaard <frodol@dds.nl>
|
D | lm80 | 17 Frodo Looijaard <frodol@dds.nl>,
|
D | lm78 | 16 Authors: Frodo Looijaard <frodol@dds.nl>
|
D | lm87 | 15 Frodo Looijaard <frodol@dds.nl>,
|
D | gl518sm | 14 Frodo Looijaard <frodol@dds.nl>,
|
D | lm75 | 62 Author: Frodo Looijaard <frodol@dds.nl>
|
D | via686a | 16 and Alex van Kaam <darkside@chello.nl>.)
|
D | w83627hf | 23 Frodo Looijaard <frodol@dds.nl>,
|
D | adm1021 | 48 Frodo Looijaard <frodol@dds.nl>,
|
D | lm85 | 40 Frodo Looijaard <frodol@dds.nl>,
|
D | abituguru-datasheet | 26 Hans de Goede <j.w.r.degoede@hhs.nl>, 28-01-2006
|
D | w83781d | 23 Frodo Looijaard <frodol@dds.nl>,
|
/linux-4.1.27/drivers/md/ |
D | dm-ioctl.c | 507 struct dm_name_list *nl, *old_nl = NULL; in list_devices() local 526 nl = get_result_buffer(param, param_size, &len); in list_devices() 533 nl->dev = 0; /* Flags no data */ in list_devices() 541 old_nl->next = (uint32_t) ((void *) nl - in list_devices() 544 nl->dev = huge_encode_dev(disk_devt(disk)); in list_devices() 545 nl->next = 0; in list_devices() 546 strcpy(nl->name, hc->name); in list_devices() 548 old_nl = nl; in list_devices() 549 nl = align_ptr(((void *) ++nl) + strlen(hc->name) + 1); in list_devices()
|
/linux-4.1.27/lib/mpi/ |
D | longlong.h | 287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 292 "0" ((USItype)(nl)), \ 486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 491 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \ 845 #define sdiv_qrnnd(q, r, nh, nl, d) \ argument 848 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d))) 1363 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 1366 (q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \
|
D | mpi-internal.h | 137 #define UDIV_QRNND_PREINV(q, r, nh, nl, d, di) \ argument 144 sub_ddmmss(_xh, _r, (nh), (nl), _xh, _xl); \
|
/linux-4.1.27/include/linux/ |
D | cpumask.h | 586 char *nl = strchr(buf, '\n'); in cpumask_parse() local 587 unsigned int len = nl ? (unsigned int)(nl - buf) : strlen(buf); in cpumask_parse()
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | LART | 14 see the LART page at http://www.lartmaker.nl/ for more information.
|
D | Assabet | 28 BLOB (http://www.lartmaker.nl/lartware/blob/)
|
/linux-4.1.27/Documentation/sysctl/ |
D | README | 2 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org> 34 stories to: <riel@nl.linux.org>
|
D | sunrpc.txt | 2 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org>
|
D | fs.txt | 2 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org>
|
D | vm.txt | 2 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org>
|
D | kernel.txt | 2 (c) 1998, 1999, Rik van Riel <riel@nl.linux.org>
|
/linux-4.1.27/arch/s390/kernel/ |
D | topology.c | 128 if (!tle->nl) in next_tle() 142 switch (tle->nl) { in __tl_to_masks_generic() 171 switch (tle->nl) { in __tl_to_masks_z10()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-sunxi-sid | 3 Contact: Oliver Schinagl <oliver@schinagl.nl>
|
D | sysfs-class-bdi | 3 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | index.txt | 54 * http://www.lartmaker.nl/projects/scaling
|
/linux-4.1.27/kernel/locking/ |
D | lockdep_proc.c | 381 unsigned long nl, nr; in lock_stat_cmp() local 383 nl = dl->stats.read_waittime.nr + dl->stats.write_waittime.nr; in lock_stat_cmp() 386 return nr - nl; in lock_stat_cmp()
|
/linux-4.1.27/tools/perf/util/ |
D | event.c | 63 char *nl, *name, *tgids, *ppids; in perf_event__get_comm_ids() local 95 nl = strchr(name, '\n'); in perf_event__get_comm_ids() 96 if (nl) in perf_event__get_comm_ids() 97 *nl = '\0'; in perf_event__get_comm_ids()
|
/linux-4.1.27/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 52 http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm
|
/linux-4.1.27/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 52 http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm
|
D | zr364xx.txt | 32 http://www.harmwal.nl/pccam880/ (this project also supports cameras based on this chipset)
|
D | radiotrack.txt | 11 Frans Brinkman (brinkman@esd.nl) in 1996. The results reported here are from
|
D | README.ivtv | 186 Hans Verkuil <hverkuil@xs4all.nl>
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 58 efi_char16_t nl[2] = { '\r', 0 }; in efi_printk() local 59 efi_char16_printk(sys_table_arg, nl); in efi_printk()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_crtc2.c | 141 unsigned int nl; in matroxfb_dh_restore() local 144 while ((nl = mga_inl(0x3C48) & 0xFFF) >= lastl) { in matroxfb_dh_restore() 145 lastl = nl; in matroxfb_dh_restore()
|
/linux-4.1.27/Documentation/isdn/ |
D | CREDITS | 49 Jan den Ouden (denouden@groovin.xs4all.nl)
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 45 Hans Verkuil <hverkuil@xs4all.nl>
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 100 * (From Hennus Bergman <hennus@sky.ow.nl>.) 159 * <jelle@scintilla.utwente.nl>, a patch for 2.0.33 231 * Brouwer <Andries.Brouwer@cwi.nl>
|
D | ChangeLog.ide-tape.1995-2002 | 171 * niessen@iae.nl / arnold.niessen@philips.com 220 * Ver 1.17 Nov 2000 / Jan 2001 Marcel Mol, marcel@mesa.nl
|
/linux-4.1.27/Documentation/misc-devices/ |
D | eeprom | 39 Frodo Looijaard <frodol@dds.nl>,
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 30 <http://www.bart.nl/~patrickr/term-howto/Term-HOWTO.html>). SLIP
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 2 E-mail: webcam@smcc.demon.nl Last updated: 2004-01-19 3 Site: http://www.smcc.demon.nl/webcam/
|
/linux-4.1.27/Documentation/ |
D | serial-console.txt | 109 Miquel van Smoorenburg <miquels@cistron.nl>, 11-Jun-2000
|
D | svga.txt | 260 original version written by hhanemaa@cs.ruu.nl, patched by
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | Kconfig | 120 (also known as the LART). See <http://www.lartmaker.nl/> for
|
/linux-4.1.27/ |
D | CREDITS | 523 E: aeb@cwi.nl 799 E: jdassen@wi.LeidenUniv.nl 800 W: http://www.wi.leidenuniv.nl/~jdassen/ 916 W: http://www.mendiosus.nl 1380 E: dth@cistron.nl 1436 E: bart@etpmod.phys.tue.nl 1945 E: willy@xos.nl 1946 W: http://www.xos.nl/ 2071 E: sjml@xs4all.nl 2104 E: david@tm.tno.nl [all …]
|
D | MAINTAINERS | 514 M: Hans Verkuil <hverkuil@xs4all.nl> 1924 M: Hans Verkuil <hverkuil@xs4all.nl> 2359 M: Hans Verkuil <hverkuil@xs4all.nl> 2876 M: Hans Verkuil <hverkuil@xs4all.nl> 3226 M: Andries Brouwer <aeb@cwi.nl> 3227 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 3228 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 3229 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 4308 M: Hans Verkuil <hverkuil@xs4all.nl> 4389 M: Paul Bolle <pebolle@tiscali.nl> [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sun7i-a20-cubietruck.dts | 4 * Oliver Schinagl <oliver@schinagl.nl>
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 88 enum nl80211_iftype nl; in wil_iftype_nl2wmi() member 101 if (__nl2wmi[i].nl == type) in wil_iftype_nl2wmi()
|
/linux-4.1.27/Documentation/vm/ |
D | highmem.txt | 6 By: Peter Zijlstra <a.p.zijlstra@chello.nl>
|
/linux-4.1.27/kernel/rcu/ |
D | tree_plugin.h | 2492 int nl = 0; /* Next leader. */ in rcu_organize_nocb_kthreads() local 2510 if (rdp->cpu >= nl) { in rcu_organize_nocb_kthreads() 2512 nl = DIV_ROUND_UP(rdp->cpu + 1, ls) * ls; in rcu_organize_nocb_kthreads()
|
/linux-4.1.27/Documentation/scsi/ |
D | aha152x.txt | 5 TC1550 patches by Luuk van Dijk (ldz@xs4all.nl)
|
D | osst.txt | 134 <osst@linux1.onstream.nl>
|
D | advansys.txt | 205 Rik van Riel <H.H.vanRiel@fys.ruu.nl> provided a patch to
|
D | scsi_mid_low_api.txt | 1394 Andries Brouwer <Andries dot Brouwer at cwi dot nl>
|
D | ChangeLog.1992-1997 | 22 Wed Aug 9 22:37:04 1995 Andries Brouwer <aeb@cwi.nl>
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 136 - Ric Klaren <ia_ric@cs.utwente.nl> for doing nice
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 219 void ieee80211_sta_wakeup(struct ieee80211_device *ieee, short nl); 1842 void ieee80211_sta_wakeup(struct ieee80211_device *ieee, short nl) in ieee80211_sta_wakeup() argument 1845 if (nl) { in ieee80211_sta_wakeup() 1859 if (nl) { in ieee80211_sta_wakeup()
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig | 135 <http://www.lartmaker.nl/>.
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 283 unsigned int nl, oldnl; in ptlrpc_at_adj_net_latency() local 306 nl = max_t(int, now - req->rq_sent - in ptlrpc_at_adj_net_latency() 310 oldnl = at_measured(&at->iat_net_latency, nl); in ptlrpc_at_adj_net_latency()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2127 void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl) in rtllib_sta_wakeup() argument 2130 if (nl) { in rtllib_sta_wakeup() 2146 if (nl) { in rtllib_sta_wakeup()
|
D | rtllib.h | 2705 extern void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl);
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 202 <mailto:natalia@nikhefk.nikhef.nl>
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 269 MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>"
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 418 From: root@ultraworld.xs4all.nl (Timo Hilbrink) 421 Reply-To: timoh@xs4all.nl 442 - special thanks to Timo Hilbrink <timoh@xs4all.nl> for noting that PC120, 959 - from J.S. van Oosten <jvoosten@compiler.tdcnet.nl>
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 99 <http://www.win.tue.nl/~aeb/linux/zip/zip-1.html>.
|
/linux-4.1.27/drivers/eisa/ |
D | eisa.ids | 8 # Many entries were contributed by Andries.Brouwer@cwi.nl
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 25 \author{David van Leeuwen\\{\normalsize\tt david@ElseWare.cistron.nl}
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 1171 <http://www.win.tue.nl/~aeb/linux/vfs/trail.html>
|
D | proc.txt | 469 nl - non-linear mapping
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2138 7) read the sig11 FAQ at <http://www.bitwizard.nl/sig11/>
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4567 Rik van Riel gave me some ftp space on ftp.nl.linux.org so I can make
|